blob: 6d9a4a2aa4af6f3c6349559c10d27639892c7969 [file] [log] [blame]
Matt2f2f4252005-04-13 14:45:30 +02001/*
2 * Universal Interface for Intel High Definition Audio Codec
3 *
4 * HD audio interface patch for SigmaTel STAC92xx
5 *
6 * Copyright (c) 2005 Embedded Alley Solutions, Inc.
Matt Porter403d1942005-11-29 15:00:51 +01007 * Matt Porter <mporter@embeddedalley.com>
Matt2f2f4252005-04-13 14:45:30 +02008 *
9 * Based on patch_cmedia.c and patch_realtek.c
10 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
11 *
12 * This driver is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This driver is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */
26
Matt2f2f4252005-04-13 14:45:30 +020027#include <linux/init.h>
28#include <linux/delay.h>
29#include <linux/slab.h>
30#include <linux/pci.h>
31#include <sound/core.h>
Mattc7d4b2f2005-06-27 14:59:41 +020032#include <sound/asoundef.h>
Matthew Ranostay45a6ac12008-10-15 14:45:38 -040033#include <sound/jack.h>
Matt2f2f4252005-04-13 14:45:30 +020034#include "hda_codec.h"
35#include "hda_local.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020036#include "hda_beep.h"
Matt2f2f4252005-04-13 14:45:30 +020037
Takashi Iwaic6e4c662008-11-25 11:58:19 +010038enum {
39 STAC_VREF_EVENT = 1,
40 STAC_INSERT_EVENT,
41 STAC_PWR_EVENT,
42 STAC_HP_EVENT,
43};
Matt4e550962005-07-04 17:51:39 +020044
Takashi Iwaif5fcc132006-11-24 17:07:44 +010045enum {
46 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010047 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020048 STAC_9200_DELL_D21,
49 STAC_9200_DELL_D22,
50 STAC_9200_DELL_D23,
51 STAC_9200_DELL_M21,
52 STAC_9200_DELL_M22,
53 STAC_9200_DELL_M23,
54 STAC_9200_DELL_M24,
55 STAC_9200_DELL_M25,
56 STAC_9200_DELL_M26,
57 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020058 STAC_9200_M4,
59 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010060 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010061 STAC_9200_MODELS
62};
63
64enum {
65 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020066 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020067 STAC_9205_DELL_M43,
68 STAC_9205_DELL_M44,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010069 STAC_9205_MODELS
70};
71
72enum {
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010073 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010074 STAC_92HD73XX_REF,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010075 STAC_DELL_M6_AMIC,
76 STAC_DELL_M6_DMIC,
77 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050078 STAC_DELL_EQ,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010079 STAC_92HD73XX_MODELS
80};
81
82enum {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020083 STAC_92HD83XXX_REF,
84 STAC_92HD83XXX_MODELS
85};
86
87enum {
Matthew Ranostaye035b842007-11-06 11:53:55 +010088 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +010089 STAC_DELL_M4_1,
90 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -050091 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -040092 STAC_HP_M4,
Matthew Ranostaye035b842007-11-06 11:53:55 +010093 STAC_92HD71BXX_MODELS
94};
95
96enum {
Tobin Davis8e21c342007-01-08 11:04:17 +010097 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +020098 STAC_M1,
99 STAC_M1_2,
100 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100101 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200102 STAC_M3,
103 STAC_M5,
104 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100105 STAC_925x_MODELS
106};
107
108enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100109 STAC_D945_REF,
110 STAC_D945GTP3,
111 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200112 STAC_INTEL_MAC_V1,
113 STAC_INTEL_MAC_V2,
114 STAC_INTEL_MAC_V3,
115 STAC_INTEL_MAC_V4,
116 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800117 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
118 * is given, one of the above models will be
119 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200120 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100121 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100122 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100123 STAC_MACBOOK_PRO_V1,
124 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200125 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200126 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300127 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200128 STAC_922X_DELL_D81,
129 STAC_922X_DELL_D82,
130 STAC_922X_DELL_M81,
131 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100132 STAC_922X_MODELS
133};
134
135enum {
Takashi Iwaie28d8322008-12-17 13:48:29 +0100136 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100137 STAC_D965_REF,
138 STAC_D965_3ST,
139 STAC_D965_5ST,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200140 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100141 STAC_DELL_BIOS,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100142 STAC_927X_MODELS
143};
Matt Porter403d1942005-11-29 15:00:51 +0100144
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400145struct sigmatel_event {
146 hda_nid_t nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +0100147 unsigned char type;
148 unsigned char tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400149 int data;
150};
151
152struct sigmatel_jack {
153 hda_nid_t nid;
154 int type;
155 struct snd_jack *jack;
156};
157
Matt2f2f4252005-04-13 14:45:30 +0200158struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100159 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200160 unsigned int num_mixers;
161
Matt Porter403d1942005-11-29 15:00:51 +0100162 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500163 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200164 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100165 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100166 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400167 unsigned int spdif_mute: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200168
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100169 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200170 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100171 unsigned int gpio_mask;
172 unsigned int gpio_dir;
173 unsigned int gpio_data;
174 unsigned int gpio_mute;
175
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200176 /* stream */
177 unsigned int stream_delay;
178
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100179 /* analog loopback */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100180 unsigned char aloopback_mask;
181 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200182
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100183 /* power management */
184 unsigned int num_pwrs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200185 unsigned int *pwr_mapping;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100186 hda_nid_t *pwr_nids;
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100187 hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100188
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400189 /* jack detection */
190 struct snd_array jacks;
191
192 /* events */
193 struct snd_array events;
194
Matt2f2f4252005-04-13 14:45:30 +0200195 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100196 struct hda_input_mux *mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400197 struct hda_input_mux *amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100198 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200199 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100200 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100201 hda_nid_t hp_dacs[5];
202 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200203
204 /* capture */
205 hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200206 unsigned int num_adcs;
Mattdabbed62005-06-14 10:19:34 +0200207 hda_nid_t *mux_nids;
208 unsigned int num_muxes;
Matt Porter8b657272006-10-26 17:12:59 +0200209 hda_nid_t *dmic_nids;
210 unsigned int num_dmics;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100211 hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100212 unsigned int num_dmuxes;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200213 hda_nid_t *smux_nids;
214 unsigned int num_smuxes;
Matthew Ranostay65973632008-09-16 10:39:37 -0400215 const char **spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200216
Mattdabbed62005-06-14 10:19:34 +0200217 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100218 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200219 hda_nid_t anabeep_nid;
220 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200221
Matt2f2f4252005-04-13 14:45:30 +0200222 /* pin widgets */
223 hda_nid_t *pin_nids;
224 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200225 unsigned int *pin_configs;
Matt2f2f4252005-04-13 14:45:30 +0200226
227 /* codec specific stuff */
228 struct hda_verb *init;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100229 struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200230
231 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200232 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100233 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200234 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100235 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200236 struct hda_input_mux *sinput_mux;
237 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400238 unsigned int cur_amux;
239 hda_nid_t *amp_nids;
240 unsigned int num_amps;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200241 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200242
Matt Porter403d1942005-11-29 15:00:51 +0100243 /* i/o switches */
244 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200245 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100246 hda_nid_t line_switch; /* shared line-in for input and output */
247 hda_nid_t mic_switch; /* shared mic-in for input and output */
248 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200249 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200250
Mattc7d4b2f2005-06-27 14:59:41 +0200251 struct hda_pcm pcm_rec[2]; /* PCM information */
252
253 /* dynamic controls and input_mux */
254 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200255 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200256 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200257 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200258 struct hda_input_mux private_smux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400259 struct hda_input_mux private_amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100260 struct hda_input_mux private_mono_mux;
Matt2f2f4252005-04-13 14:45:30 +0200261};
262
263static hda_nid_t stac9200_adc_nids[1] = {
264 0x03,
265};
266
267static hda_nid_t stac9200_mux_nids[1] = {
268 0x0c,
269};
270
271static hda_nid_t stac9200_dac_nids[1] = {
272 0x02,
273};
274
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100275static hda_nid_t stac92hd73xx_pwr_nids[8] = {
276 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
277 0x0f, 0x10, 0x11
278};
279
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400280static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
281 0x26, 0,
282};
283
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100284static hda_nid_t stac92hd73xx_adc_nids[2] = {
285 0x1a, 0x1b
286};
287
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400288#define DELL_M6_AMP 2
289static hda_nid_t stac92hd73xx_amp_nids[3] = {
290 0x0b, 0x0c, 0x0e
Matthew Ranostay89385032008-09-11 09:49:39 -0400291};
292
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100293#define STAC92HD73XX_NUM_DMICS 2
294static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
295 0x13, 0x14, 0
296};
297
298#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100299
300static hda_nid_t stac92hd73xx_mux_nids[4] = {
301 0x28, 0x29, 0x2a, 0x2b,
302};
303
304static hda_nid_t stac92hd73xx_dmux_nids[2] = {
305 0x20, 0x21,
306};
307
Matthew Ranostayd9737752008-09-07 12:03:41 +0200308static hda_nid_t stac92hd73xx_smux_nids[2] = {
309 0x22, 0x23,
310};
311
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200312#define STAC92HD83XXX_NUM_DMICS 2
313static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
314 0x11, 0x12, 0
315};
316
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200317#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200318
319static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
320 0x17, 0x18,
321};
322
323static hda_nid_t stac92hd83xxx_adc_nids[2] = {
324 0x15, 0x16,
325};
326
327static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
328 0xa, 0xb, 0xd, 0xe,
329};
330
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400331static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
332 0x1e, 0,
333};
334
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200335static unsigned int stac92hd83xxx_pwr_mapping[4] = {
336 0x03, 0x0c, 0x10, 0x40,
337};
338
Takashi Iwai9248f262009-01-14 09:40:25 +0100339static hda_nid_t stac92hd83xxx_amp_nids[1] = {
Matthew Ranostayc15c5062009-01-13 13:30:07 -0500340 0xc,
341};
342
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100343static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
344 0x0a, 0x0d, 0x0f
345};
346
Matthew Ranostaye035b842007-11-06 11:53:55 +0100347static hda_nid_t stac92hd71bxx_adc_nids[2] = {
348 0x12, 0x13,
349};
350
351static hda_nid_t stac92hd71bxx_mux_nids[2] = {
352 0x1a, 0x1b
353};
354
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400355static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
356 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100357};
358
Matthew Ranostayd9737752008-09-07 12:03:41 +0200359static hda_nid_t stac92hd71bxx_smux_nids[2] = {
360 0x24, 0x25,
361};
362
Matthew Ranostaye035b842007-11-06 11:53:55 +0100363#define STAC92HD71BXX_NUM_DMICS 2
364static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
365 0x18, 0x19, 0
366};
367
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400368static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
369 0x22, 0
370};
371
Tobin Davis8e21c342007-01-08 11:04:17 +0100372static hda_nid_t stac925x_adc_nids[1] = {
373 0x03,
374};
375
376static hda_nid_t stac925x_mux_nids[1] = {
377 0x0f,
378};
379
380static hda_nid_t stac925x_dac_nids[1] = {
381 0x02,
382};
383
Takashi Iwaif6e98522007-10-16 14:27:04 +0200384#define STAC925X_NUM_DMICS 1
385static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
386 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200387};
388
Takashi Iwai1697055e2007-12-18 18:05:52 +0100389static hda_nid_t stac925x_dmux_nids[1] = {
390 0x14,
391};
392
Matt2f2f4252005-04-13 14:45:30 +0200393static hda_nid_t stac922x_adc_nids[2] = {
394 0x06, 0x07,
395};
396
397static hda_nid_t stac922x_mux_nids[2] = {
398 0x12, 0x13,
399};
400
Matt Porter3cc08dc2006-01-23 15:27:49 +0100401static hda_nid_t stac927x_adc_nids[3] = {
402 0x07, 0x08, 0x09
403};
404
405static hda_nid_t stac927x_mux_nids[3] = {
406 0x15, 0x16, 0x17
407};
408
Matthew Ranostayd9737752008-09-07 12:03:41 +0200409static hda_nid_t stac927x_smux_nids[1] = {
410 0x21,
411};
412
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100413static hda_nid_t stac927x_dac_nids[6] = {
414 0x02, 0x03, 0x04, 0x05, 0x06, 0
415};
416
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100417static hda_nid_t stac927x_dmux_nids[1] = {
418 0x1b,
419};
420
Matthew Ranostay7f168592007-10-18 17:38:17 +0200421#define STAC927X_NUM_DMICS 2
422static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
423 0x13, 0x14, 0
424};
425
Matthew Ranostay65973632008-09-16 10:39:37 -0400426static const char *stac927x_spdif_labels[5] = {
427 "Digital Playback", "ADAT", "Analog Mux 1",
428 "Analog Mux 2", "Analog Mux 3"
429};
430
Matt Porterf3302a52006-07-31 12:49:34 +0200431static hda_nid_t stac9205_adc_nids[2] = {
432 0x12, 0x13
433};
434
435static hda_nid_t stac9205_mux_nids[2] = {
436 0x19, 0x1a
437};
438
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100439static hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100440 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100441};
442
Matthew Ranostayd9737752008-09-07 12:03:41 +0200443static hda_nid_t stac9205_smux_nids[1] = {
444 0x21,
445};
446
Takashi Iwaif6e98522007-10-16 14:27:04 +0200447#define STAC9205_NUM_DMICS 2
448static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
449 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200450};
451
Mattc7d4b2f2005-06-27 14:59:41 +0200452static hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200453 0x08, 0x09, 0x0d, 0x0e,
454 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200455};
456
Tobin Davis8e21c342007-01-08 11:04:17 +0100457static hda_nid_t stac925x_pin_nids[8] = {
458 0x07, 0x08, 0x0a, 0x0b,
459 0x0c, 0x0d, 0x10, 0x11,
460};
461
Matt2f2f4252005-04-13 14:45:30 +0200462static hda_nid_t stac922x_pin_nids[10] = {
463 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
464 0x0f, 0x10, 0x11, 0x15, 0x1b,
465};
466
Matthew Ranostaya7662642008-02-21 07:51:14 +0100467static hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100468 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
469 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200470 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100471};
472
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200473static hda_nid_t stac92hd83xxx_pin_nids[14] = {
474 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
475 0x0f, 0x10, 0x11, 0x12, 0x13,
476 0x1d, 0x1e, 0x1f, 0x20
477};
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400478static hda_nid_t stac92hd71bxx_pin_nids[11] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100479 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
480 0x0f, 0x14, 0x18, 0x19, 0x1e,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400481 0x1f,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100482};
483
Matt Porter3cc08dc2006-01-23 15:27:49 +0100484static hda_nid_t stac927x_pin_nids[14] = {
485 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
486 0x0f, 0x10, 0x11, 0x12, 0x13,
487 0x14, 0x21, 0x22, 0x23,
488};
489
Matt Porterf3302a52006-07-31 12:49:34 +0200490static hda_nid_t stac9205_pin_nids[12] = {
491 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
492 0x0f, 0x14, 0x16, 0x17, 0x18,
493 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200494};
495
Matthew Ranostay89385032008-09-11 09:49:39 -0400496#define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
497
498static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
499 struct snd_ctl_elem_value *ucontrol)
500{
501 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
502 struct sigmatel_spec *spec = codec->spec;
503 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
504
505 kcontrol->private_value ^= get_amp_nid(kcontrol);
506 kcontrol->private_value |= nid;
507
508 return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
509}
510
511static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
512 struct snd_ctl_elem_value *ucontrol)
513{
514 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
515 struct sigmatel_spec *spec = codec->spec;
516 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
517
518 kcontrol->private_value ^= get_amp_nid(kcontrol);
519 kcontrol->private_value |= nid;
520
521 return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
522}
523
Matt Porter8b657272006-10-26 17:12:59 +0200524static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
525 struct snd_ctl_elem_info *uinfo)
526{
527 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
528 struct sigmatel_spec *spec = codec->spec;
529 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
530}
531
532static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
533 struct snd_ctl_elem_value *ucontrol)
534{
535 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
536 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100537 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200538
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100539 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200540 return 0;
541}
542
543static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
544 struct snd_ctl_elem_value *ucontrol)
545{
546 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
547 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100548 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200549
550 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100551 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200552}
553
Matthew Ranostayd9737752008-09-07 12:03:41 +0200554static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
555 struct snd_ctl_elem_info *uinfo)
556{
557 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
558 struct sigmatel_spec *spec = codec->spec;
559 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
560}
561
562static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
563 struct snd_ctl_elem_value *ucontrol)
564{
565 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
566 struct sigmatel_spec *spec = codec->spec;
567 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
568
569 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
570 return 0;
571}
572
573static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
574 struct snd_ctl_elem_value *ucontrol)
575{
576 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
577 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400578 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200579 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400580 int err, val;
581 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200582
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400583 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200584 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400585 if (err < 0)
586 return err;
587
588 if (spec->spdif_mute) {
589 if (smux_idx == 0)
590 nid = spec->multiout.dig_out_nid;
591 else
592 nid = codec->slave_dig_outs[smux_idx - 1];
593 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100594 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400595 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100596 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400597 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100598 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
599 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400600 }
601 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200602}
603
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100604static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200605{
606 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
607 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200608 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200609}
610
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100611static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200612{
613 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
614 struct sigmatel_spec *spec = codec->spec;
615 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
616
617 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
618 return 0;
619}
620
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100621static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200622{
623 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
624 struct sigmatel_spec *spec = codec->spec;
625 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
626
Mattc7d4b2f2005-06-27 14:59:41 +0200627 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
Matt2f2f4252005-04-13 14:45:30 +0200628 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
629}
630
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100631static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
632 struct snd_ctl_elem_info *uinfo)
633{
634 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
635 struct sigmatel_spec *spec = codec->spec;
636 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
637}
638
639static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
640 struct snd_ctl_elem_value *ucontrol)
641{
642 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
643 struct sigmatel_spec *spec = codec->spec;
644
645 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
646 return 0;
647}
648
649static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
650 struct snd_ctl_elem_value *ucontrol)
651{
652 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
653 struct sigmatel_spec *spec = codec->spec;
654
655 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
656 spec->mono_nid, &spec->cur_mmux);
657}
658
Matthew Ranostay89385032008-09-11 09:49:39 -0400659static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
660 struct snd_ctl_elem_info *uinfo)
661{
662 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
663 struct sigmatel_spec *spec = codec->spec;
664 return snd_hda_input_mux_info(spec->amp_mux, uinfo);
665}
666
667static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
668 struct snd_ctl_elem_value *ucontrol)
669{
670 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
671 struct sigmatel_spec *spec = codec->spec;
672
673 ucontrol->value.enumerated.item[0] = spec->cur_amux;
674 return 0;
675}
676
677static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
678 struct snd_ctl_elem_value *ucontrol)
679{
680 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
681 struct sigmatel_spec *spec = codec->spec;
682 struct snd_kcontrol *ctl =
683 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
684 if (!ctl)
685 return -EINVAL;
686
687 snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
688 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
689
690 return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
691 0, &spec->cur_amux);
692}
693
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200694#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
695
696static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
697 struct snd_ctl_elem_value *ucontrol)
698{
699 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100700 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200701 struct sigmatel_spec *spec = codec->spec;
702
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100703 ucontrol->value.integer.value[0] = !!(spec->aloopback &
704 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200705 return 0;
706}
707
708static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
709 struct snd_ctl_elem_value *ucontrol)
710{
711 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
712 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100713 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200714 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100715 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200716
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100717 idx_val = spec->aloopback_mask << idx;
718 if (ucontrol->value.integer.value[0])
719 val = spec->aloopback | idx_val;
720 else
721 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100722 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200723 return 0;
724
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100725 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200726
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100727 /* Only return the bits defined by the shift value of the
728 * first two bytes of the mask
729 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200730 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100731 kcontrol->private_value & 0xFFFF, 0x0);
732 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200733
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100734 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200735 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100736 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200737 } else {
738 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100739 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200740 }
741
742 snd_hda_codec_write_cache(codec, codec->afg, 0,
743 kcontrol->private_value >> 16, dac_mode);
744
745 return 1;
746}
747
Mattc7d4b2f2005-06-27 14:59:41 +0200748static struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200749 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200750 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200751 {}
752};
753
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200754static struct hda_verb stac9200_eapd_init[] = {
755 /* set dac0mux for dac converter */
756 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
757 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
758 {}
759};
760
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100761static struct hda_verb stac92hd73xx_6ch_core_init[] = {
762 /* set master volume and direct control */
763 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100764 /* setup adcs to point to mixer */
765 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
766 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100767 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
768 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
769 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
770 /* setup import muxs */
771 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
772 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
773 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
774 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
775 {}
776};
777
Matthew Ranostayd654a662008-03-14 08:46:51 +0100778static struct hda_verb dell_eq_core_init[] = {
779 /* set master volume to max value without distortion
780 * and direct control */
781 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100782 /* setup adcs to point to mixer */
783 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
784 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
785 /* setup import muxs */
786 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
787 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
788 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
789 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
790 {}
791};
792
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100793static struct hda_verb dell_m6_core_init[] = {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -0500794 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100795 /* setup adcs to point to mixer */
796 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
797 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
798 /* setup import muxs */
799 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
800 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
801 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
802 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
803 {}
804};
805
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100806static struct hda_verb stac92hd73xx_8ch_core_init[] = {
807 /* set master volume and direct control */
808 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100809 /* setup adcs to point to mixer */
810 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
811 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100812 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
813 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
814 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
815 /* setup import muxs */
816 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
817 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
818 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
819 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
820 {}
821};
822
823static struct hda_verb stac92hd73xx_10ch_core_init[] = {
824 /* set master volume and direct control */
825 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100826 /* dac3 is connected to import3 mux */
827 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100828 /* setup adcs to point to mixer */
829 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
830 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100831 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
832 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
833 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
834 /* setup import muxs */
835 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
836 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
837 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
838 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
839 {}
840};
841
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200842static struct hda_verb stac92hd83xxx_core_init[] = {
843 /* start of config #1 */
844 { 0xe, AC_VERB_SET_CONNECT_SEL, 0x3},
845
846 /* start of config #2 */
847 { 0xa, AC_VERB_SET_CONNECT_SEL, 0x0},
848 { 0xb, AC_VERB_SET_CONNECT_SEL, 0x0},
849 { 0xd, AC_VERB_SET_CONNECT_SEL, 0x1},
850
851 /* power state controls amps */
852 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200853 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200854};
855
Matthew Ranostaye035b842007-11-06 11:53:55 +0100856static struct hda_verb stac92hd71bxx_core_init[] = {
857 /* set master volume and direct control */
858 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay541eee82007-12-14 12:08:04 +0100859 /* unmute right and left channels for nodes 0x0a, 0xd, 0x0f */
860 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
861 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
862 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200863 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100864};
865
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400866#define HD_DISABLE_PORTF 2
Matthew Ranostay541eee82007-12-14 12:08:04 +0100867static struct hda_verb stac92hd71bxx_analog_core_init[] = {
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200868 /* start of config #1 */
869
870 /* connect port 0f to audio mixer */
871 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200872 /* unmute right and left channels for node 0x0f */
873 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
874 /* start of config #2 */
875
Matthew Ranostay541eee82007-12-14 12:08:04 +0100876 /* set master volume and direct control */
877 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200878 /* unmute right and left channels for nodes 0x0a, 0xd */
Matthew Ranostaye035b842007-11-06 11:53:55 +0100879 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
880 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100881 {}
882};
883
Tobin Davis8e21c342007-01-08 11:04:17 +0100884static struct hda_verb stac925x_core_init[] = {
885 /* set dac0mux for dac converter */
886 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwai2465fb62009-01-14 15:58:55 +0100887 /* unmute and set max the selector */
888 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f },
Tobin Davis8e21c342007-01-08 11:04:17 +0100889 {}
890};
891
Mattc7d4b2f2005-06-27 14:59:41 +0200892static struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200893 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200894 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200895 {}
896};
897
Tobin Davis93ed1502006-09-01 21:03:12 +0200898static struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200899 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200900 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200901 /* unmute node 0x1b */
902 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
903 /* select node 0x03 as DAC */
904 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
905 {}
906};
907
Matt Porter3cc08dc2006-01-23 15:27:49 +0100908static struct hda_verb stac927x_core_init[] = {
909 /* set master volume and direct control */
910 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200911 /* enable analog pc beep path */
912 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100913 {}
914};
915
Matt Porterf3302a52006-07-31 12:49:34 +0200916static struct hda_verb stac9205_core_init[] = {
917 /* set master volume and direct control */
918 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200919 /* enable analog pc beep path */
920 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200921 {}
922};
923
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100924#define STAC_MONO_MUX \
925 { \
926 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
927 .name = "Mono Mux", \
928 .count = 1, \
929 .info = stac92xx_mono_mux_enum_info, \
930 .get = stac92xx_mono_mux_enum_get, \
931 .put = stac92xx_mono_mux_enum_put, \
932 }
933
Matthew Ranostay89385032008-09-11 09:49:39 -0400934#define STAC_AMP_MUX \
935 { \
936 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
937 .name = "Amp Selector Capture Switch", \
938 .count = 1, \
939 .info = stac92xx_amp_mux_enum_info, \
940 .get = stac92xx_amp_mux_enum_get, \
941 .put = stac92xx_amp_mux_enum_put, \
942 }
943
944#define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
945 { \
946 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
947 .name = xname, \
948 .index = 0, \
949 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
950 SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
951 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
952 .info = stac92xx_amp_volume_info, \
953 .get = stac92xx_amp_volume_get, \
954 .put = stac92xx_amp_volume_put, \
955 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
956 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
957 }
958
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200959#define STAC_INPUT_SOURCE(cnt) \
Maxim Levitskyca7c5a82007-08-31 12:52:19 +0200960 { \
961 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
962 .name = "Input Source", \
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200963 .count = cnt, \
Maxim Levitskyca7c5a82007-08-31 12:52:19 +0200964 .info = stac92xx_mux_enum_info, \
965 .get = stac92xx_mux_enum_get, \
966 .put = stac92xx_mux_enum_put, \
967 }
968
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100969#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200970 { \
971 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
972 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100973 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200974 .info = stac92xx_aloopback_info, \
975 .get = stac92xx_aloopback_get, \
976 .put = stac92xx_aloopback_put, \
977 .private_value = verb_read | (verb_write << 16), \
978 }
979
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100980static struct snd_kcontrol_new stac9200_mixer[] = {
Matt2f2f4252005-04-13 14:45:30 +0200981 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
982 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200983 STAC_INPUT_SOURCE(1),
Matt2f2f4252005-04-13 14:45:30 +0200984 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
985 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +0200986 { } /* end */
987};
988
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400989#define DELL_M6_MIXER 6
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100990static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400991 /* start of config #1 */
992 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
993 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
994
995 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
996 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
997
998 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
999 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1000
1001 /* start of config #2 */
1002 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1003 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1004
1005 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1006 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1007
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001008 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1009
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001010 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1011 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1012
1013 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1014 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1015
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001016 { } /* end */
1017};
1018
1019static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001020 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1021
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001022 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1023 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1024
1025 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1026 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1027
1028 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1029 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1030
1031 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1032 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1033
1034 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1035 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1036
1037 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1038 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1039
1040 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1041 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1042 { } /* end */
1043};
1044
1045static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001046 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1047
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001048 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1049 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1050
1051 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1052 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1053
1054 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1055 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1056
1057 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1058 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1059
1060 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1061 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1062
1063 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1064 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1065
1066 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1067 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1068 { } /* end */
1069};
1070
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001071
1072static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
1073 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_OUTPUT),
1074 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_OUTPUT),
1075
1076 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_OUTPUT),
1077 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_OUTPUT),
1078
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001079 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0x3, HDA_INPUT),
1080 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0x3, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001081
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001082 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x4, HDA_INPUT),
1083 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x4, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001084
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001085 HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x0, HDA_INPUT),
1086 HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x0, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001087
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001088 HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x2, HDA_INPUT),
1089 HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x2, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001090
1091 /*
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001092 HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x1, HDA_INPUT),
1093 HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x1, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001094 */
1095 { } /* end */
1096};
1097
Matthew Ranostay541eee82007-12-14 12:08:04 +01001098static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001099 STAC_INPUT_SOURCE(2),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001100 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001101
Matthew Ranostay9b359472007-11-07 13:03:12 +01001102 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1103 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay9b359472007-11-07 13:03:12 +01001104
1105 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1106 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001107 /* analog pc-beep replaced with digital beep support */
1108 /*
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001109 HDA_CODEC_VOLUME("PC Beep Volume", 0x17, 0x2, HDA_INPUT),
1110 HDA_CODEC_MUTE("PC Beep Switch", 0x17, 0x2, HDA_INPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001111 */
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001112
Matthew Ranostay687cb982008-10-11 13:52:43 -04001113 HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1114 HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001115
Matthew Ranostay687cb982008-10-11 13:52:43 -04001116 HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1117 HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001118
1119 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1120 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1121
1122 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1123 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001124 { } /* end */
1125};
1126
Matthew Ranostay541eee82007-12-14 12:08:04 +01001127static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
Matthew Ranostay541eee82007-12-14 12:08:04 +01001128 STAC_INPUT_SOURCE(2),
1129 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
1130
Matthew Ranostay541eee82007-12-14 12:08:04 +01001131 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1132 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001133
1134 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1135 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001136 { } /* end */
1137};
1138
Tobin Davis8e21c342007-01-08 11:04:17 +01001139static struct snd_kcontrol_new stac925x_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001140 STAC_INPUT_SOURCE(1),
Tobin Davis8e21c342007-01-08 11:04:17 +01001141 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
Mauro Carvalho Chehab587755f2008-05-25 18:20:06 +02001142 HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
Tobin Davis8e21c342007-01-08 11:04:17 +01001143 { } /* end */
1144};
1145
Takashi Iwaid1d985f2006-11-23 19:27:12 +01001146static struct snd_kcontrol_new stac9205_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001147 STAC_INPUT_SOURCE(2),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001148 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001149
1150 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
1151 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001152
1153 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1c, 0x0, HDA_INPUT),
1154 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1e, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001155 { } /* end */
1156};
1157
1158/* This needs to be generated dynamically based on sequence */
1159static struct snd_kcontrol_new stac922x_mixer[] = {
1160 STAC_INPUT_SOURCE(2),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001161 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_INPUT),
1162 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001163
1164 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_INPUT),
1165 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001166 { } /* end */
1167};
1168
1169
1170static struct snd_kcontrol_new stac927x_mixer[] = {
1171 STAC_INPUT_SOURCE(3),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001172 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001173
1174 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x18, 0x0, HDA_INPUT),
1175 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1b, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001176
1177 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x19, 0x0, HDA_INPUT),
1178 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1c, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001179
1180 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x2, 0x1A, 0x0, HDA_INPUT),
1181 HDA_CODEC_MUTE_IDX("Capture Switch", 0x2, 0x1d, 0x0, HDA_OUTPUT),
Matt Porterf3302a52006-07-31 12:49:34 +02001182 { } /* end */
1183};
1184
Takashi Iwai1697055e2007-12-18 18:05:52 +01001185static struct snd_kcontrol_new stac_dmux_mixer = {
1186 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1187 .name = "Digital Input Source",
1188 /* count set later */
1189 .info = stac92xx_dmux_enum_info,
1190 .get = stac92xx_dmux_enum_get,
1191 .put = stac92xx_dmux_enum_put,
1192};
1193
Matthew Ranostayd9737752008-09-07 12:03:41 +02001194static struct snd_kcontrol_new stac_smux_mixer = {
1195 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001196 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001197 /* count set later */
1198 .info = stac92xx_smux_enum_info,
1199 .get = stac92xx_smux_enum_get,
1200 .put = stac92xx_smux_enum_put,
1201};
1202
Takashi Iwai2134ea42008-01-10 16:53:55 +01001203static const char *slave_vols[] = {
1204 "Front Playback Volume",
1205 "Surround Playback Volume",
1206 "Center Playback Volume",
1207 "LFE Playback Volume",
1208 "Side Playback Volume",
1209 "Headphone Playback Volume",
1210 "Headphone Playback Volume",
1211 "Speaker Playback Volume",
1212 "External Speaker Playback Volume",
1213 "Speaker2 Playback Volume",
1214 NULL
1215};
1216
1217static const char *slave_sws[] = {
1218 "Front Playback Switch",
1219 "Surround Playback Switch",
1220 "Center Playback Switch",
1221 "LFE Playback Switch",
1222 "Side Playback Switch",
1223 "Headphone Playback Switch",
1224 "Headphone Playback Switch",
1225 "Speaker Playback Switch",
1226 "External Speaker Playback Switch",
1227 "Speaker2 Playback Switch",
Takashi Iwaiedb54a52008-01-29 12:47:02 +01001228 "IEC958 Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001229 NULL
1230};
1231
Takashi Iwai603c4012008-07-30 15:01:44 +02001232static void stac92xx_free_kctls(struct hda_codec *codec);
Takashi Iwaie4973e12008-11-18 09:32:42 +01001233static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
Takashi Iwai603c4012008-07-30 15:01:44 +02001234
Matt2f2f4252005-04-13 14:45:30 +02001235static int stac92xx_build_controls(struct hda_codec *codec)
1236{
1237 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001238 struct auto_pin_cfg *cfg = &spec->autocfg;
1239 hda_nid_t nid;
Matt2f2f4252005-04-13 14:45:30 +02001240 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001241 int i;
Matt2f2f4252005-04-13 14:45:30 +02001242
1243 err = snd_hda_add_new_ctls(codec, spec->mixer);
1244 if (err < 0)
1245 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02001246
1247 for (i = 0; i < spec->num_mixers; i++) {
1248 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1249 if (err < 0)
1250 return err;
1251 }
Takashi Iwai1697055e2007-12-18 18:05:52 +01001252 if (spec->num_dmuxes > 0) {
1253 stac_dmux_mixer.count = spec->num_dmuxes;
Takashi Iwaid13bd412008-07-30 15:01:45 +02001254 err = snd_hda_ctl_add(codec,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001255 snd_ctl_new1(&stac_dmux_mixer, codec));
1256 if (err < 0)
1257 return err;
1258 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001259 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001260 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1261 struct hda_input_mux *smux = &spec->private_smux;
1262 /* check for mute support on SPDIF out */
1263 if (wcaps & AC_WCAP_OUT_AMP) {
1264 smux->items[smux->num_items].label = "Off";
1265 smux->items[smux->num_items].index = 0;
1266 smux->num_items++;
1267 spec->spdif_mute = 1;
1268 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001269 stac_smux_mixer.count = spec->num_smuxes;
Takashi Iwai4f2d23e2008-12-19 10:14:13 +01001270 err = snd_hda_ctl_add(codec,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001271 snd_ctl_new1(&stac_smux_mixer, codec));
1272 if (err < 0)
1273 return err;
1274 }
Mattc7d4b2f2005-06-27 14:59:41 +02001275
Mattdabbed62005-06-14 10:19:34 +02001276 if (spec->multiout.dig_out_nid) {
1277 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1278 if (err < 0)
1279 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001280 err = snd_hda_create_spdif_share_sw(codec,
1281 &spec->multiout);
1282 if (err < 0)
1283 return err;
1284 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001285 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001286 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001287 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1288 if (err < 0)
1289 return err;
1290 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001291
1292 /* if we have no master control, let's create it */
1293 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001294 unsigned int vmaster_tlv[4];
Takashi Iwai2134ea42008-01-10 16:53:55 +01001295 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001296 HDA_OUTPUT, vmaster_tlv);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001297 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001298 vmaster_tlv, slave_vols);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001299 if (err < 0)
1300 return err;
1301 }
1302 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1303 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1304 NULL, slave_sws);
1305 if (err < 0)
1306 return err;
1307 }
1308
Takashi Iwai603c4012008-07-30 15:01:44 +02001309 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001310
1311 /* create jack input elements */
1312 if (spec->hp_detect) {
1313 for (i = 0; i < cfg->hp_outs; i++) {
1314 int type = SND_JACK_HEADPHONE;
1315 nid = cfg->hp_pins[i];
1316 /* jack detection */
1317 if (cfg->hp_outs == i)
1318 type |= SND_JACK_LINEOUT;
1319 err = stac92xx_add_jack(codec, nid, type);
1320 if (err < 0)
1321 return err;
1322 }
1323 }
1324 for (i = 0; i < cfg->line_outs; i++) {
1325 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1326 SND_JACK_LINEOUT);
1327 if (err < 0)
1328 return err;
1329 }
1330 for (i = 0; i < AUTO_PIN_LAST; i++) {
1331 nid = cfg->input_pins[i];
1332 if (nid) {
1333 err = stac92xx_add_jack(codec, nid,
1334 SND_JACK_MICROPHONE);
1335 if (err < 0)
1336 return err;
1337 }
1338 }
1339
Mattdabbed62005-06-14 10:19:34 +02001340 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001341}
1342
Matt Porter403d1942005-11-29 15:00:51 +01001343static unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001344 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001345 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1346};
1347
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001348static unsigned int gateway9200_m4_pin_configs[8] = {
1349 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1350 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1351};
1352static unsigned int gateway9200_m4_2_pin_configs[8] = {
1353 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1354 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1355};
1356
1357/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001358 STAC 9200 pin configs for
1359 102801A8
1360 102801DE
1361 102801E8
1362*/
1363static unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001364 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1365 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001366};
1367
1368/*
1369 STAC 9200 pin configs for
1370 102801C0
1371 102801C1
1372*/
1373static unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001374 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1375 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001376};
1377
1378/*
1379 STAC 9200 pin configs for
1380 102801C4 (Dell Dimension E310)
1381 102801C5
1382 102801C7
1383 102801D9
1384 102801DA
1385 102801E3
1386*/
1387static unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001388 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1389 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001390};
1391
1392
1393/*
1394 STAC 9200-32 pin configs for
1395 102801B5 (Dell Inspiron 630m)
1396 102801D8 (Dell Inspiron 640m)
1397*/
1398static unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001399 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1400 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001401};
1402
1403/*
1404 STAC 9200-32 pin configs for
1405 102801C2 (Dell Latitude D620)
1406 102801C8
1407 102801CC (Dell Latitude D820)
1408 102801D4
1409 102801D6
1410*/
1411static unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001412 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1413 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001414};
1415
1416/*
1417 STAC 9200-32 pin configs for
1418 102801CE (Dell XPS M1710)
1419 102801CF (Dell Precision M90)
1420*/
1421static unsigned int dell9200_m23_pin_configs[8] = {
1422 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1423 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1424};
1425
1426/*
1427 STAC 9200-32 pin configs for
1428 102801C9
1429 102801CA
1430 102801CB (Dell Latitude 120L)
1431 102801D3
1432*/
1433static unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001434 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1435 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001436};
1437
1438/*
1439 STAC 9200-32 pin configs for
1440 102801BD (Dell Inspiron E1505n)
1441 102801EE
1442 102801EF
1443*/
1444static unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001445 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1446 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001447};
1448
1449/*
1450 STAC 9200-32 pin configs for
1451 102801F5 (Dell Inspiron 1501)
1452 102801F6
1453*/
1454static unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001455 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1456 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001457};
1458
1459/*
1460 STAC 9200-32
1461 102801CD (Dell Inspiron E1705/9400)
1462*/
1463static unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001464 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1465 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001466};
1467
Tobin Davisbf277782008-02-03 20:31:47 +01001468static unsigned int oqo9200_pin_configs[8] = {
1469 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1470 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1471};
1472
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001473
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001474static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1475 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001476 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001477 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1478 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1479 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1480 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1481 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1482 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1483 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1484 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1485 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1486 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001487 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1488 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001489 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001490};
1491
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001492static const char *stac9200_models[STAC_9200_MODELS] = {
1493 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001494 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001495 [STAC_9200_DELL_D21] = "dell-d21",
1496 [STAC_9200_DELL_D22] = "dell-d22",
1497 [STAC_9200_DELL_D23] = "dell-d23",
1498 [STAC_9200_DELL_M21] = "dell-m21",
1499 [STAC_9200_DELL_M22] = "dell-m22",
1500 [STAC_9200_DELL_M23] = "dell-m23",
1501 [STAC_9200_DELL_M24] = "dell-m24",
1502 [STAC_9200_DELL_M25] = "dell-m25",
1503 [STAC_9200_DELL_M26] = "dell-m26",
1504 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001505 [STAC_9200_M4] = "gateway-m4",
1506 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001507 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001508};
1509
1510static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1511 /* SigmaTel reference board */
1512 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1513 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001514 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001515 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1516 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001517 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001518 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1519 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1520 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1521 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1522 "unknown Dell", STAC_9200_DELL_D22),
1523 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1524 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001525 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001526 "Dell Latitude D620", STAC_9200_DELL_M22),
1527 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1528 "unknown Dell", STAC_9200_DELL_D23),
1529 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1530 "unknown Dell", STAC_9200_DELL_D23),
1531 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1532 "unknown Dell", STAC_9200_DELL_M22),
1533 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1534 "unknown Dell", STAC_9200_DELL_M24),
1535 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1536 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001537 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001538 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001539 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001540 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001541 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001542 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001543 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001544 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001545 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001546 "Dell Precision M90", STAC_9200_DELL_M23),
1547 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1548 "unknown Dell", STAC_9200_DELL_M22),
1549 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1550 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001551 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001552 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001553 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001554 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1555 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1556 "unknown Dell", STAC_9200_DELL_D23),
1557 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1558 "unknown Dell", STAC_9200_DELL_D23),
1559 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1560 "unknown Dell", STAC_9200_DELL_D21),
1561 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1562 "unknown Dell", STAC_9200_DELL_D23),
1563 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1564 "unknown Dell", STAC_9200_DELL_D21),
1565 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1566 "unknown Dell", STAC_9200_DELL_M25),
1567 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1568 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001569 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001570 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1571 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1572 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001573 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001574 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001575 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001576 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1577 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1578 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001579 /* OQO Mobile */
1580 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001581 {} /* terminator */
1582};
1583
Tobin Davis8e21c342007-01-08 11:04:17 +01001584static unsigned int ref925x_pin_configs[8] = {
1585 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001586 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001587};
1588
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001589static unsigned int stac925xM1_pin_configs[8] = {
1590 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1591 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001592};
1593
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001594static unsigned int stac925xM1_2_pin_configs[8] = {
1595 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1596 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1597};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001598
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001599static unsigned int stac925xM2_pin_configs[8] = {
1600 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1601 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001602};
1603
Tobin Davis8e21c342007-01-08 11:04:17 +01001604static unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001605 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1606 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1607};
1608
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001609static unsigned int stac925xM3_pin_configs[8] = {
1610 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1611 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1612};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001613
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001614static unsigned int stac925xM5_pin_configs[8] = {
1615 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1616 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1617};
1618
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001619static unsigned int stac925xM6_pin_configs[8] = {
1620 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1621 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001622};
1623
1624static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1625 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001626 [STAC_M1] = stac925xM1_pin_configs,
1627 [STAC_M1_2] = stac925xM1_2_pin_configs,
1628 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001629 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001630 [STAC_M3] = stac925xM3_pin_configs,
1631 [STAC_M5] = stac925xM5_pin_configs,
1632 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001633};
1634
1635static const char *stac925x_models[STAC_925x_MODELS] = {
1636 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001637 [STAC_M1] = "m1",
1638 [STAC_M1_2] = "m1-2",
1639 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001640 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001641 [STAC_M3] = "m3",
1642 [STAC_M5] = "m5",
1643 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001644};
1645
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001646static struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001647 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1648 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1649 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1650 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001651 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001652 /* Not sure about the brand name for those */
1653 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1654 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1655 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1656 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001657 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001658};
1659
1660static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1661 /* SigmaTel reference board */
1662 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001663 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001664
1665 /* Default table for unknown ID */
1666 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1667
Tobin Davis8e21c342007-01-08 11:04:17 +01001668 {} /* terminator */
1669};
1670
Matthew Ranostaya7662642008-02-21 07:51:14 +01001671static unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001672 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1673 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1674 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001675 0x01452050,
1676};
1677
1678static unsigned int dell_m6_pin_configs[13] = {
1679 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001680 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001681 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1682 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001683};
1684
1685static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001686 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001687 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1688 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1689 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001690 [STAC_DELL_EQ] = dell_m6_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001691};
1692
1693static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001694 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001695 [STAC_92HD73XX_REF] = "ref",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001696 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1697 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1698 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001699 [STAC_DELL_EQ] = "dell-eq",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001700};
1701
1702static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1703 /* SigmaTel reference board */
1704 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001705 "DFI LanParty", STAC_92HD73XX_REF),
1706 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001707 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001708 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001709 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001710 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001711 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001712 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001713 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001714 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001715 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001716 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001717 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001718 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001719 "unknown Dell", STAC_DELL_M6_DMIC),
1720 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1721 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001722 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001723 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001724 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1725 "Dell Studio 17", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001726 {} /* terminator */
1727};
1728
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001729static unsigned int ref92hd83xxx_pin_configs[14] = {
1730 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1731 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1732 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x40f000f0,
1733 0x01451160, 0x98560170,
1734};
1735
1736static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1737 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1738};
1739
1740static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1741 [STAC_92HD83XXX_REF] = "ref",
1742};
1743
1744static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1745 /* SigmaTel reference board */
1746 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001747 "DFI LanParty", STAC_92HD83XXX_REF),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001748 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001749};
1750
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001751static unsigned int ref92hd71bxx_pin_configs[11] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001752 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001753 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001754 0x90a000f0, 0x01452050, 0x01452050,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001755};
1756
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001757static unsigned int dell_m4_1_pin_configs[11] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001758 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001759 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001760 0x40f000f0, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001761};
1762
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001763static unsigned int dell_m4_2_pin_configs[11] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001764 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1765 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001766 0x40f000f0, 0x044413b0, 0x044413b0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001767};
1768
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001769static unsigned int dell_m4_3_pin_configs[11] = {
1770 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1771 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
1772 0x40f000f0, 0x044413b0, 0x044413b0,
1773};
1774
Matthew Ranostaye035b842007-11-06 11:53:55 +01001775static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1776 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001777 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1778 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001779 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001780 [STAC_HP_M4] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001781};
1782
1783static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1784 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001785 [STAC_DELL_M4_1] = "dell-m4-1",
1786 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001787 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001788 [STAC_HP_M4] = "hp-m4",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001789};
1790
1791static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1792 /* SigmaTel reference board */
1793 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1794 "DFI LanParty", STAC_92HD71BXX_REF),
Takashi Iwai80bf2722008-11-18 10:48:41 +01001795 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2,
1796 "HP dv5", STAC_HP_M4),
1797 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
1798 "HP dv7", STAC_HP_M4),
Takashi Iwai69dfaef2008-12-20 16:57:50 +01001799 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc,
1800 "HP dv7", STAC_HP_M4),
Giuseppe Bilottadafb70c2009-01-13 08:58:49 -05001801 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603,
1802 "HP dv5", STAC_HP_M4),
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001803 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1804 "unknown HP", STAC_HP_M4),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001805 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1806 "unknown Dell", STAC_DELL_M4_1),
1807 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1808 "unknown Dell", STAC_DELL_M4_1),
1809 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1810 "unknown Dell", STAC_DELL_M4_1),
1811 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1812 "unknown Dell", STAC_DELL_M4_1),
1813 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1814 "unknown Dell", STAC_DELL_M4_1),
1815 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1816 "unknown Dell", STAC_DELL_M4_1),
1817 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1818 "unknown Dell", STAC_DELL_M4_1),
1819 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1820 "unknown Dell", STAC_DELL_M4_2),
1821 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1822 "unknown Dell", STAC_DELL_M4_2),
1823 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1824 "unknown Dell", STAC_DELL_M4_2),
1825 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1826 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001827 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1828 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001829 {} /* terminator */
1830};
1831
Matt Porter403d1942005-11-29 15:00:51 +01001832static unsigned int ref922x_pin_configs[10] = {
1833 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1834 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001835 0x40000100, 0x40000100,
1836};
1837
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001838/*
1839 STAC 922X pin configs for
1840 102801A7
1841 102801AB
1842 102801A9
1843 102801D1
1844 102801D2
1845*/
1846static unsigned int dell_922x_d81_pin_configs[10] = {
1847 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1848 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1849 0x01813122, 0x400001f2,
1850};
1851
1852/*
1853 STAC 922X pin configs for
1854 102801AC
1855 102801D0
1856*/
1857static unsigned int dell_922x_d82_pin_configs[10] = {
1858 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1859 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1860 0x01813122, 0x400001f1,
1861};
1862
1863/*
1864 STAC 922X pin configs for
1865 102801BF
1866*/
1867static unsigned int dell_922x_m81_pin_configs[10] = {
1868 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1869 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1870 0x40C003f1, 0x405003f0,
1871};
1872
1873/*
1874 STAC 9221 A1 pin configs for
1875 102801D7 (Dell XPS M1210)
1876*/
1877static unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001878 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1879 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001880 0x508003f3, 0x405003f4,
1881};
1882
Matt Porter403d1942005-11-29 15:00:51 +01001883static unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001884 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001885 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1886 0x02a19120, 0x40000100,
1887};
1888
1889static unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001890 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1891 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001892 0x02a19320, 0x40000100,
1893};
1894
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001895static unsigned int intel_mac_v1_pin_configs[10] = {
1896 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1897 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001898 0x400000fc, 0x400000fb,
1899};
1900
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001901static unsigned int intel_mac_v2_pin_configs[10] = {
1902 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1903 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001904 0x400000fc, 0x400000fb,
1905};
1906
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001907static unsigned int intel_mac_v3_pin_configs[10] = {
1908 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1909 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1910 0x400000fc, 0x400000fb,
1911};
1912
1913static unsigned int intel_mac_v4_pin_configs[10] = {
1914 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1915 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1916 0x400000fc, 0x400000fb,
1917};
1918
1919static unsigned int intel_mac_v5_pin_configs[10] = {
1920 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1921 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1922 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001923};
1924
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001925static unsigned int ecs202_pin_configs[10] = {
1926 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1927 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1928 0x9037012e, 0x40e000f2,
1929};
Takashi Iwai76c08822007-06-19 12:17:42 +02001930
Takashi Iwai19039bd2006-06-28 15:52:16 +02001931static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001932 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001933 [STAC_D945GTP3] = d945gtp3_pin_configs,
1934 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001935 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1936 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1937 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1938 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1939 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001940 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001941 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001942 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1943 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1944 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1945 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1946 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1947 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001948 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001949 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1950 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1951 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1952 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001953};
1954
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001955static const char *stac922x_models[STAC_922X_MODELS] = {
1956 [STAC_D945_REF] = "ref",
1957 [STAC_D945GTP5] = "5stack",
1958 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001959 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1960 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1961 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1962 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1963 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001964 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001965 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001966 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001967 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01001968 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1969 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02001970 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001971 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001972 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001973 [STAC_922X_DELL_D81] = "dell-d81",
1974 [STAC_922X_DELL_D82] = "dell-d82",
1975 [STAC_922X_DELL_M81] = "dell-m81",
1976 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001977};
1978
1979static struct snd_pci_quirk stac922x_cfg_tbl[] = {
1980 /* SigmaTel reference board */
1981 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1982 "DFI LanParty", STAC_D945_REF),
1983 /* Intel 945G based systems */
1984 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
1985 "Intel D945G", STAC_D945GTP3),
1986 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
1987 "Intel D945G", STAC_D945GTP3),
1988 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
1989 "Intel D945G", STAC_D945GTP3),
1990 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
1991 "Intel D945G", STAC_D945GTP3),
1992 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
1993 "Intel D945G", STAC_D945GTP3),
1994 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
1995 "Intel D945G", STAC_D945GTP3),
1996 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
1997 "Intel D945G", STAC_D945GTP3),
1998 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
1999 "Intel D945G", STAC_D945GTP3),
2000 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2001 "Intel D945G", STAC_D945GTP3),
2002 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2003 "Intel D945G", STAC_D945GTP3),
2004 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2005 "Intel D945G", STAC_D945GTP3),
2006 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2007 "Intel D945G", STAC_D945GTP3),
2008 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2009 "Intel D945G", STAC_D945GTP3),
2010 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2011 "Intel D945G", STAC_D945GTP3),
2012 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2013 "Intel D945G", STAC_D945GTP3),
2014 /* Intel D945G 5-stack systems */
2015 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2016 "Intel D945G", STAC_D945GTP5),
2017 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2018 "Intel D945G", STAC_D945GTP5),
2019 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2020 "Intel D945G", STAC_D945GTP5),
2021 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2022 "Intel D945G", STAC_D945GTP5),
2023 /* Intel 945P based systems */
2024 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2025 "Intel D945P", STAC_D945GTP3),
2026 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2027 "Intel D945P", STAC_D945GTP3),
2028 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2029 "Intel D945P", STAC_D945GTP3),
2030 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2031 "Intel D945P", STAC_D945GTP3),
2032 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2033 "Intel D945P", STAC_D945GTP3),
2034 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2035 "Intel D945P", STAC_D945GTP5),
2036 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002037 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002038 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002039 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002040 /* Dell systems */
2041 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2042 "unknown Dell", STAC_922X_DELL_D81),
2043 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2044 "unknown Dell", STAC_922X_DELL_D81),
2045 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2046 "unknown Dell", STAC_922X_DELL_D81),
2047 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2048 "unknown Dell", STAC_922X_DELL_D82),
2049 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2050 "unknown Dell", STAC_922X_DELL_M81),
2051 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2052 "unknown Dell", STAC_922X_DELL_D82),
2053 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2054 "unknown Dell", STAC_922X_DELL_D81),
2055 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2056 "unknown Dell", STAC_922X_DELL_D81),
2057 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2058 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002059 /* ECS/PC Chips boards */
2060 SND_PCI_QUIRK(0x1019, 0x2144,
2061 "ECS/PC chips", STAC_ECS_202),
2062 SND_PCI_QUIRK(0x1019, 0x2608,
2063 "ECS/PC chips", STAC_ECS_202),
2064 SND_PCI_QUIRK(0x1019, 0x2633,
2065 "ECS/PC chips P17G/1333", STAC_ECS_202),
2066 SND_PCI_QUIRK(0x1019, 0x2811,
2067 "ECS/PC chips", STAC_ECS_202),
2068 SND_PCI_QUIRK(0x1019, 0x2812,
2069 "ECS/PC chips", STAC_ECS_202),
2070 SND_PCI_QUIRK(0x1019, 0x2813,
2071 "ECS/PC chips", STAC_ECS_202),
2072 SND_PCI_QUIRK(0x1019, 0x2814,
2073 "ECS/PC chips", STAC_ECS_202),
2074 SND_PCI_QUIRK(0x1019, 0x2815,
2075 "ECS/PC chips", STAC_ECS_202),
2076 SND_PCI_QUIRK(0x1019, 0x2816,
2077 "ECS/PC chips", STAC_ECS_202),
2078 SND_PCI_QUIRK(0x1019, 0x2817,
2079 "ECS/PC chips", STAC_ECS_202),
2080 SND_PCI_QUIRK(0x1019, 0x2818,
2081 "ECS/PC chips", STAC_ECS_202),
2082 SND_PCI_QUIRK(0x1019, 0x2819,
2083 "ECS/PC chips", STAC_ECS_202),
2084 SND_PCI_QUIRK(0x1019, 0x2820,
2085 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002086 {} /* terminator */
2087};
2088
Matt Porter3cc08dc2006-01-23 15:27:49 +01002089static unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002090 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2091 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2092 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2093 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002094};
2095
Tobin Davis93ed1502006-09-01 21:03:12 +02002096static unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002097 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2098 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2099 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2100 0x40000100, 0x40000100
2101};
2102
Tobin Davis93ed1502006-09-01 21:03:12 +02002103static unsigned int d965_5st_pin_configs[14] = {
2104 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2105 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2106 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2107 0x40000100, 0x40000100
2108};
2109
Tobin Davis4ff076e2007-08-07 11:48:12 +02002110static unsigned int dell_3st_pin_configs[14] = {
2111 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2112 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002113 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002114 0x40c003fc, 0x40000100
2115};
2116
Tobin Davis93ed1502006-09-01 21:03:12 +02002117static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002118 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002119 [STAC_D965_REF] = ref927x_pin_configs,
2120 [STAC_D965_3ST] = d965_3st_pin_configs,
2121 [STAC_D965_5ST] = d965_5st_pin_configs,
2122 [STAC_DELL_3ST] = dell_3st_pin_configs,
2123 [STAC_DELL_BIOS] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002124};
2125
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002126static const char *stac927x_models[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002127 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002128 [STAC_D965_REF] = "ref",
2129 [STAC_D965_3ST] = "3stack",
2130 [STAC_D965_5ST] = "5stack",
2131 [STAC_DELL_3ST] = "dell-3stack",
2132 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002133};
2134
2135static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2136 /* SigmaTel reference board */
2137 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2138 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002139 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002140 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2141 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002142 /* 965 based 3 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002143 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2116, "Intel D965", STAC_D965_3ST),
2144 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2115, "Intel D965", STAC_D965_3ST),
2145 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2114, "Intel D965", STAC_D965_3ST),
2146 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2113, "Intel D965", STAC_D965_3ST),
2147 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2112, "Intel D965", STAC_D965_3ST),
2148 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2111, "Intel D965", STAC_D965_3ST),
2149 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2110, "Intel D965", STAC_D965_3ST),
2150 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2009, "Intel D965", STAC_D965_3ST),
2151 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2008, "Intel D965", STAC_D965_3ST),
2152 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2007, "Intel D965", STAC_D965_3ST),
2153 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2006, "Intel D965", STAC_D965_3ST),
2154 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2005, "Intel D965", STAC_D965_3ST),
2155 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2004, "Intel D965", STAC_D965_3ST),
2156 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2003, "Intel D965", STAC_D965_3ST),
2157 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2002, "Intel D965", STAC_D965_3ST),
2158 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2001, "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002159 /* Dell 3 stack systems */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002160 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002161 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002162 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2163 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002164 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002165 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2166 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002167 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Takashi Iwai24918b62008-09-30 12:58:54 +02002168 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002169 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2170 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2171 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2172 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002173 /* 965 based 5 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002174 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2301, "Intel D965", STAC_D965_5ST),
2175 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2302, "Intel D965", STAC_D965_5ST),
2176 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2303, "Intel D965", STAC_D965_5ST),
2177 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2304, "Intel D965", STAC_D965_5ST),
2178 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2305, "Intel D965", STAC_D965_5ST),
2179 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2501, "Intel D965", STAC_D965_5ST),
2180 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2502, "Intel D965", STAC_D965_5ST),
2181 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2503, "Intel D965", STAC_D965_5ST),
2182 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2504, "Intel D965", STAC_D965_5ST),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002183 {} /* terminator */
2184};
2185
Matt Porterf3302a52006-07-31 12:49:34 +02002186static unsigned int ref9205_pin_configs[12] = {
2187 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002188 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002189 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002190};
2191
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002192/*
2193 STAC 9205 pin configs for
2194 102801F1
2195 102801F2
2196 102801FC
2197 102801FD
2198 10280204
2199 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002200 10280228 (Dell Vostro 1500)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002201*/
2202static unsigned int dell_9205_m42_pin_configs[12] = {
2203 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2204 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2205 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2206};
2207
2208/*
2209 STAC 9205 pin configs for
2210 102801F9
2211 102801FA
2212 102801FE
2213 102801FF (Dell Precision M4300)
2214 10280206
2215 10280200
2216 10280201
2217*/
2218static unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002219 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2220 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2221 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2222};
2223
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002224static unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002225 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2226 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2227 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2228};
2229
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002230static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002231 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002232 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2233 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2234 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Matt Porterf3302a52006-07-31 12:49:34 +02002235};
2236
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002237static const char *stac9205_models[STAC_9205_MODELS] = {
2238 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002239 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002240 [STAC_9205_DELL_M43] = "dell-m43",
2241 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002242};
2243
2244static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2245 /* SigmaTel reference board */
2246 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2247 "DFI LanParty", STAC_9205_REF),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002248 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2249 "unknown Dell", STAC_9205_DELL_M42),
2250 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2251 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002252 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002253 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002254 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2255 "Dell Precision", STAC_9205_DELL_M43),
2256 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2257 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002258 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2259 "unknown Dell", STAC_9205_DELL_M42),
2260 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2261 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002262 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2263 "Dell Precision", STAC_9205_DELL_M43),
2264 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002265 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002266 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2267 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002268 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2269 "Dell Precision", STAC_9205_DELL_M43),
2270 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2271 "Dell Precision", STAC_9205_DELL_M43),
2272 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2273 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002274 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2275 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002276 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2277 "Dell Vostro 1500", STAC_9205_DELL_M42),
Matt Porterf3302a52006-07-31 12:49:34 +02002278 {} /* terminator */
2279};
2280
Richard Fish11b44bb2006-08-23 18:31:34 +02002281static int stac92xx_save_bios_config_regs(struct hda_codec *codec)
2282{
2283 int i;
2284 struct sigmatel_spec *spec = codec->spec;
2285
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002286 kfree(spec->pin_configs);
2287 spec->pin_configs = kcalloc(spec->num_pins, sizeof(*spec->pin_configs),
2288 GFP_KERNEL);
2289 if (!spec->pin_configs)
2290 return -ENOMEM;
Richard Fish11b44bb2006-08-23 18:31:34 +02002291
2292 for (i = 0; i < spec->num_pins; i++) {
2293 hda_nid_t nid = spec->pin_nids[i];
2294 unsigned int pin_cfg;
2295
2296 pin_cfg = snd_hda_codec_read(codec, nid, 0,
2297 AC_VERB_GET_CONFIG_DEFAULT, 0x00);
2298 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x bios pin config %8.8x\n",
2299 nid, pin_cfg);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002300 spec->pin_configs[i] = pin_cfg;
Richard Fish11b44bb2006-08-23 18:31:34 +02002301 }
2302
2303 return 0;
2304}
2305
Matthew Ranostay87d48362007-07-17 11:52:24 +02002306static void stac92xx_set_config_reg(struct hda_codec *codec,
2307 hda_nid_t pin_nid, unsigned int pin_config)
2308{
2309 int i;
2310 snd_hda_codec_write(codec, pin_nid, 0,
2311 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0,
2312 pin_config & 0x000000ff);
2313 snd_hda_codec_write(codec, pin_nid, 0,
2314 AC_VERB_SET_CONFIG_DEFAULT_BYTES_1,
2315 (pin_config & 0x0000ff00) >> 8);
2316 snd_hda_codec_write(codec, pin_nid, 0,
2317 AC_VERB_SET_CONFIG_DEFAULT_BYTES_2,
2318 (pin_config & 0x00ff0000) >> 16);
2319 snd_hda_codec_write(codec, pin_nid, 0,
2320 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3,
2321 pin_config >> 24);
2322 i = snd_hda_codec_read(codec, pin_nid, 0,
2323 AC_VERB_GET_CONFIG_DEFAULT,
2324 0x00);
2325 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x pin config %8.8x\n",
2326 pin_nid, i);
2327}
2328
Matt2f2f4252005-04-13 14:45:30 +02002329static void stac92xx_set_config_regs(struct hda_codec *codec)
2330{
2331 int i;
2332 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002333
Matthew Ranostay87d48362007-07-17 11:52:24 +02002334 if (!spec->pin_configs)
2335 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002336
Matthew Ranostay87d48362007-07-17 11:52:24 +02002337 for (i = 0; i < spec->num_pins; i++)
2338 stac92xx_set_config_reg(codec, spec->pin_nids[i],
2339 spec->pin_configs[i]);
Matt2f2f4252005-04-13 14:45:30 +02002340}
Matt2f2f4252005-04-13 14:45:30 +02002341
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002342static int stac_save_pin_cfgs(struct hda_codec *codec, unsigned int *pins)
2343{
2344 struct sigmatel_spec *spec = codec->spec;
2345
2346 if (!pins)
2347 return stac92xx_save_bios_config_regs(codec);
2348
2349 kfree(spec->pin_configs);
2350 spec->pin_configs = kmemdup(pins,
2351 spec->num_pins * sizeof(*pins),
2352 GFP_KERNEL);
2353 if (!spec->pin_configs)
2354 return -ENOMEM;
2355
2356 stac92xx_set_config_regs(codec);
2357 return 0;
2358}
2359
2360static void stac_change_pin_config(struct hda_codec *codec, hda_nid_t nid,
2361 unsigned int cfg)
2362{
2363 struct sigmatel_spec *spec = codec->spec;
2364 int i;
2365
2366 for (i = 0; i < spec->num_pins; i++) {
2367 if (spec->pin_nids[i] == nid) {
2368 spec->pin_configs[i] = cfg;
2369 stac92xx_set_config_reg(codec, nid, cfg);
2370 break;
2371 }
2372 }
2373}
2374
Matt2f2f4252005-04-13 14:45:30 +02002375/*
2376 * Analog playback callbacks
2377 */
2378static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2379 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002380 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002381{
2382 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002383 if (spec->stream_delay)
2384 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002385 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2386 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002387}
2388
2389static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2390 struct hda_codec *codec,
2391 unsigned int stream_tag,
2392 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002393 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002394{
2395 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002396 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002397}
2398
2399static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2400 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002401 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002402{
2403 struct sigmatel_spec *spec = codec->spec;
2404 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2405}
2406
2407/*
Mattdabbed62005-06-14 10:19:34 +02002408 * Digital playback callbacks
2409 */
2410static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2411 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002412 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002413{
2414 struct sigmatel_spec *spec = codec->spec;
2415 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2416}
2417
2418static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2419 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002420 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002421{
2422 struct sigmatel_spec *spec = codec->spec;
2423 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2424}
2425
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002426static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2427 struct hda_codec *codec,
2428 unsigned int stream_tag,
2429 unsigned int format,
2430 struct snd_pcm_substream *substream)
2431{
2432 struct sigmatel_spec *spec = codec->spec;
2433 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2434 stream_tag, format, substream);
2435}
2436
Mattdabbed62005-06-14 10:19:34 +02002437
2438/*
Matt2f2f4252005-04-13 14:45:30 +02002439 * Analog capture callbacks
2440 */
2441static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2442 struct hda_codec *codec,
2443 unsigned int stream_tag,
2444 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002445 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002446{
2447 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002448 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002449
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002450 if (spec->powerdown_adcs) {
2451 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002452 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002453 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2454 }
2455 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002456 return 0;
2457}
2458
2459static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2460 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002461 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002462{
2463 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002464 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002465
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002466 snd_hda_codec_cleanup_stream(codec, nid);
2467 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002468 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002469 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002470 return 0;
2471}
2472
Mattdabbed62005-06-14 10:19:34 +02002473static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2474 .substreams = 1,
2475 .channels_min = 2,
2476 .channels_max = 2,
2477 /* NID is set in stac92xx_build_pcms */
2478 .ops = {
2479 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002480 .close = stac92xx_dig_playback_pcm_close,
2481 .prepare = stac92xx_dig_playback_pcm_prepare
Mattdabbed62005-06-14 10:19:34 +02002482 },
2483};
2484
2485static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2486 .substreams = 1,
2487 .channels_min = 2,
2488 .channels_max = 2,
2489 /* NID is set in stac92xx_build_pcms */
2490};
2491
Matt2f2f4252005-04-13 14:45:30 +02002492static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2493 .substreams = 1,
2494 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002495 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002496 .nid = 0x02, /* NID to query formats and rates */
2497 .ops = {
2498 .open = stac92xx_playback_pcm_open,
2499 .prepare = stac92xx_playback_pcm_prepare,
2500 .cleanup = stac92xx_playback_pcm_cleanup
2501 },
2502};
2503
Matt Porter3cc08dc2006-01-23 15:27:49 +01002504static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2505 .substreams = 1,
2506 .channels_min = 2,
2507 .channels_max = 2,
2508 .nid = 0x06, /* NID to query formats and rates */
2509 .ops = {
2510 .open = stac92xx_playback_pcm_open,
2511 .prepare = stac92xx_playback_pcm_prepare,
2512 .cleanup = stac92xx_playback_pcm_cleanup
2513 },
2514};
2515
Matt2f2f4252005-04-13 14:45:30 +02002516static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002517 .channels_min = 2,
2518 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002519 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002520 .ops = {
2521 .prepare = stac92xx_capture_pcm_prepare,
2522 .cleanup = stac92xx_capture_pcm_cleanup
2523 },
2524};
2525
2526static int stac92xx_build_pcms(struct hda_codec *codec)
2527{
2528 struct sigmatel_spec *spec = codec->spec;
2529 struct hda_pcm *info = spec->pcm_rec;
2530
2531 codec->num_pcms = 1;
2532 codec->pcm_info = info;
2533
Mattc7d4b2f2005-06-27 14:59:41 +02002534 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002535 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Matt2f2f4252005-04-13 14:45:30 +02002536 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002537 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002538 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002539
2540 if (spec->alt_switch) {
2541 codec->num_pcms++;
2542 info++;
2543 info->name = "STAC92xx Analog Alt";
2544 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2545 }
Matt2f2f4252005-04-13 14:45:30 +02002546
Mattdabbed62005-06-14 10:19:34 +02002547 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2548 codec->num_pcms++;
2549 info++;
2550 info->name = "STAC92xx Digital";
Takashi Iwai7ba72ba2008-02-06 14:03:20 +01002551 info->pcm_type = HDA_PCM_TYPE_SPDIF;
Mattdabbed62005-06-14 10:19:34 +02002552 if (spec->multiout.dig_out_nid) {
2553 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2554 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2555 }
2556 if (spec->dig_in_nid) {
2557 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2558 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2559 }
2560 }
2561
Matt2f2f4252005-04-13 14:45:30 +02002562 return 0;
2563}
2564
Takashi Iwaic960a032006-03-23 17:06:28 +01002565static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
2566{
2567 unsigned int pincap = snd_hda_param_read(codec, nid,
2568 AC_PAR_PIN_CAP);
2569 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2570 if (pincap & AC_PINCAP_VREF_100)
2571 return AC_PINCTL_VREF_100;
2572 if (pincap & AC_PINCAP_VREF_80)
2573 return AC_PINCTL_VREF_80;
2574 if (pincap & AC_PINCAP_VREF_50)
2575 return AC_PINCTL_VREF_50;
2576 if (pincap & AC_PINCAP_VREF_GRD)
2577 return AC_PINCTL_VREF_GRD;
2578 return 0;
2579}
2580
Matt Porter403d1942005-11-29 15:00:51 +01002581static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2582
2583{
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002584 snd_hda_codec_write_cache(codec, nid, 0,
2585 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002586}
2587
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002588#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2589
2590static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2591 struct snd_ctl_elem_value *ucontrol)
2592{
2593 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2594 struct sigmatel_spec *spec = codec->spec;
2595
Takashi Iwaid7a89432008-11-12 09:48:04 +01002596 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002597 return 0;
2598}
2599
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002600static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
2601 unsigned char type);
2602
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002603static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2604 struct snd_ctl_elem_value *ucontrol)
2605{
2606 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2607 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002608 int nid = kcontrol->private_value;
2609
2610 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002611
2612 /* check to be sure that the ports are upto date with
2613 * switch changes
2614 */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002615 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002616
2617 return 1;
2618}
2619
Takashi Iwaia5ce8892007-07-23 15:42:26 +02002620#define stac92xx_io_switch_info snd_ctl_boolean_mono_info
Matt Porter403d1942005-11-29 15:00:51 +01002621
2622static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2623{
2624 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2625 struct sigmatel_spec *spec = codec->spec;
2626 int io_idx = kcontrol-> private_value & 0xff;
2627
2628 ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
2629 return 0;
2630}
2631
2632static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2633{
2634 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2635 struct sigmatel_spec *spec = codec->spec;
2636 hda_nid_t nid = kcontrol->private_value >> 8;
2637 int io_idx = kcontrol-> private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002638 unsigned short val = !!ucontrol->value.integer.value[0];
Matt Porter403d1942005-11-29 15:00:51 +01002639
2640 spec->io_switch[io_idx] = val;
2641
2642 if (val)
2643 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002644 else {
2645 unsigned int pinctl = AC_PINCTL_IN_EN;
2646 if (io_idx) /* set VREF for mic */
2647 pinctl |= stac92xx_get_vref(codec, nid);
2648 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2649 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002650
2651 /* check the auto-mute again: we need to mute/unmute the speaker
2652 * appropriately according to the pin direction
2653 */
2654 if (spec->hp_detect)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002655 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002656
Matt Porter403d1942005-11-29 15:00:51 +01002657 return 1;
2658}
2659
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002660#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2661
2662static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2663 struct snd_ctl_elem_value *ucontrol)
2664{
2665 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2666 struct sigmatel_spec *spec = codec->spec;
2667
2668 ucontrol->value.integer.value[0] = spec->clfe_swap;
2669 return 0;
2670}
2671
2672static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2673 struct snd_ctl_elem_value *ucontrol)
2674{
2675 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2676 struct sigmatel_spec *spec = codec->spec;
2677 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002678 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002679
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002680 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002681 return 0;
2682
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002683 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002684
2685 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2686 spec->clfe_swap ? 0x4 : 0x0);
2687
2688 return 1;
2689}
2690
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002691#define STAC_CODEC_HP_SWITCH(xname) \
2692 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2693 .name = xname, \
2694 .index = 0, \
2695 .info = stac92xx_hp_switch_info, \
2696 .get = stac92xx_hp_switch_get, \
2697 .put = stac92xx_hp_switch_put, \
2698 }
2699
Matt Porter403d1942005-11-29 15:00:51 +01002700#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2701 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2702 .name = xname, \
2703 .index = 0, \
2704 .info = stac92xx_io_switch_info, \
2705 .get = stac92xx_io_switch_get, \
2706 .put = stac92xx_io_switch_put, \
2707 .private_value = xpval, \
2708 }
2709
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002710#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2711 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2712 .name = xname, \
2713 .index = 0, \
2714 .info = stac92xx_clfe_switch_info, \
2715 .get = stac92xx_clfe_switch_get, \
2716 .put = stac92xx_clfe_switch_put, \
2717 .private_value = xpval, \
2718 }
Matt Porter403d1942005-11-29 15:00:51 +01002719
Mattc7d4b2f2005-06-27 14:59:41 +02002720enum {
2721 STAC_CTL_WIDGET_VOL,
2722 STAC_CTL_WIDGET_MUTE,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002723 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002724 STAC_CTL_WIDGET_AMP_MUX,
2725 STAC_CTL_WIDGET_AMP_VOL,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002726 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002727 STAC_CTL_WIDGET_IO_SWITCH,
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002728 STAC_CTL_WIDGET_CLFE_SWITCH
Mattc7d4b2f2005-06-27 14:59:41 +02002729};
2730
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002731static struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002732 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2733 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002734 STAC_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002735 STAC_AMP_MUX,
2736 STAC_AMP_VOL(NULL, 0, 0, 0, 0),
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002737 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002738 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002739 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002740};
2741
2742/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002743static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2744 struct snd_kcontrol_new *ktemp,
2745 int idx, const char *name,
2746 unsigned long val)
Mattc7d4b2f2005-06-27 14:59:41 +02002747{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002748 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002749
Takashi Iwai603c4012008-07-30 15:01:44 +02002750 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2751 knew = snd_array_new(&spec->kctls);
2752 if (!knew)
2753 return -ENOMEM;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002754 *knew = *ktemp;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002755 knew->index = idx;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002756 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002757 if (!knew->name)
Mattc7d4b2f2005-06-27 14:59:41 +02002758 return -ENOMEM;
2759 knew->private_value = val;
Mattc7d4b2f2005-06-27 14:59:41 +02002760 return 0;
2761}
2762
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002763static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2764 int type, int idx, const char *name,
2765 unsigned long val)
2766{
2767 return stac92xx_add_control_temp(spec,
2768 &stac92xx_control_templates[type],
2769 idx, name, val);
2770}
2771
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002772
2773/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002774static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2775 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002776{
2777 return stac92xx_add_control_idx(spec, type, 0, name, val);
2778}
2779
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002780/* check whether the line-input can be used as line-out */
2781static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002782{
2783 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002784 struct auto_pin_cfg *cfg = &spec->autocfg;
2785 hda_nid_t nid;
2786 unsigned int pincap;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002787
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002788 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2789 return 0;
2790 nid = cfg->input_pins[AUTO_PIN_LINE];
2791 pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2792 if (pincap & AC_PINCAP_OUT)
2793 return nid;
Matt Porter403d1942005-11-29 15:00:51 +01002794 return 0;
2795}
2796
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002797/* check whether the mic-input can be used as line-out */
2798static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2799{
2800 struct sigmatel_spec *spec = codec->spec;
2801 struct auto_pin_cfg *cfg = &spec->autocfg;
2802 unsigned int def_conf, pincap;
2803 unsigned int mic_pin;
2804
2805 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2806 return 0;
2807 mic_pin = AUTO_PIN_MIC;
2808 for (;;) {
2809 hda_nid_t nid = cfg->input_pins[mic_pin];
2810 def_conf = snd_hda_codec_read(codec, nid, 0,
2811 AC_VERB_GET_CONFIG_DEFAULT, 0);
2812 /* some laptops have an internal analog microphone
2813 * which can't be used as a output */
2814 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2815 pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2816 if (pincap & AC_PINCAP_OUT)
2817 return nid;
2818 }
2819 if (mic_pin == AUTO_PIN_MIC)
2820 mic_pin = AUTO_PIN_FRONT_MIC;
2821 else
2822 break;
2823 }
2824 return 0;
2825}
Steve Longerbeam7b043892007-05-03 20:50:03 +02002826
2827static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2828{
2829 int i;
2830
2831 for (i = 0; i < spec->multiout.num_dacs; i++) {
2832 if (spec->multiout.dac_nids[i] == nid)
2833 return 1;
2834 }
2835
2836 return 0;
2837}
2838
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002839static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2840{
2841 int i;
2842 if (is_in_dac_nids(spec, nid))
2843 return 1;
2844 for (i = 0; i < spec->autocfg.hp_outs; i++)
2845 if (spec->hp_dacs[i] == nid)
2846 return 1;
2847 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2848 if (spec->speaker_dacs[i] == nid)
2849 return 1;
2850 return 0;
2851}
2852
2853static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2854{
2855 struct sigmatel_spec *spec = codec->spec;
2856 int j, conn_len;
2857 hda_nid_t conn[HDA_MAX_CONNECTIONS];
2858 unsigned int wcaps, wtype;
2859
2860 conn_len = snd_hda_get_connections(codec, nid, conn,
2861 HDA_MAX_CONNECTIONS);
2862 for (j = 0; j < conn_len; j++) {
2863 wcaps = snd_hda_param_read(codec, conn[j],
2864 AC_PAR_AUDIO_WIDGET_CAP);
2865 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
2866 /* we check only analog outputs */
2867 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2868 continue;
2869 /* if this route has a free DAC, assign it */
2870 if (!check_all_dac_nids(spec, conn[j])) {
2871 if (conn_len > 1) {
2872 /* select this DAC in the pin's input mux */
2873 snd_hda_codec_write_cache(codec, nid, 0,
2874 AC_VERB_SET_CONNECT_SEL, j);
2875 }
2876 return conn[j];
2877 }
2878 }
2879 return 0;
2880}
2881
2882static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2883static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2884
Matt Porter3cc08dc2006-01-23 15:27:49 +01002885/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02002886 * Fill in the dac_nids table from the parsed pin configuration
2887 * This function only works when every pin in line_out_pins[]
2888 * contains atleast one DAC in its connection list. Some 92xx
2889 * codecs are not connected directly to a DAC, such as the 9200
2890 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01002891 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002892static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02002893{
2894 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002895 struct auto_pin_cfg *cfg = &spec->autocfg;
2896 int i;
2897 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002898
Mattc7d4b2f2005-06-27 14:59:41 +02002899 for (i = 0; i < cfg->line_outs; i++) {
2900 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002901 dac = get_unassigned_dac(codec, nid);
2902 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02002903 if (spec->multiout.num_dacs > 0) {
2904 /* we have already working output pins,
2905 * so let's drop the broken ones again
2906 */
2907 cfg->line_outs = spec->multiout.num_dacs;
2908 break;
2909 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002910 /* error out, no available DAC found */
2911 snd_printk(KERN_ERR
2912 "%s: No available DAC for pin 0x%x\n",
2913 __func__, nid);
2914 return -ENODEV;
2915 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002916 add_spec_dacs(spec, dac);
2917 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002918
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002919 /* add line-in as output */
2920 nid = check_line_out_switch(codec);
2921 if (nid) {
2922 dac = get_unassigned_dac(codec, nid);
2923 if (dac) {
2924 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
2925 nid, cfg->line_outs);
2926 cfg->line_out_pins[cfg->line_outs] = nid;
2927 cfg->line_outs++;
2928 spec->line_switch = nid;
2929 add_spec_dacs(spec, dac);
2930 }
2931 }
2932 /* add mic as output */
2933 nid = check_mic_out_switch(codec);
2934 if (nid) {
2935 dac = get_unassigned_dac(codec, nid);
2936 if (dac) {
2937 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
2938 nid, cfg->line_outs);
2939 cfg->line_out_pins[cfg->line_outs] = nid;
2940 cfg->line_outs++;
2941 spec->mic_switch = nid;
2942 add_spec_dacs(spec, dac);
Steve Longerbeam7b043892007-05-03 20:50:03 +02002943 }
Mattc7d4b2f2005-06-27 14:59:41 +02002944 }
2945
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002946 for (i = 0; i < cfg->hp_outs; i++) {
2947 nid = cfg->hp_pins[i];
2948 dac = get_unassigned_dac(codec, nid);
2949 if (dac) {
2950 if (!spec->multiout.hp_nid)
2951 spec->multiout.hp_nid = dac;
2952 else
2953 add_spec_extra_dacs(spec, dac);
2954 }
2955 spec->hp_dacs[i] = dac;
2956 }
2957
2958 for (i = 0; i < cfg->speaker_outs; i++) {
2959 nid = cfg->speaker_pins[i];
2960 dac = get_unassigned_dac(codec, nid);
2961 if (dac)
2962 add_spec_extra_dacs(spec, dac);
2963 spec->speaker_dacs[i] = dac;
2964 }
2965
2966 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02002967 spec->multiout.num_dacs,
2968 spec->multiout.dac_nids[0],
2969 spec->multiout.dac_nids[1],
2970 spec->multiout.dac_nids[2],
2971 spec->multiout.dac_nids[3],
2972 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002973
Mattc7d4b2f2005-06-27 14:59:41 +02002974 return 0;
2975}
2976
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002977/* create volume control/switch for the given prefx type */
2978static int create_controls(struct sigmatel_spec *spec, const char *pfx, hda_nid_t nid, int chs)
2979{
2980 char name[32];
2981 int err;
2982
2983 sprintf(name, "%s Playback Volume", pfx);
2984 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, name,
2985 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2986 if (err < 0)
2987 return err;
2988 sprintf(name, "%s Playback Switch", pfx);
2989 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, name,
2990 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2991 if (err < 0)
2992 return err;
2993 return 0;
2994}
2995
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002996static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
2997{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002998 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002999 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3000 return 1;
3001 } else {
3002 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3003 spec->multiout.num_dacs++;
3004 }
3005 return 0;
3006}
3007
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003008static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003009{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003010 int i;
3011 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3012 if (!spec->multiout.extra_out_nid[i]) {
3013 spec->multiout.extra_out_nid[i] = nid;
3014 return 0;
3015 }
3016 }
3017 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3018 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003019}
3020
Takashi Iwai76624532008-12-19 10:09:47 +01003021static int is_unique_dac(struct sigmatel_spec *spec, hda_nid_t nid)
3022{
3023 int i;
3024
3025 if (spec->autocfg.line_outs != 1)
3026 return 0;
3027 if (spec->multiout.hp_nid == nid)
3028 return 0;
3029 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++)
3030 if (spec->multiout.extra_out_nid[i] == nid)
3031 return 0;
3032 return 1;
3033}
3034
Mattc7d4b2f2005-06-27 14:59:41 +02003035/* add playback controls from the parsed DAC table */
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003036static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
Takashi Iwai19039bd2006-06-28 15:52:16 +02003037 const struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003038{
Takashi Iwai76624532008-12-19 10:09:47 +01003039 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai19039bd2006-06-28 15:52:16 +02003040 static const char *chname[4] = {
3041 "Front", "Surround", NULL /*CLFE*/, "Side"
3042 };
Matthew Ranostayd21995e2008-10-13 13:22:45 -04003043 hda_nid_t nid = 0;
Takashi Iwai91589232008-12-19 15:59:40 +01003044 int i, err;
3045 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003046
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003047 for (i = 0; i < cfg->line_outs && spec->multiout.dac_nids[i]; i++) {
Mattc7d4b2f2005-06-27 14:59:41 +02003048 nid = spec->multiout.dac_nids[i];
Mattc7d4b2f2005-06-27 14:59:41 +02003049 if (i == 2) {
3050 /* Center/LFE */
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003051 err = create_controls(spec, "Center", nid, 1);
3052 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003053 return err;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003054 err = create_controls(spec, "LFE", nid, 2);
3055 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003056 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003057
3058 wid_caps = get_wcaps(codec, nid);
3059
3060 if (wid_caps & AC_WCAP_LR_SWAP) {
3061 err = stac92xx_add_control(spec,
3062 STAC_CTL_WIDGET_CLFE_SWITCH,
3063 "Swap Center/LFE Playback Switch", nid);
3064
3065 if (err < 0)
3066 return err;
3067 }
3068
Mattc7d4b2f2005-06-27 14:59:41 +02003069 } else {
Takashi Iwai76624532008-12-19 10:09:47 +01003070 const char *name = chname[i];
3071 /* if it's a single DAC, assign a better name */
3072 if (!i && is_unique_dac(spec, nid)) {
3073 switch (cfg->line_out_type) {
3074 case AUTO_PIN_HP_OUT:
3075 name = "Headphone";
3076 break;
3077 case AUTO_PIN_SPEAKER_OUT:
3078 name = "Speaker";
3079 break;
3080 }
3081 }
3082 err = create_controls(spec, name, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003083 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003084 return err;
3085 }
3086 }
3087
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003088 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003089 err = stac92xx_add_control(spec,
3090 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003091 "Headphone as Line Out Switch",
3092 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003093 if (err < 0)
3094 return err;
3095 }
3096
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003097 if (spec->line_switch) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003098 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3099 "Line In as Output Switch",
3100 spec->line_switch << 8);
3101 if (err < 0)
3102 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003103 }
Matt Porter403d1942005-11-29 15:00:51 +01003104
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003105 if (spec->mic_switch) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003106 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3107 "Mic as Output Switch",
3108 (spec->mic_switch << 8) | 1);
3109 if (err < 0)
3110 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003111 }
Matt Porter403d1942005-11-29 15:00:51 +01003112
Mattc7d4b2f2005-06-27 14:59:41 +02003113 return 0;
3114}
3115
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003116/* add playback controls for Speaker and HP outputs */
3117static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3118 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003119{
3120 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003121 hda_nid_t nid;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003122 int i, err, nums;
Mattc7d4b2f2005-06-27 14:59:41 +02003123
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003124 nums = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003125 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003126 static const char *pfxs[] = {
3127 "Headphone", "Headphone2", "Headphone3",
3128 };
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003129 unsigned int wid_caps = get_wcaps(codec, cfg->hp_pins[i]);
3130 if (wid_caps & AC_WCAP_UNSOL_CAP)
3131 spec->hp_detect = 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003132 if (nums >= ARRAY_SIZE(pfxs))
Mattc7d4b2f2005-06-27 14:59:41 +02003133 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003134 nid = spec->hp_dacs[i];
3135 if (!nid)
3136 continue;
3137 err = create_controls(spec, pfxs[nums++], nid, 3);
3138 if (err < 0)
3139 return err;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003140 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003141 nums = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003142 for (i = 0; i < cfg->speaker_outs; i++) {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003143 static const char *pfxs[] = {
3144 "Speaker", "External Speaker", "Speaker2",
3145 };
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003146 if (nums >= ARRAY_SIZE(pfxs))
3147 continue;
3148 nid = spec->speaker_dacs[i];
3149 if (!nid)
3150 continue;
3151 err = create_controls(spec, pfxs[nums++], nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003152 if (err < 0)
3153 return err;
3154 }
Mattc7d4b2f2005-06-27 14:59:41 +02003155 return 0;
3156}
3157
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003158/* labels for mono mux outputs */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003159static const char *stac92xx_mono_labels[4] = {
3160 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003161};
3162
3163/* create mono mux for mono out on capable codecs */
3164static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3165{
3166 struct sigmatel_spec *spec = codec->spec;
3167 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3168 int i, num_cons;
3169 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3170
3171 num_cons = snd_hda_get_connections(codec,
3172 spec->mono_nid,
3173 con_lst,
3174 HDA_MAX_NUM_INPUTS);
3175 if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
3176 return -EINVAL;
3177
3178 for (i = 0; i < num_cons; i++) {
3179 mono_mux->items[mono_mux->num_items].label =
3180 stac92xx_mono_labels[i];
3181 mono_mux->items[mono_mux->num_items].index = i;
3182 mono_mux->num_items++;
3183 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003184
3185 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3186 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003187}
3188
Matthew Ranostay89385032008-09-11 09:49:39 -04003189/* labels for amp mux outputs */
3190static const char *stac92xx_amp_labels[3] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -04003191 "Front Microphone", "Microphone", "Line In",
Matthew Ranostay89385032008-09-11 09:49:39 -04003192};
3193
3194/* create amp out controls mux on capable codecs */
3195static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3196{
3197 struct sigmatel_spec *spec = codec->spec;
3198 struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3199 int i, err;
3200
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003201 for (i = 0; i < spec->num_amps; i++) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003202 amp_mux->items[amp_mux->num_items].label =
3203 stac92xx_amp_labels[i];
3204 amp_mux->items[amp_mux->num_items].index = i;
3205 amp_mux->num_items++;
3206 }
3207
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003208 if (spec->num_amps > 1) {
3209 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3210 "Amp Selector Capture Switch", 0);
3211 if (err < 0)
3212 return err;
3213 }
Matthew Ranostay89385032008-09-11 09:49:39 -04003214 return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3215 "Amp Capture Volume",
3216 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3217}
3218
3219
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003220/* create PC beep volume controls */
3221static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3222 hda_nid_t nid)
3223{
3224 struct sigmatel_spec *spec = codec->spec;
3225 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3226 int err;
3227
3228 /* check for mute support for the the amp */
3229 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3230 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3231 "PC Beep Playback Switch",
3232 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3233 if (err < 0)
3234 return err;
3235 }
3236
3237 /* check to see if there is volume support for the amp */
3238 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3239 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3240 "PC Beep Playback Volume",
3241 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3242 if (err < 0)
3243 return err;
3244 }
3245 return 0;
3246}
3247
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003248#ifdef CONFIG_SND_HDA_INPUT_BEEP
3249#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3250
3251static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3252 struct snd_ctl_elem_value *ucontrol)
3253{
3254 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3255 ucontrol->value.integer.value[0] = codec->beep->enabled;
3256 return 0;
3257}
3258
3259static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3260 struct snd_ctl_elem_value *ucontrol)
3261{
3262 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3263 int enabled = !!ucontrol->value.integer.value[0];
3264 if (codec->beep->enabled != enabled) {
3265 codec->beep->enabled = enabled;
3266 return 1;
3267 }
3268 return 0;
3269}
3270
3271static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3272 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3273 .info = stac92xx_dig_beep_switch_info,
3274 .get = stac92xx_dig_beep_switch_get,
3275 .put = stac92xx_dig_beep_switch_put,
3276};
3277
3278static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3279{
3280 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
3281 0, "PC Beep Playback Switch", 0);
3282}
3283#endif
3284
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003285static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3286{
3287 struct sigmatel_spec *spec = codec->spec;
3288 int wcaps, nid, i, err = 0;
3289
3290 for (i = 0; i < spec->num_muxes; i++) {
3291 nid = spec->mux_nids[i];
3292 wcaps = get_wcaps(codec, nid);
3293
3294 if (wcaps & AC_WCAP_OUT_AMP) {
3295 err = stac92xx_add_control_idx(spec,
3296 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3297 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3298 if (err < 0)
3299 return err;
3300 }
3301 }
3302 return 0;
3303};
3304
Matthew Ranostayd9737752008-09-07 12:03:41 +02003305static const char *stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003306 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003307};
3308
3309static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3310{
3311 struct sigmatel_spec *spec = codec->spec;
3312 struct hda_input_mux *spdif_mux = &spec->private_smux;
Matthew Ranostay65973632008-09-16 10:39:37 -04003313 const char **labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003314 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003315 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003316
3317 num_cons = snd_hda_get_connections(codec,
3318 spec->smux_nids[0],
3319 con_lst,
3320 HDA_MAX_NUM_INPUTS);
Matthew Ranostay65973632008-09-16 10:39:37 -04003321 if (!num_cons)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003322 return -EINVAL;
3323
Matthew Ranostay65973632008-09-16 10:39:37 -04003324 if (!labels)
3325 labels = stac92xx_spdif_labels;
3326
Matthew Ranostayd9737752008-09-07 12:03:41 +02003327 for (i = 0; i < num_cons; i++) {
Matthew Ranostay65973632008-09-16 10:39:37 -04003328 spdif_mux->items[spdif_mux->num_items].label = labels[i];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003329 spdif_mux->items[spdif_mux->num_items].index = i;
3330 spdif_mux->num_items++;
3331 }
3332
3333 return 0;
3334}
3335
Matt Porter8b657272006-10-26 17:12:59 +02003336/* labels for dmic mux inputs */
Adrian Bunkddc2cec2006-11-20 12:03:44 +01003337static const char *stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003338 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3339 "Digital Mic 3", "Digital Mic 4"
3340};
3341
3342/* create playback/capture controls for input pins on dmic capable codecs */
3343static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3344 const struct auto_pin_cfg *cfg)
3345{
3346 struct sigmatel_spec *spec = codec->spec;
3347 struct hda_input_mux *dimux = &spec->private_dimux;
3348 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003349 int err, i, j;
3350 char name[32];
Matt Porter8b657272006-10-26 17:12:59 +02003351
3352 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3353 dimux->items[dimux->num_items].index = 0;
3354 dimux->num_items++;
3355
3356 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003357 hda_nid_t nid;
Matt Porter8b657272006-10-26 17:12:59 +02003358 int index;
3359 int num_cons;
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003360 unsigned int wcaps;
Matt Porter8b657272006-10-26 17:12:59 +02003361 unsigned int def_conf;
3362
3363 def_conf = snd_hda_codec_read(codec,
3364 spec->dmic_nids[i],
3365 0,
3366 AC_VERB_GET_CONFIG_DEFAULT,
3367 0);
3368 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3369 continue;
3370
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003371 nid = spec->dmic_nids[i];
Matt Porter8b657272006-10-26 17:12:59 +02003372 num_cons = snd_hda_get_connections(codec,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01003373 spec->dmux_nids[0],
Matt Porter8b657272006-10-26 17:12:59 +02003374 con_lst,
3375 HDA_MAX_NUM_INPUTS);
3376 for (j = 0; j < num_cons; j++)
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003377 if (con_lst[j] == nid) {
Matt Porter8b657272006-10-26 17:12:59 +02003378 index = j;
3379 goto found;
3380 }
3381 continue;
3382found:
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003383 wcaps = get_wcaps(codec, nid) &
3384 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003385
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003386 if (wcaps) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003387 sprintf(name, "%s Capture Volume",
3388 stac92xx_dmic_labels[dimux->num_items]);
3389
3390 err = stac92xx_add_control(spec,
3391 STAC_CTL_WIDGET_VOL,
3392 name,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003393 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3394 (wcaps & AC_WCAP_OUT_AMP) ?
3395 HDA_OUTPUT : HDA_INPUT));
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003396 if (err < 0)
3397 return err;
3398 }
3399
Matt Porter8b657272006-10-26 17:12:59 +02003400 dimux->items[dimux->num_items].label =
3401 stac92xx_dmic_labels[dimux->num_items];
3402 dimux->items[dimux->num_items].index = index;
3403 dimux->num_items++;
3404 }
3405
3406 return 0;
3407}
3408
Mattc7d4b2f2005-06-27 14:59:41 +02003409/* create playback/capture controls for input pins */
3410static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3411{
3412 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003413 struct hda_input_mux *imux = &spec->private_imux;
3414 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3415 int i, j, k;
3416
3417 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003418 int index;
Mattc7d4b2f2005-06-27 14:59:41 +02003419
Takashi Iwai314634b2006-09-21 11:56:18 +02003420 if (!cfg->input_pins[i])
3421 continue;
3422 index = -1;
3423 for (j = 0; j < spec->num_muxes; j++) {
3424 int num_cons;
3425 num_cons = snd_hda_get_connections(codec,
3426 spec->mux_nids[j],
3427 con_lst,
3428 HDA_MAX_NUM_INPUTS);
3429 for (k = 0; k < num_cons; k++)
3430 if (con_lst[k] == cfg->input_pins[i]) {
3431 index = k;
3432 goto found;
3433 }
Mattc7d4b2f2005-06-27 14:59:41 +02003434 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003435 continue;
3436 found:
3437 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3438 imux->items[imux->num_items].index = index;
3439 imux->num_items++;
Mattc7d4b2f2005-06-27 14:59:41 +02003440 }
3441
Steve Longerbeam7b043892007-05-03 20:50:03 +02003442 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003443 /*
3444 * Set the current input for the muxes.
3445 * The STAC9221 has two input muxes with identical source
3446 * NID lists. Hopefully this won't get confused.
3447 */
3448 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003449 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3450 AC_VERB_SET_CONNECT_SEL,
3451 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003452 }
3453 }
3454
Mattc7d4b2f2005-06-27 14:59:41 +02003455 return 0;
3456}
3457
Mattc7d4b2f2005-06-27 14:59:41 +02003458static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3459{
3460 struct sigmatel_spec *spec = codec->spec;
3461 int i;
3462
3463 for (i = 0; i < spec->autocfg.line_outs; i++) {
3464 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3465 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3466 }
3467}
3468
3469static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3470{
3471 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003472 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003473
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003474 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3475 hda_nid_t pin;
3476 pin = spec->autocfg.hp_pins[i];
3477 if (pin) /* connect to front */
3478 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3479 }
3480 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3481 hda_nid_t pin;
3482 pin = spec->autocfg.speaker_pins[i];
3483 if (pin) /* connect to front */
3484 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3485 }
Mattc7d4b2f2005-06-27 14:59:41 +02003486}
3487
Matt Porter3cc08dc2006-01-23 15:27:49 +01003488static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out, hda_nid_t dig_in)
Mattc7d4b2f2005-06-27 14:59:41 +02003489{
3490 struct sigmatel_spec *spec = codec->spec;
3491 int err;
3492
Matt Porter8b657272006-10-26 17:12:59 +02003493 if ((err = snd_hda_parse_pin_def_config(codec,
3494 &spec->autocfg,
3495 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003496 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003497 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003498 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003499
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003500 /* If we have no real line-out pin and multiple hp-outs, HPs should
3501 * be set up as multi-channel outputs.
3502 */
3503 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3504 spec->autocfg.hp_outs > 1) {
3505 /* Copy hp_outs to line_outs, backup line_outs in
3506 * speaker_outs so that the following routines can handle
3507 * HP pins as primary outputs.
3508 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003509 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003510 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3511 sizeof(spec->autocfg.line_out_pins));
3512 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3513 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3514 sizeof(spec->autocfg.hp_pins));
3515 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003516 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3517 spec->autocfg.hp_outs = 0;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003518 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003519 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003520 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3521 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003522 u32 caps = query_amp_caps(codec,
3523 spec->autocfg.mono_out_pin, dir);
3524 hda_nid_t conn_list[1];
3525
3526 /* get the mixer node and then the mono mux if it exists */
3527 if (snd_hda_get_connections(codec,
3528 spec->autocfg.mono_out_pin, conn_list, 1) &&
3529 snd_hda_get_connections(codec, conn_list[0],
3530 conn_list, 1)) {
3531
3532 int wcaps = get_wcaps(codec, conn_list[0]);
3533 int wid_type = (wcaps & AC_WCAP_TYPE)
3534 >> AC_WCAP_TYPE_SHIFT;
3535 /* LR swap check, some stac925x have a mux that
3536 * changes the DACs output path instead of the
3537 * mono-mux path.
3538 */
3539 if (wid_type == AC_WID_AUD_SEL &&
3540 !(wcaps & AC_WCAP_LR_SWAP))
3541 spec->mono_nid = conn_list[0];
3542 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003543 if (dir) {
3544 hda_nid_t nid = spec->autocfg.mono_out_pin;
3545
3546 /* most mono outs have a least a mute/unmute switch */
3547 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3548 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3549 "Mono Playback Switch",
3550 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003551 if (err < 0)
3552 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003553 /* check for volume support for the amp */
3554 if ((caps & AC_AMPCAP_NUM_STEPS)
3555 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3556 err = stac92xx_add_control(spec,
3557 STAC_CTL_WIDGET_VOL,
3558 "Mono Playback Volume",
3559 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3560 if (err < 0)
3561 return err;
3562 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003563 }
3564
3565 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3566 AC_PINCTL_OUT_EN);
3567 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003568
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003569 if (!spec->multiout.num_dacs) {
3570 err = stac92xx_auto_fill_dac_nids(codec);
3571 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003572 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003573 }
Mattc7d4b2f2005-06-27 14:59:41 +02003574
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003575 err = stac92xx_auto_create_multi_out_ctls(codec, &spec->autocfg);
3576
3577 if (err < 0)
3578 return err;
3579
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003580 /* setup analog beep controls */
3581 if (spec->anabeep_nid > 0) {
3582 err = stac92xx_auto_create_beep_ctls(codec,
3583 spec->anabeep_nid);
3584 if (err < 0)
3585 return err;
3586 }
3587
3588 /* setup digital beep controls and input device */
3589#ifdef CONFIG_SND_HDA_INPUT_BEEP
3590 if (spec->digbeep_nid > 0) {
3591 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003592 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003593
3594 err = stac92xx_auto_create_beep_ctls(codec, nid);
3595 if (err < 0)
3596 return err;
3597 err = snd_hda_attach_beep_device(codec, nid);
3598 if (err < 0)
3599 return err;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003600 /* if no beep switch is available, make its own one */
3601 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3602 if (codec->beep &&
3603 !((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT)) {
3604 err = stac92xx_beep_switch_ctl(codec);
3605 if (err < 0)
3606 return err;
3607 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003608 }
3609#endif
3610
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003611 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3612
3613 if (err < 0)
3614 return err;
3615
3616 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3617
3618 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003619 return err;
3620
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003621 if (spec->mono_nid > 0) {
3622 err = stac92xx_auto_create_mono_output_ctls(codec);
3623 if (err < 0)
3624 return err;
3625 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003626 if (spec->num_amps > 0) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003627 err = stac92xx_auto_create_amp_output_ctls(codec);
3628 if (err < 0)
3629 return err;
3630 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003631 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003632 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3633 &spec->autocfg)) < 0)
3634 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003635 if (spec->num_muxes > 0) {
3636 err = stac92xx_auto_create_mux_input_ctls(codec);
3637 if (err < 0)
3638 return err;
3639 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003640 if (spec->num_smuxes > 0) {
3641 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3642 if (err < 0)
3643 return err;
3644 }
Matt Porter8b657272006-10-26 17:12:59 +02003645
Mattc7d4b2f2005-06-27 14:59:41 +02003646 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003647 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003648 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003649
Takashi Iwai82bc9552006-03-21 11:24:42 +01003650 if (spec->autocfg.dig_out_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003651 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003652 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003653 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003654
Takashi Iwai603c4012008-07-30 15:01:44 +02003655 if (spec->kctls.list)
3656 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003657
3658 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05003659 if (!spec->dinput_mux)
3660 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003661 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003662 spec->mono_mux = &spec->private_mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -04003663 spec->amp_mux = &spec->private_amp_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003664 return 1;
3665}
3666
Takashi Iwai82bc9552006-03-21 11:24:42 +01003667/* add playback controls for HP output */
3668static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3669 struct auto_pin_cfg *cfg)
3670{
3671 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003672 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01003673 unsigned int wid_caps;
3674
3675 if (! pin)
3676 return 0;
3677
3678 wid_caps = get_wcaps(codec, pin);
Takashi Iwai505cb342006-03-27 12:51:52 +02003679 if (wid_caps & AC_WCAP_UNSOL_CAP)
Takashi Iwai82bc9552006-03-21 11:24:42 +01003680 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003681
3682 return 0;
3683}
3684
Richard Fish160ea0d2006-09-06 13:58:25 +02003685/* add playback controls for LFE output */
3686static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3687 struct auto_pin_cfg *cfg)
3688{
3689 struct sigmatel_spec *spec = codec->spec;
3690 int err;
3691 hda_nid_t lfe_pin = 0x0;
3692 int i;
3693
3694 /*
3695 * search speaker outs and line outs for a mono speaker pin
3696 * with an amp. If one is found, add LFE controls
3697 * for it.
3698 */
3699 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3700 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003701 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003702 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3703 if (wcaps == AC_WCAP_OUT_AMP)
3704 /* found a mono speaker with an amp, must be lfe */
3705 lfe_pin = pin;
3706 }
3707
3708 /* if speaker_outs is 0, then speakers may be in line_outs */
3709 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3710 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3711 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003712 unsigned int defcfg;
Harvey Harrison8b551782008-02-29 11:56:48 +01003713 defcfg = snd_hda_codec_read(codec, pin, 0,
Richard Fish160ea0d2006-09-06 13:58:25 +02003714 AC_VERB_GET_CONFIG_DEFAULT,
3715 0x00);
Harvey Harrison8b551782008-02-29 11:56:48 +01003716 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003717 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003718 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3719 if (wcaps == AC_WCAP_OUT_AMP)
3720 /* found a mono speaker with an amp,
3721 must be lfe */
3722 lfe_pin = pin;
3723 }
3724 }
3725 }
3726
3727 if (lfe_pin) {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003728 err = create_controls(spec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02003729 if (err < 0)
3730 return err;
3731 }
3732
3733 return 0;
3734}
3735
Mattc7d4b2f2005-06-27 14:59:41 +02003736static int stac9200_parse_auto_config(struct hda_codec *codec)
3737{
3738 struct sigmatel_spec *spec = codec->spec;
3739 int err;
3740
Kailang Yangdf694da2005-12-05 19:42:22 +01003741 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003742 return err;
3743
3744 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3745 return err;
3746
Takashi Iwai82bc9552006-03-21 11:24:42 +01003747 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3748 return err;
3749
Richard Fish160ea0d2006-09-06 13:58:25 +02003750 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3751 return err;
3752
Takashi Iwai355a0ec2008-11-11 16:46:19 +01003753 if (spec->num_muxes > 0) {
3754 err = stac92xx_auto_create_mux_input_ctls(codec);
3755 if (err < 0)
3756 return err;
3757 }
3758
Takashi Iwai82bc9552006-03-21 11:24:42 +01003759 if (spec->autocfg.dig_out_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003760 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003761 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003762 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02003763
Takashi Iwai603c4012008-07-30 15:01:44 +02003764 if (spec->kctls.list)
3765 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003766
3767 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003768 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02003769
3770 return 1;
3771}
3772
Sam Revitch62fe78e2006-05-10 15:09:17 +02003773/*
3774 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3775 * funky external mute control using GPIO pins.
3776 */
3777
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003778static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003779 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02003780{
3781 unsigned int gpiostate, gpiomask, gpiodir;
3782
3783 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3784 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003785 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003786
3787 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3788 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003789 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003790
3791 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3792 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003793 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003794
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003795 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003796 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3797
3798 snd_hda_codec_write(codec, codec->afg, 0,
3799 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003800 snd_hda_codec_read(codec, codec->afg, 0,
3801 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003802
3803 msleep(1);
3804
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003805 snd_hda_codec_read(codec, codec->afg, 0,
3806 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003807}
3808
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003809static int stac92xx_add_jack(struct hda_codec *codec,
3810 hda_nid_t nid, int type)
3811{
Takashi Iwaie4973e12008-11-18 09:32:42 +01003812#ifdef CONFIG_SND_JACK
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003813 struct sigmatel_spec *spec = codec->spec;
3814 struct sigmatel_jack *jack;
3815 int def_conf = snd_hda_codec_read(codec, nid,
3816 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
3817 int connectivity = get_defcfg_connect(def_conf);
3818 char name[32];
3819
3820 if (connectivity && connectivity != AC_JACK_PORT_FIXED)
3821 return 0;
3822
3823 snd_array_init(&spec->jacks, sizeof(*jack), 32);
3824 jack = snd_array_new(&spec->jacks);
3825 if (!jack)
3826 return -ENOMEM;
3827 jack->nid = nid;
3828 jack->type = type;
3829
3830 sprintf(name, "%s at %s %s Jack",
3831 snd_hda_get_jack_type(def_conf),
3832 snd_hda_get_jack_connectivity(def_conf),
3833 snd_hda_get_jack_location(def_conf));
3834
3835 return snd_jack_new(codec->bus->card, name, type, &jack->jack);
Takashi Iwaie4973e12008-11-18 09:32:42 +01003836#else
3837 return 0;
3838#endif
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003839}
3840
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003841static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
3842 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003843{
3844 struct sigmatel_event *event;
3845
3846 snd_array_init(&spec->events, sizeof(*event), 32);
3847 event = snd_array_new(&spec->events);
3848 if (!event)
3849 return -ENOMEM;
3850 event->nid = nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003851 event->type = type;
3852 event->tag = spec->events.used;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003853 event->data = data;
3854
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003855 return event->tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003856}
3857
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003858static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
3859 hda_nid_t nid, unsigned char type)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003860{
3861 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003862 struct sigmatel_event *event = spec->events.list;
3863 int i;
3864
3865 for (i = 0; i < spec->events.used; i++, event++) {
3866 if (event->nid == nid && event->type == type)
3867 return event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003868 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003869 return NULL;
3870}
3871
3872static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
3873 unsigned char tag)
3874{
3875 struct sigmatel_spec *spec = codec->spec;
3876 struct sigmatel_event *event = spec->events.list;
3877 int i;
3878
3879 for (i = 0; i < spec->events.used; i++, event++) {
3880 if (event->tag == tag)
3881 return event;
3882 }
3883 return NULL;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003884}
3885
Takashi Iwai314634b2006-09-21 11:56:18 +02003886static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003887 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02003888{
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003889 struct sigmatel_event *event;
3890 int tag;
3891
3892 if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
3893 return;
3894 event = stac_get_event(codec, nid, type);
3895 if (event)
3896 tag = event->tag;
3897 else
3898 tag = stac_add_event(codec->spec, nid, type, 0);
3899 if (tag < 0)
3900 return;
3901 snd_hda_codec_write_cache(codec, nid, 0,
3902 AC_VERB_SET_UNSOLICITED_ENABLE,
3903 AC_USRSP_EN | tag);
Takashi Iwai314634b2006-09-21 11:56:18 +02003904}
3905
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003906static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
3907{
3908 int i;
3909 for (i = 0; i < cfg->hp_outs; i++)
3910 if (cfg->hp_pins[i] == nid)
3911 return 1; /* nid is a HP-Out */
3912
3913 return 0; /* nid is not a HP-Out */
3914};
3915
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003916static void stac92xx_power_down(struct hda_codec *codec)
3917{
3918 struct sigmatel_spec *spec = codec->spec;
3919
3920 /* power down inactive DACs */
3921 hda_nid_t *dac;
3922 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003923 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01003924 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003925 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
3926}
3927
Takashi Iwaif73d3582008-11-25 08:21:51 +01003928static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
3929 int enable);
3930
Mattc7d4b2f2005-06-27 14:59:41 +02003931static int stac92xx_init(struct hda_codec *codec)
3932{
3933 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003934 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01003935 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01003936 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003937
Mattc7d4b2f2005-06-27 14:59:41 +02003938 snd_hda_sequence_write(codec, spec->init);
3939
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02003940 /* power down adcs initially */
3941 if (spec->powerdown_adcs)
3942 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01003943 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02003944 spec->adc_nids[i], 0,
3945 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01003946
3947 /* set up GPIO */
3948 gpio = spec->gpio_data;
3949 /* turn on EAPD statically when spec->eapd_switch isn't set.
3950 * otherwise, unsol event will turn it on/off dynamically
3951 */
3952 if (!spec->eapd_switch)
3953 gpio |= spec->eapd_mask;
3954 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
3955
Takashi Iwai82bc9552006-03-21 11:24:42 +01003956 /* set up pins */
3957 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02003958 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003959 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003960 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003961 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003962 }
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01003963 /* force to enable the first line-out; the others are set up
3964 * in unsol_event
3965 */
3966 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003967 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003968 /* fake event to set up pins */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003969 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
3970 STAC_HP_EVENT);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003971 } else {
3972 stac92xx_auto_init_multi_out(codec);
3973 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003974 for (i = 0; i < cfg->hp_outs; i++)
3975 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003976 }
3977 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwaic960a032006-03-23 17:06:28 +01003978 hda_nid_t nid = cfg->input_pins[i];
3979 if (nid) {
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003980 unsigned int pinctl, conf;
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003981 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
3982 /* for mic pins, force to initialize */
3983 pinctl = stac92xx_get_vref(codec, nid);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003984 pinctl |= AC_PINCTL_IN_EN;
3985 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003986 } else {
3987 pinctl = snd_hda_codec_read(codec, nid, 0,
3988 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3989 /* if PINCTL already set then skip */
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003990 if (!(pinctl & AC_PINCTL_IN_EN)) {
3991 pinctl |= AC_PINCTL_IN_EN;
3992 stac92xx_auto_set_pinctl(codec, nid,
3993 pinctl);
3994 }
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003995 }
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003996 conf = snd_hda_codec_read(codec, nid, 0,
3997 AC_VERB_GET_CONFIG_DEFAULT, 0);
3998 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
3999 enable_pin_detect(codec, nid,
4000 STAC_INSERT_EVENT);
4001 stac_issue_unsol_event(codec, nid,
4002 STAC_INSERT_EVENT);
4003 }
Takashi Iwaic960a032006-03-23 17:06:28 +01004004 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004005 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004006 for (i = 0; i < spec->num_dmics; i++)
4007 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4008 AC_PINCTL_IN_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004009 if (cfg->dig_out_pin)
4010 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pin,
4011 AC_PINCTL_OUT_EN);
4012 if (cfg->dig_in_pin)
4013 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4014 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004015 for (i = 0; i < spec->num_pwrs; i++) {
4016 hda_nid_t nid = spec->pwr_nids[i];
4017 int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004018
Takashi Iwaieb632122008-12-19 16:39:48 +01004019 /* power on when no jack detection is available */
4020 if (!spec->hp_detect) {
4021 stac_toggle_power_map(codec, nid, 1);
4022 continue;
4023 }
4024
4025 if (is_nid_hp_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004026 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004027
Takashi Iwaif73d3582008-11-25 08:21:51 +01004028 pinctl = snd_hda_codec_read(codec, nid, 0,
4029 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4030 /* outputs are only ports capable of power management
4031 * any attempts on powering down a input port cause the
4032 * referenced VREF to act quirky.
4033 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004034 if (pinctl & AC_PINCTL_IN_EN) {
4035 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004036 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004037 }
Takashi Iwaif73d3582008-11-25 08:21:51 +01004038 def_conf = snd_hda_codec_read(codec, nid, 0,
4039 AC_VERB_GET_CONFIG_DEFAULT, 0);
4040 def_conf = get_defcfg_connect(def_conf);
4041 /* skip any ports that don't have jacks since presence
4042 * detection is useless */
4043 if (def_conf != AC_JACK_PORT_COMPLEX) {
4044 if (def_conf != AC_JACK_PORT_NONE)
4045 stac_toggle_power_map(codec, nid, 1);
4046 continue;
4047 }
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004048 if (!stac_get_event(codec, nid, STAC_INSERT_EVENT)) {
4049 enable_pin_detect(codec, nid, STAC_PWR_EVENT);
4050 stac_issue_unsol_event(codec, nid, STAC_PWR_EVENT);
4051 }
Takashi Iwaif73d3582008-11-25 08:21:51 +01004052 }
4053 if (spec->dac_list)
4054 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004055 return 0;
4056}
4057
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004058static void stac92xx_free_jacks(struct hda_codec *codec)
4059{
Takashi Iwaie4973e12008-11-18 09:32:42 +01004060#ifdef CONFIG_SND_JACK
Takashi Iwaib94d35392008-11-21 09:08:06 +01004061 /* free jack instances manually when clearing/reconfiguring */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004062 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaib94d35392008-11-21 09:08:06 +01004063 if (!codec->bus->shutdown && spec->jacks.list) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004064 struct sigmatel_jack *jacks = spec->jacks.list;
4065 int i;
4066 for (i = 0; i < spec->jacks.used; i++)
4067 snd_device_free(codec->bus->card, &jacks[i].jack);
4068 }
4069 snd_array_free(&spec->jacks);
Takashi Iwaie4973e12008-11-18 09:32:42 +01004070#endif
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004071}
4072
Takashi Iwai603c4012008-07-30 15:01:44 +02004073static void stac92xx_free_kctls(struct hda_codec *codec)
4074{
4075 struct sigmatel_spec *spec = codec->spec;
4076
4077 if (spec->kctls.list) {
4078 struct snd_kcontrol_new *kctl = spec->kctls.list;
4079 int i;
4080 for (i = 0; i < spec->kctls.used; i++)
4081 kfree(kctl[i].name);
4082 }
4083 snd_array_free(&spec->kctls);
4084}
4085
Matt2f2f4252005-04-13 14:45:30 +02004086static void stac92xx_free(struct hda_codec *codec)
4087{
Mattc7d4b2f2005-06-27 14:59:41 +02004088 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004089
4090 if (! spec)
4091 return;
4092
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004093 kfree(spec->pin_configs);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004094 stac92xx_free_jacks(codec);
4095 snd_array_free(&spec->events);
Richard Fish11b44bb2006-08-23 18:31:34 +02004096
Mattc7d4b2f2005-06-27 14:59:41 +02004097 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004098 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004099}
4100
Matt4e550962005-07-04 17:51:39 +02004101static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4102 unsigned int flag)
4103{
4104 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4105 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004106
Takashi Iwaif9acba42007-05-29 18:01:06 +02004107 if (pin_ctl & AC_PINCTL_IN_EN) {
4108 /*
4109 * we need to check the current set-up direction of
4110 * shared input pins since they can be switched via
4111 * "xxx as Output" mixer switch
4112 */
4113 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004114 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004115 return;
4116 }
4117
Steve Longerbeam7b043892007-05-03 20:50:03 +02004118 /* if setting pin direction bits, clear the current
4119 direction bits first */
4120 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4121 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4122
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004123 snd_hda_codec_write_cache(codec, nid, 0,
Matt4e550962005-07-04 17:51:39 +02004124 AC_VERB_SET_PIN_WIDGET_CONTROL,
4125 pin_ctl | flag);
4126}
4127
4128static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4129 unsigned int flag)
4130{
4131 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4132 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004133 snd_hda_codec_write_cache(codec, nid, 0,
Matt4e550962005-07-04 17:51:39 +02004134 AC_VERB_SET_PIN_WIDGET_CONTROL,
4135 pin_ctl & ~flag);
4136}
4137
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004138static int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004139{
4140 if (!nid)
4141 return 0;
4142 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004143 & (1 << 31))
4144 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004145 return 0;
4146}
4147
Takashi Iwaid7a89432008-11-12 09:48:04 +01004148/* return non-zero if the hp-pin of the given array index isn't
4149 * a jack-detection target
4150 */
4151static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4152{
4153 struct auto_pin_cfg *cfg = &spec->autocfg;
4154
4155 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004156 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004157 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004158 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004159 return 1;
4160 /* ignore if the pin is set as line-out */
4161 if (cfg->hp_pins[i] == spec->hp_switch)
4162 return 1;
4163 return 0;
4164}
4165
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004166static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004167{
4168 struct sigmatel_spec *spec = codec->spec;
4169 struct auto_pin_cfg *cfg = &spec->autocfg;
4170 int i, presence;
4171
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004172 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004173 if (spec->gpio_mute)
4174 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4175 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4176
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004177 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004178 if (presence)
4179 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004180 if (no_hp_sensing(spec, i))
4181 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004182 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4183 if (presence) {
4184 unsigned int pinctl;
4185 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4186 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4187 if (pinctl & AC_PINCTL_IN_EN)
4188 presence = 0; /* mic- or line-input */
4189 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004190 }
Matt4e550962005-07-04 17:51:39 +02004191
4192 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004193 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004194 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004195 stac92xx_reset_pinctl(codec, spec->hp_switch,
4196 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004197 for (i = 0; i < cfg->line_outs; i++)
4198 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4199 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004200 for (i = 0; i < cfg->speaker_outs; i++)
4201 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4202 AC_PINCTL_OUT_EN);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004203 if (spec->eapd_mask && spec->eapd_switch)
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004204 stac_gpio_set(codec, spec->gpio_mask,
4205 spec->gpio_dir, spec->gpio_data &
4206 ~spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02004207 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004208 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004209 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004210 stac92xx_set_pinctl(codec, spec->hp_switch,
4211 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004212 for (i = 0; i < cfg->line_outs; i++)
4213 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4214 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004215 for (i = 0; i < cfg->speaker_outs; i++)
4216 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4217 AC_PINCTL_OUT_EN);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004218 if (spec->eapd_mask && spec->eapd_switch)
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004219 stac_gpio_set(codec, spec->gpio_mask,
4220 spec->gpio_dir, spec->gpio_data |
4221 spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02004222 }
Takashi Iwaid7a89432008-11-12 09:48:04 +01004223 /* toggle hp outs */
4224 for (i = 0; i < cfg->hp_outs; i++) {
4225 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4226 if (no_hp_sensing(spec, i))
4227 continue;
4228 if (presence)
4229 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004230#if 0 /* FIXME */
4231/* Resetting the pinctl like below may lead to (a sort of) regressions
4232 * on some devices since they use the HP pin actually for line/speaker
4233 * outs although the default pin config shows a different pin (that is
4234 * wrong and useless).
4235 *
4236 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4237 * But, disabling the code below just works around it, and I'm too tired of
4238 * bug reports with such devices...
4239 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004240 else
4241 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004242#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004243 }
Matt4e550962005-07-04 17:51:39 +02004244}
4245
Takashi Iwaif73d3582008-11-25 08:21:51 +01004246static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4247 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004248{
4249 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004250 unsigned int idx, val;
4251
4252 for (idx = 0; idx < spec->num_pwrs; idx++) {
4253 if (spec->pwr_nids[idx] == nid)
4254 break;
4255 }
4256 if (idx >= spec->num_pwrs)
4257 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004258
4259 /* several codecs have two power down bits */
4260 if (spec->pwr_mapping)
4261 idx = spec->pwr_mapping[idx];
4262 else
4263 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004264
Takashi Iwaif73d3582008-11-25 08:21:51 +01004265 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4266 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004267 val &= ~idx;
4268 else
4269 val |= idx;
4270
4271 /* power down unused output ports */
4272 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004273}
4274
Takashi Iwaif73d3582008-11-25 08:21:51 +01004275static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4276{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004277 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004278}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004279
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004280static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4281{
4282 struct sigmatel_spec *spec = codec->spec;
4283 struct sigmatel_jack *jacks = spec->jacks.list;
4284
4285 if (jacks) {
4286 int i;
4287 for (i = 0; i < spec->jacks.used; i++) {
4288 if (jacks->nid == nid) {
4289 unsigned int pin_ctl =
4290 snd_hda_codec_read(codec, nid,
4291 0, AC_VERB_GET_PIN_WIDGET_CONTROL,
4292 0x00);
4293 int type = jacks->type;
4294 if (type == (SND_JACK_LINEOUT
4295 | SND_JACK_HEADPHONE))
4296 type = (pin_ctl & AC_PINCTL_HP_EN)
4297 ? SND_JACK_HEADPHONE : SND_JACK_LINEOUT;
4298 snd_jack_report(jacks->jack,
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004299 get_pin_presence(codec, nid)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004300 ? type : 0);
4301 }
4302 jacks++;
4303 }
4304 }
4305}
Matt2f2f4252005-04-13 14:45:30 +02004306
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004307static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
4308 unsigned char type)
4309{
4310 struct sigmatel_event *event = stac_get_event(codec, nid, type);
4311 if (!event)
4312 return;
4313 codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4314}
4315
Takashi Iwai314634b2006-09-21 11:56:18 +02004316static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4317{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004318 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004319 struct sigmatel_event *event;
4320 int tag, data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004321
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004322 tag = (res >> 26) & 0x7f;
4323 event = stac_get_event_from_tag(codec, tag);
4324 if (!event)
4325 return;
4326
4327 switch (event->type) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004328 case STAC_HP_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004329 stac92xx_hp_detect(codec);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004330 /* fallthru */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004331 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004332 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004333 if (spec->num_pwrs > 0)
4334 stac92xx_pin_sense(codec, event->nid);
4335 stac92xx_report_jack(codec, event->nid);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004336 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004337 case STAC_VREF_EVENT:
4338 data = snd_hda_codec_read(codec, codec->afg, 0,
4339 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004340 /* toggle VREF state based on GPIOx status */
4341 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004342 !!(data & (1 << event->data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004343 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004344 }
4345}
4346
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004347#ifdef CONFIG_PROC_FS
4348static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4349 struct hda_codec *codec, hda_nid_t nid)
4350{
4351 if (nid == codec->afg)
4352 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
4353 snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4354}
4355
4356static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4357 struct hda_codec *codec,
4358 unsigned int verb)
4359{
4360 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4361 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4362}
4363
4364/* stac92hd71bxx, stac92hd73xx */
4365static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4366 struct hda_codec *codec, hda_nid_t nid)
4367{
4368 stac92hd_proc_hook(buffer, codec, nid);
4369 if (nid == codec->afg)
4370 analog_loop_proc_hook(buffer, codec, 0xfa0);
4371}
4372
4373static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4374 struct hda_codec *codec, hda_nid_t nid)
4375{
4376 if (nid == codec->afg)
4377 analog_loop_proc_hook(buffer, codec, 0xfe0);
4378}
4379
4380static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4381 struct hda_codec *codec, hda_nid_t nid)
4382{
4383 if (nid == codec->afg)
4384 analog_loop_proc_hook(buffer, codec, 0xfeb);
4385}
4386#else
4387#define stac92hd_proc_hook NULL
4388#define stac92hd7x_proc_hook NULL
4389#define stac9205_proc_hook NULL
4390#define stac927x_proc_hook NULL
4391#endif
4392
Takashi Iwaicb53c622007-08-10 17:21:45 +02004393#ifdef SND_HDA_NEEDS_RESUME
Mattff6fdc32005-06-27 15:06:52 +02004394static int stac92xx_resume(struct hda_codec *codec)
4395{
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004396 struct sigmatel_spec *spec = codec->spec;
4397
Richard Fish11b44bb2006-08-23 18:31:34 +02004398 stac92xx_set_config_regs(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004399 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004400 snd_hda_codec_resume_amp(codec);
4401 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004402 /* fake event to set up pins again to override cached values */
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004403 if (spec->hp_detect)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004404 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4405 STAC_HP_EVENT);
Mattff6fdc32005-06-27 15:06:52 +02004406 return 0;
4407}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004408
4409static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
4410{
4411 struct sigmatel_spec *spec = codec->spec;
4412 if (spec->eapd_mask)
4413 stac_gpio_set(codec, spec->gpio_mask,
4414 spec->gpio_dir, spec->gpio_data &
4415 ~spec->eapd_mask);
4416 return 0;
4417}
Mattff6fdc32005-06-27 15:06:52 +02004418#endif
4419
Matt2f2f4252005-04-13 14:45:30 +02004420static struct hda_codec_ops stac92xx_patch_ops = {
4421 .build_controls = stac92xx_build_controls,
4422 .build_pcms = stac92xx_build_pcms,
4423 .init = stac92xx_init,
4424 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02004425 .unsol_event = stac92xx_unsol_event,
Takashi Iwaicb53c622007-08-10 17:21:45 +02004426#ifdef SND_HDA_NEEDS_RESUME
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004427 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02004428 .resume = stac92xx_resume,
4429#endif
Matt2f2f4252005-04-13 14:45:30 +02004430};
4431
4432static int patch_stac9200(struct hda_codec *codec)
4433{
4434 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004435 int err;
Matt2f2f4252005-04-13 14:45:30 +02004436
Takashi Iwaie560d8d2005-09-09 14:21:46 +02004437 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02004438 if (spec == NULL)
4439 return -ENOMEM;
4440
4441 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004442 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004443 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004444 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
4445 stac9200_models,
4446 stac9200_cfg_tbl);
Richard Fish11b44bb2006-08-23 18:31:34 +02004447 if (spec->board_config < 0) {
4448 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
4449 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004450 } else
4451 err = stac_save_pin_cfgs(codec,
4452 stac9200_brd_tbl[spec->board_config]);
4453 if (err < 0) {
4454 stac92xx_free(codec);
4455 return err;
Matt Porter403d1942005-11-29 15:00:51 +01004456 }
Matt2f2f4252005-04-13 14:45:30 +02004457
4458 spec->multiout.max_channels = 2;
4459 spec->multiout.num_dacs = 1;
4460 spec->multiout.dac_nids = stac9200_dac_nids;
4461 spec->adc_nids = stac9200_adc_nids;
4462 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02004463 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02004464 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004465 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004466 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004467
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02004468 if (spec->board_config == STAC_9200_M4 ||
4469 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01004470 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02004471 spec->init = stac9200_eapd_init;
4472 else
4473 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02004474 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02004475
Takashi Iwai117f2572008-03-18 09:53:23 +01004476 if (spec->board_config == STAC_9200_PANASONIC) {
4477 spec->gpio_mask = spec->gpio_dir = 0x09;
4478 spec->gpio_data = 0x00;
4479 }
4480
Mattc7d4b2f2005-06-27 14:59:41 +02004481 err = stac9200_parse_auto_config(codec);
4482 if (err < 0) {
4483 stac92xx_free(codec);
4484 return err;
4485 }
Matt2f2f4252005-04-13 14:45:30 +02004486
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01004487 /* CF-74 has no headphone detection, and the driver should *NOT*
4488 * do detection and HP/speaker toggle because the hardware does it.
4489 */
4490 if (spec->board_config == STAC_9200_PANASONIC)
4491 spec->hp_detect = 0;
4492
Matt2f2f4252005-04-13 14:45:30 +02004493 codec->patch_ops = stac92xx_patch_ops;
4494
4495 return 0;
4496}
4497
Tobin Davis8e21c342007-01-08 11:04:17 +01004498static int patch_stac925x(struct hda_codec *codec)
4499{
4500 struct sigmatel_spec *spec;
4501 int err;
4502
4503 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4504 if (spec == NULL)
4505 return -ENOMEM;
4506
4507 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004508 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01004509 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004510
4511 /* Check first for codec ID */
4512 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
4513 STAC_925x_MODELS,
4514 stac925x_models,
4515 stac925x_codec_id_cfg_tbl);
4516
4517 /* Now checks for PCI ID, if codec ID is not found */
4518 if (spec->board_config < 0)
4519 spec->board_config = snd_hda_check_board_config(codec,
4520 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01004521 stac925x_models,
4522 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004523 again:
Tobin Davis8e21c342007-01-08 11:04:17 +01004524 if (spec->board_config < 0) {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004525 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
Tobin Davis2c11f952007-05-17 09:36:34 +02004526 "using BIOS defaults\n");
Tobin Davis8e21c342007-01-08 11:04:17 +01004527 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004528 } else
4529 err = stac_save_pin_cfgs(codec,
4530 stac925x_brd_tbl[spec->board_config]);
4531 if (err < 0) {
4532 stac92xx_free(codec);
4533 return err;
Tobin Davis8e21c342007-01-08 11:04:17 +01004534 }
4535
4536 spec->multiout.max_channels = 2;
4537 spec->multiout.num_dacs = 1;
4538 spec->multiout.dac_nids = stac925x_dac_nids;
4539 spec->adc_nids = stac925x_adc_nids;
4540 spec->mux_nids = stac925x_mux_nids;
4541 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004542 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004543 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02004544 switch (codec->vendor_id) {
4545 case 0x83847632: /* STAC9202 */
4546 case 0x83847633: /* STAC9202D */
4547 case 0x83847636: /* STAC9251 */
4548 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02004549 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02004550 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01004551 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
4552 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02004553 break;
4554 default:
4555 spec->num_dmics = 0;
4556 break;
4557 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004558
4559 spec->init = stac925x_core_init;
4560 spec->mixer = stac925x_mixer;
4561
4562 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004563 if (!err) {
4564 if (spec->board_config < 0) {
4565 printk(KERN_WARNING "hda_codec: No auto-config is "
4566 "available, default to model=ref\n");
4567 spec->board_config = STAC_925x_REF;
4568 goto again;
4569 }
4570 err = -EINVAL;
4571 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004572 if (err < 0) {
4573 stac92xx_free(codec);
4574 return err;
4575 }
4576
4577 codec->patch_ops = stac92xx_patch_ops;
4578
4579 return 0;
4580}
4581
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004582static struct hda_input_mux stac92hd73xx_dmux = {
4583 .num_items = 4,
4584 .items = {
4585 { "Analog Inputs", 0x0b },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004586 { "Digital Mic 1", 0x09 },
4587 { "Digital Mic 2", 0x0a },
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004588 { "CD", 0x08 },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004589 }
4590};
4591
4592static int patch_stac92hd73xx(struct hda_codec *codec)
4593{
4594 struct sigmatel_spec *spec;
4595 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
4596 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004597 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004598
4599 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4600 if (spec == NULL)
4601 return -ENOMEM;
4602
4603 codec->spec = spec;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02004604 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004605 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
4606 spec->pin_nids = stac92hd73xx_pin_nids;
4607 spec->board_config = snd_hda_check_board_config(codec,
4608 STAC_92HD73XX_MODELS,
4609 stac92hd73xx_models,
4610 stac92hd73xx_cfg_tbl);
4611again:
4612 if (spec->board_config < 0) {
4613 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4614 " STAC92HD73XX, using BIOS defaults\n");
4615 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004616 } else
4617 err = stac_save_pin_cfgs(codec,
4618 stac92hd73xx_brd_tbl[spec->board_config]);
4619 if (err < 0) {
4620 stac92xx_free(codec);
4621 return err;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004622 }
4623
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004624 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004625 conn, STAC92HD73_DAC_COUNT + 2) - 1;
4626
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004627 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004628 printk(KERN_WARNING "hda_codec: Could not determine "
4629 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004630 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004631 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004632 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004633 case 0x3: /* 6 Channel */
4634 spec->mixer = stac92hd73xx_6ch_mixer;
4635 spec->init = stac92hd73xx_6ch_core_init;
4636 break;
4637 case 0x4: /* 8 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004638 spec->mixer = stac92hd73xx_8ch_mixer;
4639 spec->init = stac92hd73xx_8ch_core_init;
4640 break;
4641 case 0x5: /* 10 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004642 spec->mixer = stac92hd73xx_10ch_mixer;
4643 spec->init = stac92hd73xx_10ch_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004644 }
4645 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004646
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004647 spec->aloopback_mask = 0x01;
4648 spec->aloopback_shift = 8;
4649
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004650 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004651 spec->mux_nids = stac92hd73xx_mux_nids;
4652 spec->adc_nids = stac92hd73xx_adc_nids;
4653 spec->dmic_nids = stac92hd73xx_dmic_nids;
4654 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004655 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostay89385032008-09-11 09:49:39 -04004656 spec->amp_nids = stac92hd73xx_amp_nids;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004657 spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004658
4659 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
4660 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01004661 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004662 memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
4663 sizeof(stac92hd73xx_dmux));
4664
Matthew Ranostaya7662642008-02-21 07:51:14 +01004665 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004666 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01004667 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004668 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004669 case STAC_DELL_M6_AMIC:
4670 case STAC_DELL_M6_DMIC:
4671 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004672 spec->num_smuxes = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004673 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
4674 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004675 spec->eapd_switch = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004676 spec->num_amps = 1;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004677
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004678 if (spec->board_config != STAC_DELL_EQ)
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004679 spec->init = dell_m6_core_init;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004680 switch (spec->board_config) {
4681 case STAC_DELL_M6_AMIC: /* Analog Mics */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004682 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4683 spec->num_dmics = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004684 spec->private_dimux.num_items = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004685 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004686 case STAC_DELL_M6_DMIC: /* Digital Mics */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004687 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4688 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004689 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004690 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004691 case STAC_DELL_M6_BOTH: /* Both */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004692 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4693 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4694 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004695 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004696 break;
4697 }
4698 break;
4699 default:
4700 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004701 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004702 spec->eapd_switch = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004703 }
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004704 if (spec->board_config > STAC_92HD73XX_REF) {
4705 /* GPIO0 High = Enable EAPD */
4706 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4707 spec->gpio_data = 0x01;
4708 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004709 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004710
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004711 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4712 spec->pwr_nids = stac92hd73xx_pwr_nids;
4713
Matthew Ranostayd9737752008-09-07 12:03:41 +02004714 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004715
4716 if (!err) {
4717 if (spec->board_config < 0) {
4718 printk(KERN_WARNING "hda_codec: No auto-config is "
4719 "available, default to model=ref\n");
4720 spec->board_config = STAC_92HD73XX_REF;
4721 goto again;
4722 }
4723 err = -EINVAL;
4724 }
4725
4726 if (err < 0) {
4727 stac92xx_free(codec);
4728 return err;
4729 }
4730
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01004731 if (spec->board_config == STAC_92HD73XX_NO_JD)
4732 spec->hp_detect = 0;
4733
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004734 codec->patch_ops = stac92xx_patch_ops;
4735
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004736 codec->proc_widget_hook = stac92hd7x_proc_hook;
4737
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004738 return 0;
4739}
4740
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004741static struct hda_input_mux stac92hd83xxx_dmux = {
4742 .num_items = 3,
4743 .items = {
4744 { "Analog Inputs", 0x03 },
4745 { "Digital Mic 1", 0x04 },
4746 { "Digital Mic 2", 0x05 },
4747 }
4748};
4749
4750static int patch_stac92hd83xxx(struct hda_codec *codec)
4751{
4752 struct sigmatel_spec *spec;
4753 int err;
4754
4755 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4756 if (spec == NULL)
4757 return -ENOMEM;
4758
4759 codec->spec = spec;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004760 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004761 spec->mono_nid = 0x19;
4762 spec->digbeep_nid = 0x21;
4763 spec->dmic_nids = stac92hd83xxx_dmic_nids;
4764 spec->dmux_nids = stac92hd83xxx_dmux_nids;
4765 spec->adc_nids = stac92hd83xxx_adc_nids;
4766 spec->pwr_nids = stac92hd83xxx_pwr_nids;
Matthew Ranostayc15c5062009-01-13 13:30:07 -05004767 spec->amp_nids = stac92hd83xxx_amp_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004768 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
4769 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004770 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004771
4772 spec->init = stac92hd83xxx_core_init;
4773 switch (codec->vendor_id) {
4774 case 0x111d7605:
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004775 break;
4776 default:
4777 spec->num_pwrs--;
4778 spec->init++; /* switch to config #2 */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004779 }
4780
4781 spec->mixer = stac92hd83xxx_mixer;
4782 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
4783 spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
4784 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
Matthew Ranostayc15c5062009-01-13 13:30:07 -05004785 spec->num_amps = ARRAY_SIZE(stac92hd83xxx_amp_nids);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004786 spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
4787 spec->dinput_mux = &stac92hd83xxx_dmux;
4788 spec->pin_nids = stac92hd83xxx_pin_nids;
4789 spec->board_config = snd_hda_check_board_config(codec,
4790 STAC_92HD83XXX_MODELS,
4791 stac92hd83xxx_models,
4792 stac92hd83xxx_cfg_tbl);
4793again:
4794 if (spec->board_config < 0) {
4795 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4796 " STAC92HD83XXX, using BIOS defaults\n");
4797 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004798 } else
4799 err = stac_save_pin_cfgs(codec,
4800 stac92hd83xxx_brd_tbl[spec->board_config]);
4801 if (err < 0) {
4802 stac92xx_free(codec);
4803 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004804 }
4805
4806 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
4807 if (!err) {
4808 if (spec->board_config < 0) {
4809 printk(KERN_WARNING "hda_codec: No auto-config is "
4810 "available, default to model=ref\n");
4811 spec->board_config = STAC_92HD83XXX_REF;
4812 goto again;
4813 }
4814 err = -EINVAL;
4815 }
4816
4817 if (err < 0) {
4818 stac92xx_free(codec);
4819 return err;
4820 }
4821
4822 codec->patch_ops = stac92xx_patch_ops;
4823
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004824 codec->proc_widget_hook = stac92hd_proc_hook;
4825
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004826 return 0;
4827}
4828
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004829static struct hda_input_mux stac92hd71bxx_dmux = {
4830 .num_items = 4,
4831 .items = {
4832 { "Analog Inputs", 0x00 },
4833 { "Mixer", 0x01 },
4834 { "Digital Mic 1", 0x02 },
4835 { "Digital Mic 2", 0x03 },
4836 }
4837};
4838
Matthew Ranostaye035b842007-11-06 11:53:55 +01004839static int patch_stac92hd71bxx(struct hda_codec *codec)
4840{
4841 struct sigmatel_spec *spec;
4842 int err = 0;
4843
4844 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4845 if (spec == NULL)
4846 return -ENOMEM;
4847
4848 codec->spec = spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004849 codec->patch_ops = stac92xx_patch_ops;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004850 spec->num_pins = ARRAY_SIZE(stac92hd71bxx_pin_nids);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004851 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004852 spec->pin_nids = stac92hd71bxx_pin_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004853 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux,
4854 sizeof(stac92hd71bxx_dmux));
Matthew Ranostaye035b842007-11-06 11:53:55 +01004855 spec->board_config = snd_hda_check_board_config(codec,
4856 STAC_92HD71BXX_MODELS,
4857 stac92hd71bxx_models,
4858 stac92hd71bxx_cfg_tbl);
4859again:
4860 if (spec->board_config < 0) {
4861 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4862 " STAC92HD71BXX, using BIOS defaults\n");
4863 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004864 } else
4865 err = stac_save_pin_cfgs(codec,
4866 stac92hd71bxx_brd_tbl[spec->board_config]);
4867 if (err < 0) {
4868 stac92xx_free(codec);
4869 return err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004870 }
4871
Takashi Iwai41c3b642008-11-18 10:45:15 +01004872 if (spec->board_config > STAC_92HD71BXX_REF) {
4873 /* GPIO0 = EAPD */
4874 spec->gpio_mask = 0x01;
4875 spec->gpio_dir = 0x01;
4876 spec->gpio_data = 0x01;
4877 }
4878
Matthew Ranostay541eee82007-12-14 12:08:04 +01004879 switch (codec->vendor_id) {
4880 case 0x111d76b6: /* 4 Port without Analog Mixer */
4881 case 0x111d76b7:
4882 case 0x111d76b4: /* 6 Port without Analog Mixer */
4883 case 0x111d76b5:
4884 spec->mixer = stac92hd71bxx_mixer;
4885 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004886 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004887 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004888 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01004889 switch (spec->board_config) {
4890 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04004891 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004892 err = stac_add_event(spec, codec->afg,
4893 STAC_VREF_EVENT, 0x02);
4894 if (err < 0)
4895 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01004896 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04004897 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
4898 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004899 AC_VERB_SET_UNSOLICITED_ENABLE,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004900 AC_USRSP_EN | err);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004901 spec->gpio_mask |= 0x02;
4902 break;
4903 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004904 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004905 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004906 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004907
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004908 /* no output amps */
4909 spec->num_pwrs = 0;
4910 spec->mixer = stac92hd71bxx_analog_mixer;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004911 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004912
4913 /* disable VSW */
4914 spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004915 stac_change_pin_config(codec, 0xf, 0x40f000f0);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004916 break;
4917 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004918 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004919 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004920
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004921 /* no output amps */
4922 spec->num_pwrs = 0;
4923 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01004924 default:
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004925 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004926 spec->mixer = stac92hd71bxx_analog_mixer;
4927 spec->init = stac92hd71bxx_analog_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004928 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004929 }
4930
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004931 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004932 spec->aloopback_shift = 0;
4933
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004934 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004935 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004936 spec->mux_nids = stac92hd71bxx_mux_nids;
4937 spec->adc_nids = stac92hd71bxx_adc_nids;
4938 spec->dmic_nids = stac92hd71bxx_dmic_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004939 spec->dmux_nids = stac92hd71bxx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004940 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004941 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004942
4943 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
4944 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004945
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004946 switch (spec->board_config) {
4947 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004948 /* enable internal microphone */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004949 stac_change_pin_config(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04004950 stac92xx_auto_set_pinctl(codec, 0x0e,
4951 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05004952 /* fallthru */
4953 case STAC_DELL_M4_2:
4954 spec->num_dmics = 0;
4955 spec->num_smuxes = 0;
4956 spec->num_dmuxes = 0;
4957 break;
4958 case STAC_DELL_M4_1:
4959 case STAC_DELL_M4_3:
4960 spec->num_dmics = 1;
4961 spec->num_smuxes = 0;
4962 spec->num_dmuxes = 0;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004963 break;
4964 default:
4965 spec->num_dmics = STAC92HD71BXX_NUM_DMICS;
4966 spec->num_smuxes = ARRAY_SIZE(stac92hd71bxx_smux_nids);
4967 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
4968 };
4969
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004970 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004971 if (spec->dinput_mux)
4972 spec->private_dimux.num_items +=
4973 spec->num_dmics -
4974 (ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004975
4976 err = stac92xx_parse_auto_config(codec, 0x21, 0x23);
4977 if (!err) {
4978 if (spec->board_config < 0) {
4979 printk(KERN_WARNING "hda_codec: No auto-config is "
4980 "available, default to model=ref\n");
4981 spec->board_config = STAC_92HD71BXX_REF;
4982 goto again;
4983 }
4984 err = -EINVAL;
4985 }
4986
4987 if (err < 0) {
4988 stac92xx_free(codec);
4989 return err;
4990 }
4991
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004992 codec->proc_widget_hook = stac92hd7x_proc_hook;
4993
Matthew Ranostaye035b842007-11-06 11:53:55 +01004994 return 0;
4995};
4996
Matt2f2f4252005-04-13 14:45:30 +02004997static int patch_stac922x(struct hda_codec *codec)
4998{
4999 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005000 int err;
Matt2f2f4252005-04-13 14:45:30 +02005001
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005002 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005003 if (spec == NULL)
5004 return -ENOMEM;
5005
5006 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005007 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005008 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005009 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
5010 stac922x_models,
5011 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08005012 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005013 spec->gpio_mask = spec->gpio_dir = 0x03;
5014 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005015 /* Intel Macs have all same PCI SSID, so we need to check
5016 * codec SSID to distinguish the exact models
5017 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005018 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005019 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005020
5021 case 0x106b0800:
5022 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02005023 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005024 case 0x106b0600:
5025 case 0x106b0700:
5026 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005027 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005028 case 0x106b0e00:
5029 case 0x106b0f00:
5030 case 0x106b1600:
5031 case 0x106b1700:
5032 case 0x106b0200:
5033 case 0x106b1e00:
5034 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005035 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005036 case 0x106b1a00:
5037 case 0x00000100:
5038 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02005039 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005040 case 0x106b0a00:
5041 case 0x106b2200:
5042 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02005043 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08005044 default:
5045 spec->board_config = STAC_INTEL_MAC_V3;
5046 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005047 }
5048 }
5049
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005050 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02005051 if (spec->board_config < 0) {
5052 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
5053 "using BIOS defaults\n");
5054 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005055 } else
5056 err = stac_save_pin_cfgs(codec,
5057 stac922x_brd_tbl[spec->board_config]);
5058 if (err < 0) {
5059 stac92xx_free(codec);
5060 return err;
Matt Porter403d1942005-11-29 15:00:51 +01005061 }
Matt2f2f4252005-04-13 14:45:30 +02005062
Matt2f2f4252005-04-13 14:45:30 +02005063 spec->adc_nids = stac922x_adc_nids;
5064 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005065 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005066 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005067 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005068 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005069
5070 spec->init = stac922x_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005071 spec->mixer = stac922x_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005072
5073 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02005074
Matt Porter3cc08dc2006-01-23 15:27:49 +01005075 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005076 if (!err) {
5077 if (spec->board_config < 0) {
5078 printk(KERN_WARNING "hda_codec: No auto-config is "
5079 "available, default to model=ref\n");
5080 spec->board_config = STAC_D945_REF;
5081 goto again;
5082 }
5083 err = -EINVAL;
5084 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005085 if (err < 0) {
5086 stac92xx_free(codec);
5087 return err;
5088 }
5089
5090 codec->patch_ops = stac92xx_patch_ops;
5091
Takashi Iwai807a46362007-05-29 19:01:37 +02005092 /* Fix Mux capture level; max to 2 */
5093 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
5094 (0 << AC_AMPCAP_OFFSET_SHIFT) |
5095 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
5096 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
5097 (0 << AC_AMPCAP_MUTE_SHIFT));
5098
Matt Porter3cc08dc2006-01-23 15:27:49 +01005099 return 0;
5100}
5101
5102static int patch_stac927x(struct hda_codec *codec)
5103{
5104 struct sigmatel_spec *spec;
5105 int err;
5106
5107 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5108 if (spec == NULL)
5109 return -ENOMEM;
5110
5111 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005112 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005113 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005114 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
5115 stac927x_models,
5116 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005117 again:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005118 if (spec->board_config < 0 || !stac927x_brd_tbl[spec->board_config]) {
5119 if (spec->board_config < 0)
5120 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5121 "STAC927x, using BIOS defaults\n");
Richard Fish11b44bb2006-08-23 18:31:34 +02005122 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005123 } else
5124 err = stac_save_pin_cfgs(codec,
5125 stac927x_brd_tbl[spec->board_config]);
5126 if (err < 0) {
5127 stac92xx_free(codec);
5128 return err;
Matt Porter3cc08dc2006-01-23 15:27:49 +01005129 }
5130
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005131 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005132 spec->adc_nids = stac927x_adc_nids;
5133 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
5134 spec->mux_nids = stac927x_mux_nids;
5135 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02005136 spec->smux_nids = stac927x_smux_nids;
5137 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04005138 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01005139 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005140 spec->multiout.dac_nids = spec->dac_nids;
5141
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005142 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02005143 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005144 case STAC_D965_5ST:
5145 /* GPIO0 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005146 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005147 spec->gpio_data = 0x01;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005148 spec->num_dmics = 0;
5149
Tobin Davis93ed1502006-09-01 21:03:12 +02005150 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005151 spec->mixer = stac927x_mixer;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005152 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005153 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02005154 switch (codec->subsystem_id) {
5155 case 0x10280209:
5156 case 0x1028022e:
5157 /* correct the device field to SPDIF out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005158 stac_change_pin_config(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02005159 break;
5160 };
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01005161 /* configure the analog microphone on some laptops */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005162 stac_change_pin_config(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01005163 /* correct the front output jack as a hp out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005164 stac_change_pin_config(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01005165 /* correct the front input jack as a mic */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005166 stac_change_pin_config(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01005167 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005168 case STAC_DELL_3ST:
5169 /* GPIO2 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005170 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005171 spec->gpio_data = 0x04;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005172 spec->dmic_nids = stac927x_dmic_nids;
5173 spec->num_dmics = STAC927X_NUM_DMICS;
5174
Tobin Davis93ed1502006-09-01 21:03:12 +02005175 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005176 spec->mixer = stac927x_mixer;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005177 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005178 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005179 break;
5180 default:
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005181 if (spec->board_config > STAC_D965_REF) {
5182 /* GPIO0 High = Enable EAPD */
5183 spec->eapd_mask = spec->gpio_mask = 0x01;
5184 spec->gpio_dir = spec->gpio_data = 0x01;
5185 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005186 spec->num_dmics = 0;
5187
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005188 spec->init = stac927x_core_init;
5189 spec->mixer = stac927x_mixer;
5190 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005191
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005192 spec->num_pwrs = 0;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005193 spec->aloopback_mask = 0x40;
5194 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005195 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005196
Matt Porter3cc08dc2006-01-23 15:27:49 +01005197 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005198 if (!err) {
5199 if (spec->board_config < 0) {
5200 printk(KERN_WARNING "hda_codec: No auto-config is "
5201 "available, default to model=ref\n");
5202 spec->board_config = STAC_D965_REF;
5203 goto again;
5204 }
5205 err = -EINVAL;
5206 }
Mattc7d4b2f2005-06-27 14:59:41 +02005207 if (err < 0) {
5208 stac92xx_free(codec);
5209 return err;
5210 }
Matt2f2f4252005-04-13 14:45:30 +02005211
5212 codec->patch_ops = stac92xx_patch_ops;
5213
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005214 codec->proc_widget_hook = stac927x_proc_hook;
5215
Takashi Iwai52987652008-01-16 16:09:47 +01005216 /*
5217 * !!FIXME!!
5218 * The STAC927x seem to require fairly long delays for certain
5219 * command sequences. With too short delays (even if the answer
5220 * is set to RIRB properly), it results in the silence output
5221 * on some hardwares like Dell.
5222 *
5223 * The below flag enables the longer delay (see get_response
5224 * in hda_intel.c).
5225 */
5226 codec->bus->needs_damn_long_delay = 1;
5227
Takashi Iwaie28d8322008-12-17 13:48:29 +01005228 /* no jack detecion for ref-no-jd model */
5229 if (spec->board_config == STAC_D965_REF_NO_JD)
5230 spec->hp_detect = 0;
5231
Matt2f2f4252005-04-13 14:45:30 +02005232 return 0;
5233}
5234
Matt Porterf3302a52006-07-31 12:49:34 +02005235static int patch_stac9205(struct hda_codec *codec)
5236{
5237 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02005238 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02005239
5240 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5241 if (spec == NULL)
5242 return -ENOMEM;
5243
5244 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005245 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005246 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005247 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
5248 stac9205_models,
5249 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005250 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02005251 if (spec->board_config < 0) {
5252 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
5253 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005254 } else
5255 err = stac_save_pin_cfgs(codec,
5256 stac9205_brd_tbl[spec->board_config]);
5257 if (err < 0) {
5258 stac92xx_free(codec);
5259 return err;
Matt Porterf3302a52006-07-31 12:49:34 +02005260 }
5261
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005262 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02005263 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005264 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02005265 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005266 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02005267 spec->smux_nids = stac9205_smux_nids;
5268 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005269 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02005270 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005271 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005272 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005273 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02005274
5275 spec->init = stac9205_core_init;
5276 spec->mixer = stac9205_mixer;
5277
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005278 spec->aloopback_mask = 0x40;
5279 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005280 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02005281 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02005282
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005283 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005284 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02005285 /* Enable SPDIF in/out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005286 stac_change_pin_config(codec, 0x1f, 0x01441030);
5287 stac_change_pin_config(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01005288
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005289 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005290 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
5291 if (err < 0)
5292 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005293 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005294 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
5295 snd_hda_codec_write_cache(codec, codec->afg, 0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005296 AC_VERB_SET_UNSOLICITED_ENABLE,
5297 AC_USRSP_EN | err);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005298
5299 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005300 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005301 spec->gpio_mask = 0x1b;
5302 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01005303 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005304 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02005305 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005306 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005307 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005308 case STAC_9205_REF:
5309 /* SPDIF-In enabled */
5310 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005311 default:
5312 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005313 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005314 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005315 break;
5316 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02005317
Matt Porterf3302a52006-07-31 12:49:34 +02005318 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005319 if (!err) {
5320 if (spec->board_config < 0) {
5321 printk(KERN_WARNING "hda_codec: No auto-config is "
5322 "available, default to model=ref\n");
5323 spec->board_config = STAC_9205_REF;
5324 goto again;
5325 }
5326 err = -EINVAL;
5327 }
Matt Porterf3302a52006-07-31 12:49:34 +02005328 if (err < 0) {
5329 stac92xx_free(codec);
5330 return err;
5331 }
5332
5333 codec->patch_ops = stac92xx_patch_ops;
5334
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005335 codec->proc_widget_hook = stac9205_proc_hook;
5336
Matt Porterf3302a52006-07-31 12:49:34 +02005337 return 0;
5338}
5339
Matt2f2f4252005-04-13 14:45:30 +02005340/*
Guillaume Munch6d859062006-08-22 17:15:47 +02005341 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01005342 */
5343
Guillaume Munch99ccc562006-08-16 19:35:12 +02005344/* static config for Sony VAIO FE550G and Sony VAIO AR */
Takashi Iwaidb064e52006-03-16 16:04:58 +01005345static hda_nid_t vaio_dacs[] = { 0x2 };
5346#define VAIO_HP_DAC 0x5
5347static hda_nid_t vaio_adcs[] = { 0x8 /*,0x6*/ };
5348static hda_nid_t vaio_mux_nids[] = { 0x15 };
5349
5350static struct hda_input_mux vaio_mux = {
Takashi Iwaia3a2f422007-10-11 11:21:21 +02005351 .num_items = 3,
Takashi Iwaidb064e52006-03-16 16:04:58 +01005352 .items = {
Takashi Iwaid7737812006-04-25 13:05:43 +02005353 /* { "HP", 0x0 }, */
Takashi Iwai1624cb92007-07-05 13:10:51 +02005354 { "Mic Jack", 0x1 },
5355 { "Internal Mic", 0x2 },
Takashi Iwaidb064e52006-03-16 16:04:58 +01005356 { "PCM", 0x3 },
5357 }
5358};
5359
5360static struct hda_verb vaio_init[] = {
5361 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005362 {0x0a, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | STAC_HP_EVENT},
Takashi Iwaidb064e52006-03-16 16:04:58 +01005363 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
5364 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
5365 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
5366 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02005367 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01005368 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
5369 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
5370 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
5371 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
5372 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5373 {}
5374};
5375
Guillaume Munch6d859062006-08-22 17:15:47 +02005376static struct hda_verb vaio_ar_init[] = {
5377 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
5378 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
5379 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
5380 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
5381/* {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },*/ /* Optical Out */
5382 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02005383 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Guillaume Munch6d859062006-08-22 17:15:47 +02005384 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
5385 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
5386/* {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},*/ /* Optical Out */
5387 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
5388 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
5389 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5390 {}
5391};
5392
Takashi Iwaidb064e52006-03-16 16:04:58 +01005393static struct snd_kcontrol_new vaio_mixer[] = {
Takashi Iwai127e82e2008-11-14 14:03:33 +01005394 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x02, 0, HDA_OUTPUT),
5395 HDA_CODEC_MUTE("Headphone Playback Switch", 0x02, 0, HDA_OUTPUT),
5396 HDA_CODEC_VOLUME("Speaker Playback Volume", 0x05, 0, HDA_OUTPUT),
5397 HDA_CODEC_MUTE("Speaker Playback Switch", 0x05, 0, HDA_OUTPUT),
Takashi Iwaidb064e52006-03-16 16:04:58 +01005398 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
5399 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5400 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5401 {
5402 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5403 .name = "Capture Source",
5404 .count = 1,
5405 .info = stac92xx_mux_enum_info,
5406 .get = stac92xx_mux_enum_get,
5407 .put = stac92xx_mux_enum_put,
5408 },
5409 {}
5410};
5411
Guillaume Munch6d859062006-08-22 17:15:47 +02005412static struct snd_kcontrol_new vaio_ar_mixer[] = {
Takashi Iwai127e82e2008-11-14 14:03:33 +01005413 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x02, 0, HDA_OUTPUT),
5414 HDA_CODEC_MUTE("Headphone Playback Switch", 0x02, 0, HDA_OUTPUT),
5415 HDA_CODEC_VOLUME("Speaker Playback Volume", 0x05, 0, HDA_OUTPUT),
5416 HDA_CODEC_MUTE("Speaker Playback Switch", 0x05, 0, HDA_OUTPUT),
Guillaume Munch6d859062006-08-22 17:15:47 +02005417 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
5418 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5419 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5420 /*HDA_CODEC_MUTE("Optical Out Switch", 0x10, 0, HDA_OUTPUT),
5421 HDA_CODEC_VOLUME("Optical Out Volume", 0x10, 0, HDA_OUTPUT),*/
5422 {
5423 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5424 .name = "Capture Source",
5425 .count = 1,
5426 .info = stac92xx_mux_enum_info,
5427 .get = stac92xx_mux_enum_get,
5428 .put = stac92xx_mux_enum_put,
5429 },
5430 {}
5431};
5432
5433static struct hda_codec_ops stac9872_patch_ops = {
Takashi Iwaidb064e52006-03-16 16:04:58 +01005434 .build_controls = stac92xx_build_controls,
5435 .build_pcms = stac92xx_build_pcms,
5436 .init = stac92xx_init,
5437 .free = stac92xx_free,
Takashi Iwaicb53c622007-08-10 17:21:45 +02005438#ifdef SND_HDA_NEEDS_RESUME
Takashi Iwaidb064e52006-03-16 16:04:58 +01005439 .resume = stac92xx_resume,
5440#endif
5441};
5442
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005443static int stac9872_vaio_init(struct hda_codec *codec)
5444{
5445 int err;
5446
5447 err = stac92xx_init(codec);
5448 if (err < 0)
5449 return err;
5450 if (codec->patch_ops.unsol_event)
5451 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
5452 return 0;
5453}
5454
5455static void stac9872_vaio_hp_detect(struct hda_codec *codec, unsigned int res)
5456{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01005457 if (get_pin_presence(codec, 0x0a)) {
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005458 stac92xx_reset_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
5459 stac92xx_set_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
5460 } else {
5461 stac92xx_reset_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
5462 stac92xx_set_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
5463 }
5464}
5465
5466static void stac9872_vaio_unsol_event(struct hda_codec *codec, unsigned int res)
5467{
5468 switch (res >> 26) {
5469 case STAC_HP_EVENT:
5470 stac9872_vaio_hp_detect(codec, res);
5471 break;
5472 }
5473}
5474
5475static struct hda_codec_ops stac9872_vaio_patch_ops = {
5476 .build_controls = stac92xx_build_controls,
5477 .build_pcms = stac92xx_build_pcms,
5478 .init = stac9872_vaio_init,
5479 .free = stac92xx_free,
5480 .unsol_event = stac9872_vaio_unsol_event,
5481#ifdef CONFIG_PM
5482 .resume = stac92xx_resume,
5483#endif
5484};
5485
Guillaume Munch6d859062006-08-22 17:15:47 +02005486enum { /* FE and SZ series. id=0x83847661 and subsys=0x104D0700 or 104D1000. */
5487 CXD9872RD_VAIO,
5488 /* Unknown. id=0x83847662 and subsys=0x104D1200 or 104D1000. */
5489 STAC9872AK_VAIO,
5490 /* Unknown. id=0x83847661 and subsys=0x104D1200. */
5491 STAC9872K_VAIO,
5492 /* AR Series. id=0x83847664 and subsys=104D1300 */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005493 CXD9872AKD_VAIO,
5494 STAC_9872_MODELS,
5495};
Takashi Iwaidb064e52006-03-16 16:04:58 +01005496
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005497static const char *stac9872_models[STAC_9872_MODELS] = {
5498 [CXD9872RD_VAIO] = "vaio",
5499 [CXD9872AKD_VAIO] = "vaio-ar",
5500};
5501
5502static struct snd_pci_quirk stac9872_cfg_tbl[] = {
5503 SND_PCI_QUIRK(0x104d, 0x81e6, "Sony VAIO F/S", CXD9872RD_VAIO),
5504 SND_PCI_QUIRK(0x104d, 0x81ef, "Sony VAIO F/S", CXD9872RD_VAIO),
5505 SND_PCI_QUIRK(0x104d, 0x81fd, "Sony VAIO AR", CXD9872AKD_VAIO),
Tobin Davis68e22542007-03-12 11:36:39 +01005506 SND_PCI_QUIRK(0x104d, 0x8205, "Sony VAIO AR", CXD9872AKD_VAIO),
Takashi Iwaidb064e52006-03-16 16:04:58 +01005507 {}
5508};
5509
Guillaume Munch6d859062006-08-22 17:15:47 +02005510static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01005511{
5512 struct sigmatel_spec *spec;
5513 int board_config;
5514
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005515 board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
5516 stac9872_models,
5517 stac9872_cfg_tbl);
Takashi Iwaidb064e52006-03-16 16:04:58 +01005518 if (board_config < 0)
5519 /* unknown config, let generic-parser do its job... */
5520 return snd_hda_parse_generic_codec(codec);
5521
5522 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5523 if (spec == NULL)
5524 return -ENOMEM;
5525
5526 codec->spec = spec;
5527 switch (board_config) {
Guillaume Munch6d859062006-08-22 17:15:47 +02005528 case CXD9872RD_VAIO:
5529 case STAC9872AK_VAIO:
5530 case STAC9872K_VAIO:
Takashi Iwaidb064e52006-03-16 16:04:58 +01005531 spec->mixer = vaio_mixer;
5532 spec->init = vaio_init;
5533 spec->multiout.max_channels = 2;
5534 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5535 spec->multiout.dac_nids = vaio_dacs;
5536 spec->multiout.hp_nid = VAIO_HP_DAC;
5537 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
5538 spec->adc_nids = vaio_adcs;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005539 spec->num_pwrs = 0;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005540 spec->input_mux = &vaio_mux;
5541 spec->mux_nids = vaio_mux_nids;
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005542 codec->patch_ops = stac9872_vaio_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005543 break;
Guillaume Munch6d859062006-08-22 17:15:47 +02005544
5545 case CXD9872AKD_VAIO:
5546 spec->mixer = vaio_ar_mixer;
5547 spec->init = vaio_ar_init;
5548 spec->multiout.max_channels = 2;
5549 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5550 spec->multiout.dac_nids = vaio_dacs;
5551 spec->multiout.hp_nid = VAIO_HP_DAC;
5552 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005553 spec->num_pwrs = 0;
Guillaume Munch6d859062006-08-22 17:15:47 +02005554 spec->adc_nids = vaio_adcs;
5555 spec->input_mux = &vaio_mux;
5556 spec->mux_nids = vaio_mux_nids;
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005557 codec->patch_ops = stac9872_patch_ops;
Guillaume Munch6d859062006-08-22 17:15:47 +02005558 break;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005559 }
5560
Takashi Iwaidb064e52006-03-16 16:04:58 +01005561 return 0;
5562}
5563
5564
5565/*
Matt2f2f4252005-04-13 14:45:30 +02005566 * patch entries
5567 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005568static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02005569 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
5570 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
5571 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
5572 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5573 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5574 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5575 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02005576 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5577 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5578 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5579 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5580 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5581 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01005582 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5583 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5584 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5585 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5586 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5587 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5588 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5589 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5590 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5591 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01005592 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
5593 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5594 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5595 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5596 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5597 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02005598 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5599 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02005600 /* The following does not take into account .id=0x83847661 when subsys =
5601 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5602 * currently not fully supported.
5603 */
5604 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5605 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5606 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Matt Porterf3302a52006-07-31 12:49:34 +02005607 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5608 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5609 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5610 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5611 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5612 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5613 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5614 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005615 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005616 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
5617 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005618 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01005619 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5620 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005621 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01005622 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5623 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5624 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5625 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5626 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5627 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5628 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5629 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Matt2f2f4252005-04-13 14:45:30 +02005630 {} /* terminator */
5631};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005632
5633MODULE_ALIAS("snd-hda-codec-id:8384*");
5634MODULE_ALIAS("snd-hda-codec-id:111d*");
5635
5636MODULE_LICENSE("GPL");
5637MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
5638
5639static struct hda_codec_preset_list sigmatel_list = {
5640 .preset = snd_hda_preset_sigmatel,
5641 .owner = THIS_MODULE,
5642};
5643
5644static int __init patch_sigmatel_init(void)
5645{
5646 return snd_hda_add_codec_preset(&sigmatel_list);
5647}
5648
5649static void __exit patch_sigmatel_exit(void)
5650{
5651 snd_hda_delete_codec_preset(&sigmatel_list);
5652}
5653
5654module_init(patch_sigmatel_init)
5655module_exit(patch_sigmatel_exit)