ALSA: hda - Rework on patch_sigmatel.c for HP HDX16/HDX18
[pandora-kernel.git] / sound / pci / hda / patch_sigmatel.c
1 /*
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.
7  * Matt Porter <mporter@embeddedalley.com>
8  *
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
27 #include <linux/init.h>
28 #include <linux/delay.h>
29 #include <linux/slab.h>
30 #include <linux/pci.h>
31 #include <sound/core.h>
32 #include <sound/asoundef.h>
33 #include <sound/jack.h>
34 #include "hda_codec.h"
35 #include "hda_local.h"
36 #include "hda_beep.h"
37
38 enum {
39         STAC_VREF_EVENT = 1,
40         STAC_INSERT_EVENT,
41         STAC_PWR_EVENT,
42         STAC_HP_EVENT,
43 };
44
45 enum {
46         STAC_AUTO,
47         STAC_REF,
48         STAC_9200_OQO,
49         STAC_9200_DELL_D21,
50         STAC_9200_DELL_D22,
51         STAC_9200_DELL_D23,
52         STAC_9200_DELL_M21,
53         STAC_9200_DELL_M22,
54         STAC_9200_DELL_M23,
55         STAC_9200_DELL_M24,
56         STAC_9200_DELL_M25,
57         STAC_9200_DELL_M26,
58         STAC_9200_DELL_M27,
59         STAC_9200_M4,
60         STAC_9200_M4_2,
61         STAC_9200_PANASONIC,
62         STAC_9200_MODELS
63 };
64
65 enum {
66         STAC_9205_AUTO,
67         STAC_9205_REF,
68         STAC_9205_DELL_M42,
69         STAC_9205_DELL_M43,
70         STAC_9205_DELL_M44,
71         STAC_9205_EAPD,
72         STAC_9205_MODELS
73 };
74
75 enum {
76         STAC_92HD73XX_AUTO,
77         STAC_92HD73XX_NO_JD, /* no jack-detection */
78         STAC_92HD73XX_REF,
79         STAC_DELL_M6_AMIC,
80         STAC_DELL_M6_DMIC,
81         STAC_DELL_M6_BOTH,
82         STAC_DELL_EQ,
83         STAC_92HD73XX_MODELS
84 };
85
86 enum {
87         STAC_92HD83XXX_AUTO,
88         STAC_92HD83XXX_REF,
89         STAC_92HD83XXX_PWR_REF,
90         STAC_DELL_S14,
91         STAC_92HD83XXX_MODELS
92 };
93
94 enum {
95         STAC_92HD71BXX_AUTO,
96         STAC_92HD71BXX_REF,
97         STAC_DELL_M4_1,
98         STAC_DELL_M4_2,
99         STAC_DELL_M4_3,
100         STAC_HP_M4,
101         STAC_HP_DV5,
102         STAC_HP_HDX,
103         STAC_92HD71BXX_MODELS
104 };
105
106 enum {
107         STAC_925x_AUTO,
108         STAC_925x_REF,
109         STAC_M1,
110         STAC_M1_2,
111         STAC_M2,
112         STAC_M2_2,
113         STAC_M3,
114         STAC_M5,
115         STAC_M6,
116         STAC_925x_MODELS
117 };
118
119 enum {
120         STAC_922X_AUTO,
121         STAC_D945_REF,
122         STAC_D945GTP3,
123         STAC_D945GTP5,
124         STAC_INTEL_MAC_V1,
125         STAC_INTEL_MAC_V2,
126         STAC_INTEL_MAC_V3,
127         STAC_INTEL_MAC_V4,
128         STAC_INTEL_MAC_V5,
129         STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
130                               * is given, one of the above models will be
131                               * chosen according to the subsystem id. */
132         /* for backward compatibility */
133         STAC_MACMINI,
134         STAC_MACBOOK,
135         STAC_MACBOOK_PRO_V1,
136         STAC_MACBOOK_PRO_V2,
137         STAC_IMAC_INTEL,
138         STAC_IMAC_INTEL_20,
139         STAC_ECS_202,
140         STAC_922X_DELL_D81,
141         STAC_922X_DELL_D82,
142         STAC_922X_DELL_M81,
143         STAC_922X_DELL_M82,
144         STAC_922X_MODELS
145 };
146
147 enum {
148         STAC_927X_AUTO,
149         STAC_D965_REF_NO_JD, /* no jack-detection */
150         STAC_D965_REF,
151         STAC_D965_3ST,
152         STAC_D965_5ST,
153         STAC_DELL_3ST,
154         STAC_DELL_BIOS,
155         STAC_927X_MODELS
156 };
157
158 struct sigmatel_event {
159         hda_nid_t nid;
160         unsigned char type;
161         unsigned char tag;
162         int data;
163 };
164
165 struct sigmatel_jack {
166         hda_nid_t nid;
167         int type;
168         struct snd_jack *jack;
169 };
170
171 struct sigmatel_spec {
172         struct snd_kcontrol_new *mixers[4];
173         unsigned int num_mixers;
174
175         int board_config;
176         unsigned int eapd_switch: 1;
177         unsigned int surr_switch: 1;
178         unsigned int alt_switch: 1;
179         unsigned int hp_detect: 1;
180         unsigned int spdif_mute: 1;
181         unsigned int check_volume_offset:1;
182
183         /* gpio lines */
184         unsigned int eapd_mask;
185         unsigned int gpio_mask;
186         unsigned int gpio_dir;
187         unsigned int gpio_data;
188         unsigned int gpio_mute;
189
190         /* stream */
191         unsigned int stream_delay;
192
193         /* analog loopback */
194         struct snd_kcontrol_new *aloopback_ctl;
195         unsigned char aloopback_mask;
196         unsigned char aloopback_shift;
197
198         /* power management */
199         unsigned int num_pwrs;
200         unsigned int *pwr_mapping;
201         hda_nid_t *pwr_nids;
202         hda_nid_t *dac_list;
203
204         /* jack detection */
205         struct snd_array jacks;
206
207         /* events */
208         struct snd_array events;
209
210         /* playback */
211         struct hda_input_mux *mono_mux;
212         struct hda_input_mux *amp_mux;
213         unsigned int cur_mmux;
214         struct hda_multi_out multiout;
215         hda_nid_t dac_nids[5];
216         hda_nid_t hp_dacs[5];
217         hda_nid_t speaker_dacs[5];
218
219         int volume_offset;
220
221         /* capture */
222         hda_nid_t *adc_nids;
223         unsigned int num_adcs;
224         hda_nid_t *mux_nids;
225         unsigned int num_muxes;
226         hda_nid_t *dmic_nids;
227         unsigned int num_dmics;
228         hda_nid_t *dmux_nids;
229         unsigned int num_dmuxes;
230         hda_nid_t *smux_nids;
231         unsigned int num_smuxes;
232         const char **spdif_labels;
233
234         hda_nid_t dig_in_nid;
235         hda_nid_t mono_nid;
236         hda_nid_t anabeep_nid;
237         hda_nid_t digbeep_nid;
238
239         /* pin widgets */
240         hda_nid_t *pin_nids;
241         unsigned int num_pins;
242
243         /* codec specific stuff */
244         struct hda_verb *init;
245         struct snd_kcontrol_new *mixer;
246
247         /* capture source */
248         struct hda_input_mux *dinput_mux;
249         unsigned int cur_dmux[2];
250         struct hda_input_mux *input_mux;
251         unsigned int cur_mux[3];
252         struct hda_input_mux *sinput_mux;
253         unsigned int cur_smux[2];
254         unsigned int cur_amux;
255         hda_nid_t *amp_nids;
256         unsigned int num_amps;
257         unsigned int powerdown_adcs;
258
259         /* i/o switches */
260         unsigned int io_switch[2];
261         unsigned int clfe_swap;
262         hda_nid_t line_switch;  /* shared line-in for input and output */
263         hda_nid_t mic_switch;   /* shared mic-in for input and output */
264         hda_nid_t hp_switch; /* NID of HP as line-out */
265         unsigned int aloopback;
266
267         struct hda_pcm pcm_rec[2];      /* PCM information */
268
269         /* dynamic controls and input_mux */
270         struct auto_pin_cfg autocfg;
271         struct snd_array kctls;
272         struct hda_input_mux private_dimux;
273         struct hda_input_mux private_imux;
274         struct hda_input_mux private_smux;
275         struct hda_input_mux private_amp_mux;
276         struct hda_input_mux private_mono_mux;
277 };
278
279 static hda_nid_t stac9200_adc_nids[1] = {
280         0x03,
281 };
282
283 static hda_nid_t stac9200_mux_nids[1] = {
284         0x0c,
285 };
286
287 static hda_nid_t stac9200_dac_nids[1] = {
288         0x02,
289 };
290
291 static hda_nid_t stac92hd73xx_pwr_nids[8] = {
292         0x0a, 0x0b, 0x0c, 0xd, 0x0e,
293         0x0f, 0x10, 0x11
294 };
295
296 static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
297         0x26, 0,
298 };
299
300 static hda_nid_t stac92hd73xx_adc_nids[2] = {
301         0x1a, 0x1b
302 };
303
304 #define DELL_M6_AMP 2
305 static hda_nid_t stac92hd73xx_amp_nids[3] = {
306         0x0b, 0x0c, 0x0e
307 };
308
309 #define STAC92HD73XX_NUM_DMICS  2
310 static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
311         0x13, 0x14, 0
312 };
313
314 #define STAC92HD73_DAC_COUNT 5
315
316 static hda_nid_t stac92hd73xx_mux_nids[4] = {
317         0x28, 0x29, 0x2a, 0x2b,
318 };
319
320 static hda_nid_t stac92hd73xx_dmux_nids[2] = {
321         0x20, 0x21,
322 };
323
324 static hda_nid_t stac92hd73xx_smux_nids[2] = {
325         0x22, 0x23,
326 };
327
328 #define STAC92HD83XXX_NUM_DMICS 2
329 static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
330         0x11, 0x12, 0
331 };
332
333 #define STAC92HD83_DAC_COUNT 3
334
335 static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
336         0x17, 0x18,
337 };
338
339 static hda_nid_t stac92hd83xxx_adc_nids[2] = {
340         0x15, 0x16,
341 };
342
343 static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
344         0xa, 0xb, 0xd, 0xe,
345 };
346
347 static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
348         0x1e, 0,
349 };
350
351 static unsigned int stac92hd83xxx_pwr_mapping[4] = {
352         0x03, 0x0c, 0x20, 0x40,
353 };
354
355 static hda_nid_t stac92hd83xxx_amp_nids[1] = {
356         0xc,
357 };
358
359 static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
360         0x0a, 0x0d, 0x0f
361 };
362
363 static hda_nid_t stac92hd71bxx_adc_nids[2] = {
364         0x12, 0x13,
365 };
366
367 static hda_nid_t stac92hd71bxx_mux_nids[2] = {
368         0x1a, 0x1b
369 };
370
371 static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
372         0x1c, 0x1d,
373 };
374
375 static hda_nid_t stac92hd71bxx_smux_nids[2] = {
376         0x24, 0x25,
377 };
378
379 #define STAC92HD71BXX_NUM_DMICS 2
380 static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
381         0x18, 0x19, 0
382 };
383
384 static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
385         0x22, 0
386 };
387
388 static hda_nid_t stac925x_adc_nids[1] = {
389         0x03,
390 };
391
392 static hda_nid_t stac925x_mux_nids[1] = {
393         0x0f,
394 };
395
396 static hda_nid_t stac925x_dac_nids[1] = {
397         0x02,
398 };
399
400 #define STAC925X_NUM_DMICS      1
401 static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
402         0x15, 0
403 };
404
405 static hda_nid_t stac925x_dmux_nids[1] = {
406         0x14,
407 };
408
409 static hda_nid_t stac922x_adc_nids[2] = {
410         0x06, 0x07,
411 };
412
413 static hda_nid_t stac922x_mux_nids[2] = {
414         0x12, 0x13,
415 };
416
417 static hda_nid_t stac927x_slave_dig_outs[2] = {
418         0x1f, 0,
419 };
420
421 static hda_nid_t stac927x_adc_nids[3] = {
422         0x07, 0x08, 0x09
423 };
424
425 static hda_nid_t stac927x_mux_nids[3] = {
426         0x15, 0x16, 0x17
427 };
428
429 static hda_nid_t stac927x_smux_nids[1] = {
430         0x21,
431 };
432
433 static hda_nid_t stac927x_dac_nids[6] = {
434         0x02, 0x03, 0x04, 0x05, 0x06, 0
435 };
436
437 static hda_nid_t stac927x_dmux_nids[1] = {
438         0x1b,
439 };
440
441 #define STAC927X_NUM_DMICS 2
442 static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
443         0x13, 0x14, 0
444 };
445
446 static const char *stac927x_spdif_labels[5] = {
447         "Digital Playback", "ADAT", "Analog Mux 1",
448         "Analog Mux 2", "Analog Mux 3"
449 };
450
451 static hda_nid_t stac9205_adc_nids[2] = {
452         0x12, 0x13
453 };
454
455 static hda_nid_t stac9205_mux_nids[2] = {
456         0x19, 0x1a
457 };
458
459 static hda_nid_t stac9205_dmux_nids[1] = {
460         0x1d,
461 };
462
463 static hda_nid_t stac9205_smux_nids[1] = {
464         0x21,
465 };
466
467 #define STAC9205_NUM_DMICS      2
468 static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
469         0x17, 0x18, 0
470 };
471
472 static hda_nid_t stac9200_pin_nids[8] = {
473         0x08, 0x09, 0x0d, 0x0e, 
474         0x0f, 0x10, 0x11, 0x12,
475 };
476
477 static hda_nid_t stac925x_pin_nids[8] = {
478         0x07, 0x08, 0x0a, 0x0b, 
479         0x0c, 0x0d, 0x10, 0x11,
480 };
481
482 static hda_nid_t stac922x_pin_nids[10] = {
483         0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
484         0x0f, 0x10, 0x11, 0x15, 0x1b,
485 };
486
487 static hda_nid_t stac92hd73xx_pin_nids[13] = {
488         0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
489         0x0f, 0x10, 0x11, 0x12, 0x13,
490         0x14, 0x22, 0x23
491 };
492
493 static hda_nid_t stac92hd83xxx_pin_nids[10] = {
494         0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
495         0x0f, 0x10, 0x11, 0x1f, 0x20,
496 };
497
498 #define STAC92HD71BXX_NUM_PINS 13
499 static hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
500         0x0a, 0x0b, 0x0c, 0x0d, 0x00,
501         0x00, 0x14, 0x18, 0x19, 0x1e,
502         0x1f, 0x20, 0x27
503 };
504 static hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
505         0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
506         0x0f, 0x14, 0x18, 0x19, 0x1e,
507         0x1f, 0x20, 0x27
508 };
509
510 static hda_nid_t stac927x_pin_nids[14] = {
511         0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
512         0x0f, 0x10, 0x11, 0x12, 0x13,
513         0x14, 0x21, 0x22, 0x23,
514 };
515
516 static hda_nid_t stac9205_pin_nids[12] = {
517         0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
518         0x0f, 0x14, 0x16, 0x17, 0x18,
519         0x21, 0x22,
520 };
521
522 #define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
523
524 static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
525                                  struct snd_ctl_elem_value *ucontrol)
526 {
527         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
528         struct sigmatel_spec *spec = codec->spec;
529         hda_nid_t nid = spec->amp_nids[spec->cur_amux];
530
531         kcontrol->private_value ^= get_amp_nid(kcontrol);
532         kcontrol->private_value |= nid;
533
534         return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
535 }
536
537 static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
538                                  struct snd_ctl_elem_value *ucontrol)
539 {
540         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
541         struct sigmatel_spec *spec = codec->spec;
542         hda_nid_t nid = spec->amp_nids[spec->cur_amux];
543
544         kcontrol->private_value ^= get_amp_nid(kcontrol);
545         kcontrol->private_value |= nid;
546
547         return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
548 }
549
550 static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
551                                    struct snd_ctl_elem_info *uinfo)
552 {
553         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
554         struct sigmatel_spec *spec = codec->spec;
555         return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
556 }
557
558 static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
559                                   struct snd_ctl_elem_value *ucontrol)
560 {
561         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
562         struct sigmatel_spec *spec = codec->spec;
563         unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
564
565         ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
566         return 0;
567 }
568
569 static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
570                                   struct snd_ctl_elem_value *ucontrol)
571 {
572         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
573         struct sigmatel_spec *spec = codec->spec;
574         unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
575
576         return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
577                         spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
578 }
579
580 static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
581                                    struct snd_ctl_elem_info *uinfo)
582 {
583         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
584         struct sigmatel_spec *spec = codec->spec;
585         return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
586 }
587
588 static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
589                                   struct snd_ctl_elem_value *ucontrol)
590 {
591         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
592         struct sigmatel_spec *spec = codec->spec;
593         unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
594
595         ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
596         return 0;
597 }
598
599 static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
600                                   struct snd_ctl_elem_value *ucontrol)
601 {
602         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
603         struct sigmatel_spec *spec = codec->spec;
604         struct hda_input_mux *smux = &spec->private_smux;
605         unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
606         int err, val;
607         hda_nid_t nid;
608
609         err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
610                         spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
611         if (err < 0)
612                 return err;
613
614         if (spec->spdif_mute) {
615                 if (smux_idx == 0)
616                         nid = spec->multiout.dig_out_nid;
617                 else
618                         nid = codec->slave_dig_outs[smux_idx - 1];
619                 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
620                         val = HDA_AMP_MUTE;
621                 else
622                         val = 0;
623                 /* un/mute SPDIF out */
624                 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
625                                          HDA_AMP_MUTE, val);
626         }
627         return 0;
628 }
629
630 static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
631 {
632         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
633         struct sigmatel_spec *spec = codec->spec;
634         return snd_hda_input_mux_info(spec->input_mux, uinfo);
635 }
636
637 static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
638 {
639         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
640         struct sigmatel_spec *spec = codec->spec;
641         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
642
643         ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
644         return 0;
645 }
646
647 static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
648 {
649         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
650         struct sigmatel_spec *spec = codec->spec;
651         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
652
653         return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
654                                      spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
655 }
656
657 static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
658         struct snd_ctl_elem_info *uinfo)
659 {
660         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
661         struct sigmatel_spec *spec = codec->spec;
662         return snd_hda_input_mux_info(spec->mono_mux, uinfo);
663 }
664
665 static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
666         struct snd_ctl_elem_value *ucontrol)
667 {
668         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
669         struct sigmatel_spec *spec = codec->spec;
670
671         ucontrol->value.enumerated.item[0] = spec->cur_mmux;
672         return 0;
673 }
674
675 static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
676         struct snd_ctl_elem_value *ucontrol)
677 {
678         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
679         struct sigmatel_spec *spec = codec->spec;
680
681         return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
682                                      spec->mono_nid, &spec->cur_mmux);
683 }
684
685 static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
686         struct snd_ctl_elem_info *uinfo)
687 {
688         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
689         struct sigmatel_spec *spec = codec->spec;
690         return snd_hda_input_mux_info(spec->amp_mux, uinfo);
691 }
692
693 static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
694         struct snd_ctl_elem_value *ucontrol)
695 {
696         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
697         struct sigmatel_spec *spec = codec->spec;
698
699         ucontrol->value.enumerated.item[0] = spec->cur_amux;
700         return 0;
701 }
702
703 static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
704         struct snd_ctl_elem_value *ucontrol)
705 {
706         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
707         struct sigmatel_spec *spec = codec->spec;
708         struct snd_kcontrol *ctl =
709                 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
710         if (!ctl)
711                 return -EINVAL;
712
713         snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
714                 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
715
716         return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
717                                      0, &spec->cur_amux);
718 }
719
720 #define stac92xx_aloopback_info snd_ctl_boolean_mono_info
721
722 static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
723         struct snd_ctl_elem_value *ucontrol)
724 {
725         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
726         unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
727         struct sigmatel_spec *spec = codec->spec;
728
729         ucontrol->value.integer.value[0] = !!(spec->aloopback &
730                                               (spec->aloopback_mask << idx));
731         return 0;
732 }
733
734 static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
735                 struct snd_ctl_elem_value *ucontrol)
736 {
737         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
738         struct sigmatel_spec *spec = codec->spec;
739         unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
740         unsigned int dac_mode;
741         unsigned int val, idx_val;
742
743         idx_val = spec->aloopback_mask << idx;
744         if (ucontrol->value.integer.value[0])
745                 val = spec->aloopback | idx_val;
746         else
747                 val = spec->aloopback & ~idx_val;
748         if (spec->aloopback == val)
749                 return 0;
750
751         spec->aloopback = val;
752
753         /* Only return the bits defined by the shift value of the
754          * first two bytes of the mask
755          */
756         dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
757                                       kcontrol->private_value & 0xFFFF, 0x0);
758         dac_mode >>= spec->aloopback_shift;
759
760         if (spec->aloopback & idx_val) {
761                 snd_hda_power_up(codec);
762                 dac_mode |= idx_val;
763         } else {
764                 snd_hda_power_down(codec);
765                 dac_mode &= ~idx_val;
766         }
767
768         snd_hda_codec_write_cache(codec, codec->afg, 0,
769                 kcontrol->private_value >> 16, dac_mode);
770
771         return 1;
772 }
773
774 static struct hda_verb stac9200_core_init[] = {
775         /* set dac0mux for dac converter */
776         { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
777         {}
778 };
779
780 static struct hda_verb stac9200_eapd_init[] = {
781         /* set dac0mux for dac converter */
782         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
783         {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
784         {}
785 };
786
787 static struct hda_verb stac92hd73xx_6ch_core_init[] = {
788         /* set master volume and direct control */
789         { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
790         /* setup adcs to point to mixer */
791         { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
792         { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
793         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
794         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
795         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
796         /* setup import muxs */
797         { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
798         { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
799         { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
800         { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
801         {}
802 };
803
804 static struct hda_verb dell_eq_core_init[] = {
805         /* set master volume to max value without distortion
806          * and direct control */
807         { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
808         /* setup adcs to point to mixer */
809         { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
810         { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
811         /* setup import muxs */
812         { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
813         { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
814         { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
815         { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
816         {}
817 };
818
819 static struct hda_verb dell_m6_core_init[] = {
820         { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
821         /* setup adcs to point to mixer */
822         { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
823         { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
824         /* setup import muxs */
825         { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
826         { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
827         { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
828         { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
829         {}
830 };
831
832 static struct hda_verb stac92hd73xx_8ch_core_init[] = {
833         /* set master volume and direct control */
834         { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
835         /* setup adcs to point to mixer */
836         { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
837         { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
838         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
839         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
840         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
841         /* setup import muxs */
842         { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
843         { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
844         { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
845         { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
846         {}
847 };
848
849 static struct hda_verb stac92hd73xx_10ch_core_init[] = {
850         /* set master volume and direct control */
851         { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
852         /* dac3 is connected to import3 mux */
853         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
854         /* setup adcs to point to mixer */
855         { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
856         { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
857         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
858         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
859         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
860         /* setup import muxs */
861         { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
862         { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
863         { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
864         { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
865         {}
866 };
867
868 static struct hda_verb stac92hd83xxx_core_init[] = {
869         { 0xa, AC_VERB_SET_CONNECT_SEL, 0x1},
870         { 0xb, AC_VERB_SET_CONNECT_SEL, 0x1},
871         { 0xd, AC_VERB_SET_CONNECT_SEL, 0x0},
872
873         /* power state controls amps */
874         { 0x01, AC_VERB_SET_EAPD, 1 << 2},
875         {}
876 };
877
878 static struct hda_verb stac92hd71bxx_core_init[] = {
879         /* set master volume and direct control */
880         { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
881         {}
882 };
883
884 #define HD_DISABLE_PORTF 1
885 static struct hda_verb stac92hd71bxx_analog_core_init[] = {
886         /* start of config #1 */
887
888         /* connect port 0f to audio mixer */
889         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
890         /* start of config #2 */
891
892         /* set master volume and direct control */
893         { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
894         {}
895 };
896
897 static struct hda_verb stac92hd71bxx_unmute_core_init[] = {
898         /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
899         { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
900         { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
901         { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
902         {}
903 };
904
905 static struct hda_verb stac925x_core_init[] = {
906         /* set dac0mux for dac converter */
907         { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
908         /* mute the master volume */
909         { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
910         {}
911 };
912
913 static struct hda_verb stac922x_core_init[] = {
914         /* set master volume and direct control */      
915         { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
916         {}
917 };
918
919 static struct hda_verb d965_core_init[] = {
920         /* set master volume and direct control */      
921         { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
922         /* unmute node 0x1b */
923         { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
924         /* select node 0x03 as DAC */   
925         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
926         {}
927 };
928
929 static struct hda_verb stac927x_core_init[] = {
930         /* set master volume and direct control */      
931         { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
932         /* enable analog pc beep path */
933         { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
934         {}
935 };
936
937 static struct hda_verb stac9205_core_init[] = {
938         /* set master volume and direct control */      
939         { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
940         /* enable analog pc beep path */
941         { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
942         {}
943 };
944
945 #define STAC_MONO_MUX \
946         { \
947                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
948                 .name = "Mono Mux", \
949                 .count = 1, \
950                 .info = stac92xx_mono_mux_enum_info, \
951                 .get = stac92xx_mono_mux_enum_get, \
952                 .put = stac92xx_mono_mux_enum_put, \
953         }
954
955 #define STAC_AMP_MUX \
956         { \
957                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
958                 .name = "Amp Selector Capture Switch", \
959                 .count = 1, \
960                 .info = stac92xx_amp_mux_enum_info, \
961                 .get = stac92xx_amp_mux_enum_get, \
962                 .put = stac92xx_amp_mux_enum_put, \
963         }
964
965 #define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
966         { \
967                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
968                 .name = xname, \
969                 .index = 0, \
970                 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
971                         SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
972                         SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
973                 .info = stac92xx_amp_volume_info, \
974                 .get = stac92xx_amp_volume_get, \
975                 .put = stac92xx_amp_volume_put, \
976                 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
977                 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
978         }
979
980 #define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
981         { \
982                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
983                 .name  = "Analog Loopback", \
984                 .count = cnt, \
985                 .info  = stac92xx_aloopback_info, \
986                 .get   = stac92xx_aloopback_get, \
987                 .put   = stac92xx_aloopback_put, \
988                 .private_value = verb_read | (verb_write << 16), \
989         }
990
991 static struct snd_kcontrol_new stac9200_mixer[] = {
992         HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
993         HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
994         HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
995         HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
996         { } /* end */
997 };
998
999 #define DELL_M6_MIXER 6
1000 static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
1001         /* start of config #1 */
1002         HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1003         HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1004
1005         HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1006         HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1007
1008         HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1009         HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1010
1011         /* start of config #2 */
1012         HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1013         HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1014
1015         HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1016         HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1017
1018         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1019         HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1020
1021         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1022         HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1023
1024         { } /* end */
1025 };
1026
1027 static struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
1028         STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1029         {}
1030 };
1031
1032 static struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
1033         STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1034         {}
1035 };
1036
1037 static struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
1038         STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1039         {}
1040 };
1041
1042 static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
1043         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1044         HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1045
1046         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1047         HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1048
1049         HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1050         HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1051
1052         HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1053         HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1054
1055         HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1056         HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1057
1058         HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1059         HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1060
1061         HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1062         HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1063         { } /* end */
1064 };
1065
1066 static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
1067         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1068         HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1069
1070         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1071         HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1072
1073         HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1074         HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1075
1076         HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1077         HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1078
1079         HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1080         HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1081
1082         HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1083         HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1084
1085         HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1086         HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1087         { } /* end */
1088 };
1089
1090
1091 static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
1092         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_OUTPUT),
1093         HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_OUTPUT),
1094
1095         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_OUTPUT),
1096         HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_OUTPUT),
1097
1098         HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0x3, HDA_INPUT),
1099         HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0x3, HDA_INPUT),
1100
1101         HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x4, HDA_INPUT),
1102         HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x4, HDA_INPUT),
1103
1104         HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x0, HDA_INPUT),
1105         HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x0, HDA_INPUT),
1106
1107         HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x2, HDA_INPUT),
1108         HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x2, HDA_INPUT),
1109
1110         /*
1111         HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x1, HDA_INPUT),
1112         HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x1, HDA_INPUT),
1113         */
1114         { } /* end */
1115 };
1116
1117 static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
1118         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1119         HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1120
1121         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1122         HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1123         /* analog pc-beep replaced with digital beep support */
1124         /*
1125         HDA_CODEC_VOLUME("PC Beep Volume", 0x17, 0x2, HDA_INPUT),
1126         HDA_CODEC_MUTE("PC Beep Switch", 0x17, 0x2, HDA_INPUT),
1127         */
1128
1129         HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1130         HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
1131
1132         HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1133         HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
1134
1135         HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1136         HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1137
1138         HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1139         HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
1140         { } /* end */
1141 };
1142
1143 static struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
1144         STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1145 };
1146
1147 static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
1148         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1149         HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1150
1151         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1152         HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1153         { } /* end */
1154 };
1155
1156 static struct snd_kcontrol_new stac925x_mixer[] = {
1157         HDA_CODEC_VOLUME("Master Playback Volume", 0x0e, 0, HDA_OUTPUT),
1158         HDA_CODEC_MUTE("Master Playback Switch", 0x0e, 0, HDA_OUTPUT),
1159         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
1160         HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
1161         { } /* end */
1162 };
1163
1164 static struct snd_kcontrol_new stac9205_mixer[] = {
1165         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
1166         HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
1167
1168         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1c, 0x0, HDA_INPUT),
1169         HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1e, 0x0, HDA_OUTPUT),
1170         { } /* end */
1171 };
1172
1173 static struct snd_kcontrol_new stac9205_loopback[] = {
1174         STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1175         {}
1176 };
1177
1178 /* This needs to be generated dynamically based on sequence */
1179 static struct snd_kcontrol_new stac922x_mixer[] = {
1180         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_INPUT),
1181         HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_INPUT),
1182
1183         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_INPUT),
1184         HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_INPUT),
1185         { } /* end */
1186 };
1187
1188
1189 static struct snd_kcontrol_new stac927x_mixer[] = {
1190         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x18, 0x0, HDA_INPUT),
1191         HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1b, 0x0, HDA_OUTPUT),
1192
1193         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x19, 0x0, HDA_INPUT),
1194         HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1c, 0x0, HDA_OUTPUT),
1195
1196         HDA_CODEC_VOLUME_IDX("Capture Volume", 0x2, 0x1A, 0x0, HDA_INPUT),
1197         HDA_CODEC_MUTE_IDX("Capture Switch", 0x2, 0x1d, 0x0, HDA_OUTPUT),
1198         { } /* end */
1199 };
1200
1201 static struct snd_kcontrol_new stac927x_loopback[] = {
1202         STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1203         {}
1204 };
1205
1206 static struct snd_kcontrol_new stac_dmux_mixer = {
1207         .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1208         .name = "Digital Input Source",
1209         /* count set later */
1210         .info = stac92xx_dmux_enum_info,
1211         .get = stac92xx_dmux_enum_get,
1212         .put = stac92xx_dmux_enum_put,
1213 };
1214
1215 static struct snd_kcontrol_new stac_smux_mixer = {
1216         .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1217         .name = "IEC958 Playback Source",
1218         /* count set later */
1219         .info = stac92xx_smux_enum_info,
1220         .get = stac92xx_smux_enum_get,
1221         .put = stac92xx_smux_enum_put,
1222 };
1223
1224 static const char *slave_vols[] = {
1225         "Front Playback Volume",
1226         "Surround Playback Volume",
1227         "Center Playback Volume",
1228         "LFE Playback Volume",
1229         "Side Playback Volume",
1230         "Headphone Playback Volume",
1231         "Speaker Playback Volume",
1232         NULL
1233 };
1234
1235 static const char *slave_sws[] = {
1236         "Front Playback Switch",
1237         "Surround Playback Switch",
1238         "Center Playback Switch",
1239         "LFE Playback Switch",
1240         "Side Playback Switch",
1241         "Headphone Playback Switch",
1242         "Speaker Playback Switch",
1243         "IEC958 Playback Switch",
1244         NULL
1245 };
1246
1247 static void stac92xx_free_kctls(struct hda_codec *codec);
1248 static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
1249
1250 static int stac92xx_build_controls(struct hda_codec *codec)
1251 {
1252         struct sigmatel_spec *spec = codec->spec;
1253         struct auto_pin_cfg *cfg = &spec->autocfg;
1254         hda_nid_t nid;
1255         int err;
1256         int i;
1257
1258         err = snd_hda_add_new_ctls(codec, spec->mixer);
1259         if (err < 0)
1260                 return err;
1261
1262         for (i = 0; i < spec->num_mixers; i++) {
1263                 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1264                 if (err < 0)
1265                         return err;
1266         }
1267         if (spec->num_dmuxes > 0) {
1268                 stac_dmux_mixer.count = spec->num_dmuxes;
1269                 err = snd_hda_ctl_add(codec,
1270                                   snd_ctl_new1(&stac_dmux_mixer, codec));
1271                 if (err < 0)
1272                         return err;
1273         }
1274         if (spec->num_smuxes > 0) {
1275                 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1276                 struct hda_input_mux *smux = &spec->private_smux;
1277                 /* check for mute support on SPDIF out */
1278                 if (wcaps & AC_WCAP_OUT_AMP) {
1279                         smux->items[smux->num_items].label = "Off";
1280                         smux->items[smux->num_items].index = 0;
1281                         smux->num_items++;
1282                         spec->spdif_mute = 1;
1283                 }
1284                 stac_smux_mixer.count = spec->num_smuxes;
1285                 err = snd_hda_ctl_add(codec,
1286                                   snd_ctl_new1(&stac_smux_mixer, codec));
1287                 if (err < 0)
1288                         return err;
1289         }
1290
1291         if (spec->multiout.dig_out_nid) {
1292                 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1293                 if (err < 0)
1294                         return err;
1295                 err = snd_hda_create_spdif_share_sw(codec,
1296                                                     &spec->multiout);
1297                 if (err < 0)
1298                         return err;
1299                 spec->multiout.share_spdif = 1;
1300         }
1301         if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
1302                 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1303                 if (err < 0)
1304                         return err;
1305         }
1306
1307         /* if we have no master control, let's create it */
1308         if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
1309                 unsigned int vmaster_tlv[4];
1310                 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1311                                         HDA_OUTPUT, vmaster_tlv);
1312                 /* correct volume offset */
1313                 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
1314                 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1315                                           vmaster_tlv, slave_vols);
1316                 if (err < 0)
1317                         return err;
1318         }
1319         if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1320                 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1321                                           NULL, slave_sws);
1322                 if (err < 0)
1323                         return err;
1324         }
1325
1326         if (spec->aloopback_ctl &&
1327             snd_hda_get_bool_hint(codec, "loopback") == 1) {
1328                 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1329                 if (err < 0)
1330                         return err;
1331         }
1332
1333         stac92xx_free_kctls(codec); /* no longer needed */
1334
1335         /* create jack input elements */
1336         if (spec->hp_detect) {
1337                 for (i = 0; i < cfg->hp_outs; i++) {
1338                         int type = SND_JACK_HEADPHONE;
1339                         nid = cfg->hp_pins[i];
1340                         /* jack detection */
1341                         if (cfg->hp_outs == i)
1342                                 type |= SND_JACK_LINEOUT;
1343                         err = stac92xx_add_jack(codec, nid, type);
1344                         if (err < 0)
1345                                 return err;
1346                 }
1347         }
1348         for (i = 0; i < cfg->line_outs; i++) {
1349                 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1350                                         SND_JACK_LINEOUT);
1351                 if (err < 0)
1352                         return err;
1353         }
1354         for (i = 0; i < AUTO_PIN_LAST; i++) {
1355                 nid = cfg->input_pins[i];
1356                 if (nid) {
1357                         err = stac92xx_add_jack(codec, nid,
1358                                                 SND_JACK_MICROPHONE);
1359                         if (err < 0)
1360                                 return err;
1361                 }
1362         }
1363
1364         return 0;       
1365 }
1366
1367 static unsigned int ref9200_pin_configs[8] = {
1368         0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
1369         0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1370 };
1371
1372 static unsigned int gateway9200_m4_pin_configs[8] = {
1373         0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1374         0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1375 };
1376 static unsigned int gateway9200_m4_2_pin_configs[8] = {
1377         0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1378         0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1379 };
1380
1381 /*
1382     STAC 9200 pin configs for
1383     102801A8
1384     102801DE
1385     102801E8
1386 */
1387 static unsigned int dell9200_d21_pin_configs[8] = {
1388         0x400001f0, 0x400001f1, 0x02214030, 0x01014010, 
1389         0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1390 };
1391
1392 /* 
1393     STAC 9200 pin configs for
1394     102801C0
1395     102801C1
1396 */
1397 static unsigned int dell9200_d22_pin_configs[8] = {
1398         0x400001f0, 0x400001f1, 0x0221401f, 0x01014010, 
1399         0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
1400 };
1401
1402 /* 
1403     STAC 9200 pin configs for
1404     102801C4 (Dell Dimension E310)
1405     102801C5
1406     102801C7
1407     102801D9
1408     102801DA
1409     102801E3
1410 */
1411 static unsigned int dell9200_d23_pin_configs[8] = {
1412         0x400001f0, 0x400001f1, 0x0221401f, 0x01014010, 
1413         0x01813020, 0x01a19021, 0x90100140, 0x400001f2, 
1414 };
1415
1416
1417 /* 
1418     STAC 9200-32 pin configs for
1419     102801B5 (Dell Inspiron 630m)
1420     102801D8 (Dell Inspiron 640m)
1421 */
1422 static unsigned int dell9200_m21_pin_configs[8] = {
1423         0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1424         0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
1425 };
1426
1427 /* 
1428     STAC 9200-32 pin configs for
1429     102801C2 (Dell Latitude D620)
1430     102801C8 
1431     102801CC (Dell Latitude D820)
1432     102801D4 
1433     102801D6 
1434 */
1435 static unsigned int dell9200_m22_pin_configs[8] = {
1436         0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310, 
1437         0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
1438 };
1439
1440 /* 
1441     STAC 9200-32 pin configs for
1442     102801CE (Dell XPS M1710)
1443     102801CF (Dell Precision M90)
1444 */
1445 static unsigned int dell9200_m23_pin_configs[8] = {
1446         0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1447         0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1448 };
1449
1450 /*
1451     STAC 9200-32 pin configs for 
1452     102801C9
1453     102801CA
1454     102801CB (Dell Latitude 120L)
1455     102801D3
1456 */
1457 static unsigned int dell9200_m24_pin_configs[8] = {
1458         0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310, 
1459         0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe, 
1460 };
1461
1462 /*
1463     STAC 9200-32 pin configs for
1464     102801BD (Dell Inspiron E1505n)
1465     102801EE
1466     102801EF
1467 */
1468 static unsigned int dell9200_m25_pin_configs[8] = {
1469         0x40c003fa, 0x01441340, 0x0421121f, 0x90170310, 
1470         0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
1471 };
1472
1473 /*
1474     STAC 9200-32 pin configs for
1475     102801F5 (Dell Inspiron 1501)
1476     102801F6
1477 */
1478 static unsigned int dell9200_m26_pin_configs[8] = {
1479         0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310, 
1480         0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
1481 };
1482
1483 /*
1484     STAC 9200-32
1485     102801CD (Dell Inspiron E1705/9400)
1486 */
1487 static unsigned int dell9200_m27_pin_configs[8] = {
1488         0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1489         0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
1490 };
1491
1492 static unsigned int oqo9200_pin_configs[8] = {
1493         0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1494         0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1495 };
1496
1497
1498 static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1499         [STAC_REF] = ref9200_pin_configs,
1500         [STAC_9200_OQO] = oqo9200_pin_configs,
1501         [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1502         [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1503         [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1504         [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1505         [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1506         [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1507         [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1508         [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1509         [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1510         [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
1511         [STAC_9200_M4] = gateway9200_m4_pin_configs,
1512         [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
1513         [STAC_9200_PANASONIC] = ref9200_pin_configs,
1514 };
1515
1516 static const char *stac9200_models[STAC_9200_MODELS] = {
1517         [STAC_AUTO] = "auto",
1518         [STAC_REF] = "ref",
1519         [STAC_9200_OQO] = "oqo",
1520         [STAC_9200_DELL_D21] = "dell-d21",
1521         [STAC_9200_DELL_D22] = "dell-d22",
1522         [STAC_9200_DELL_D23] = "dell-d23",
1523         [STAC_9200_DELL_M21] = "dell-m21",
1524         [STAC_9200_DELL_M22] = "dell-m22",
1525         [STAC_9200_DELL_M23] = "dell-m23",
1526         [STAC_9200_DELL_M24] = "dell-m24",
1527         [STAC_9200_DELL_M25] = "dell-m25",
1528         [STAC_9200_DELL_M26] = "dell-m26",
1529         [STAC_9200_DELL_M27] = "dell-m27",
1530         [STAC_9200_M4] = "gateway-m4",
1531         [STAC_9200_M4_2] = "gateway-m4-2",
1532         [STAC_9200_PANASONIC] = "panasonic",
1533 };
1534
1535 static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1536         /* SigmaTel reference board */
1537         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1538                       "DFI LanParty", STAC_REF),
1539         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1540                       "DFI LanParty", STAC_REF),
1541         /* Dell laptops have BIOS problem */
1542         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1543                       "unknown Dell", STAC_9200_DELL_D21),
1544         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
1545                       "Dell Inspiron 630m", STAC_9200_DELL_M21),
1546         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1547                       "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1548         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1549                       "unknown Dell", STAC_9200_DELL_D22),
1550         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1551                       "unknown Dell", STAC_9200_DELL_D22),
1552         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
1553                       "Dell Latitude D620", STAC_9200_DELL_M22),
1554         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1555                       "unknown Dell", STAC_9200_DELL_D23),
1556         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1557                       "unknown Dell", STAC_9200_DELL_D23),
1558         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1559                       "unknown Dell", STAC_9200_DELL_M22),
1560         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1561                       "unknown Dell", STAC_9200_DELL_M24),
1562         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1563                       "unknown Dell", STAC_9200_DELL_M24),
1564         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
1565                       "Dell Latitude 120L", STAC_9200_DELL_M24),
1566         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
1567                       "Dell Latitude D820", STAC_9200_DELL_M22),
1568         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
1569                       "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
1570         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
1571                       "Dell XPS M1710", STAC_9200_DELL_M23),
1572         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
1573                       "Dell Precision M90", STAC_9200_DELL_M23),
1574         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1575                       "unknown Dell", STAC_9200_DELL_M22),
1576         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1577                       "unknown Dell", STAC_9200_DELL_M22),
1578         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
1579                       "unknown Dell", STAC_9200_DELL_M22),
1580         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
1581                       "Dell Inspiron 640m", STAC_9200_DELL_M21),
1582         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1583                       "unknown Dell", STAC_9200_DELL_D23),
1584         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1585                       "unknown Dell", STAC_9200_DELL_D23),
1586         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1587                       "unknown Dell", STAC_9200_DELL_D21),
1588         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1589                       "unknown Dell", STAC_9200_DELL_D23),
1590         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1591                       "unknown Dell", STAC_9200_DELL_D21),
1592         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1593                       "unknown Dell", STAC_9200_DELL_M25),
1594         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1595                       "unknown Dell", STAC_9200_DELL_M25),
1596         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
1597                       "Dell Inspiron 1501", STAC_9200_DELL_M26),
1598         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1599                       "unknown Dell", STAC_9200_DELL_M26),
1600         /* Panasonic */
1601         SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
1602         /* Gateway machines needs EAPD to be set on resume */
1603         SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1604         SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1605         SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
1606         /* OQO Mobile */
1607         SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
1608         {} /* terminator */
1609 };
1610
1611 static unsigned int ref925x_pin_configs[8] = {
1612         0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1613         0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
1614 };
1615
1616 static unsigned int stac925xM1_pin_configs[8] = {
1617         0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1618         0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1619 };
1620
1621 static unsigned int stac925xM1_2_pin_configs[8] = {
1622         0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1623         0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1624 };
1625
1626 static unsigned int stac925xM2_pin_configs[8] = {
1627         0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1628         0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1629 };
1630
1631 static unsigned int stac925xM2_2_pin_configs[8] = {
1632         0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1633         0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1634 };
1635
1636 static unsigned int stac925xM3_pin_configs[8] = {
1637         0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1638         0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1639 };
1640
1641 static unsigned int stac925xM5_pin_configs[8] = {
1642         0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1643         0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1644 };
1645
1646 static unsigned int stac925xM6_pin_configs[8] = {
1647         0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1648         0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
1649 };
1650
1651 static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1652         [STAC_REF] = ref925x_pin_configs,
1653         [STAC_M1] = stac925xM1_pin_configs,
1654         [STAC_M1_2] = stac925xM1_2_pin_configs,
1655         [STAC_M2] = stac925xM2_pin_configs,
1656         [STAC_M2_2] = stac925xM2_2_pin_configs,
1657         [STAC_M3] = stac925xM3_pin_configs,
1658         [STAC_M5] = stac925xM5_pin_configs,
1659         [STAC_M6] = stac925xM6_pin_configs,
1660 };
1661
1662 static const char *stac925x_models[STAC_925x_MODELS] = {
1663         [STAC_925x_AUTO] = "auto",
1664         [STAC_REF] = "ref",
1665         [STAC_M1] = "m1",
1666         [STAC_M1_2] = "m1-2",
1667         [STAC_M2] = "m2",
1668         [STAC_M2_2] = "m2-2",
1669         [STAC_M3] = "m3",
1670         [STAC_M5] = "m5",
1671         [STAC_M6] = "m6",
1672 };
1673
1674 static struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
1675         SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1676         SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1677         SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1678         SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
1679         SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
1680         /* Not sure about the brand name for those */
1681         SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1682         SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1683         SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1684         SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
1685         {} /* terminator */
1686 };
1687
1688 static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1689         /* SigmaTel reference board */
1690         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
1691         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
1692         SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
1693
1694         /* Default table for unknown ID */
1695         SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1696
1697         {} /* terminator */
1698 };
1699
1700 static unsigned int ref92hd73xx_pin_configs[13] = {
1701         0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1702         0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1703         0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
1704         0x01452050,
1705 };
1706
1707 static unsigned int dell_m6_pin_configs[13] = {
1708         0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
1709         0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
1710         0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1711         0x4f0000f0,
1712 };
1713
1714 static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
1715         [STAC_92HD73XX_REF]     = ref92hd73xx_pin_configs,
1716         [STAC_DELL_M6_AMIC]     = dell_m6_pin_configs,
1717         [STAC_DELL_M6_DMIC]     = dell_m6_pin_configs,
1718         [STAC_DELL_M6_BOTH]     = dell_m6_pin_configs,
1719         [STAC_DELL_EQ]  = dell_m6_pin_configs,
1720 };
1721
1722 static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
1723         [STAC_92HD73XX_AUTO] = "auto",
1724         [STAC_92HD73XX_NO_JD] = "no-jd",
1725         [STAC_92HD73XX_REF] = "ref",
1726         [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1727         [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1728         [STAC_DELL_M6_BOTH] = "dell-m6",
1729         [STAC_DELL_EQ] = "dell-eq",
1730 };
1731
1732 static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1733         /* SigmaTel reference board */
1734         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1735                                 "DFI LanParty", STAC_92HD73XX_REF),
1736         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1737                                 "DFI LanParty", STAC_92HD73XX_REF),
1738         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
1739                                 "Dell Studio 1535", STAC_DELL_M6_DMIC),
1740         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
1741                                 "unknown Dell", STAC_DELL_M6_DMIC),
1742         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
1743                                 "unknown Dell", STAC_DELL_M6_BOTH),
1744         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
1745                                 "unknown Dell", STAC_DELL_M6_BOTH),
1746         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
1747                                 "unknown Dell", STAC_DELL_M6_AMIC),
1748         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
1749                                 "unknown Dell", STAC_DELL_M6_AMIC),
1750         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
1751                                 "unknown Dell", STAC_DELL_M6_DMIC),
1752         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1753                                 "unknown Dell", STAC_DELL_M6_DMIC),
1754         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
1755                                 "Dell Studio 1537", STAC_DELL_M6_DMIC),
1756         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1757                                 "Dell Studio 17", STAC_DELL_M6_DMIC),
1758         {} /* terminator */
1759 };
1760
1761 static unsigned int ref92hd83xxx_pin_configs[10] = {
1762         0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1763         0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1764         0x01451160, 0x98560170,
1765 };
1766
1767 static unsigned int dell_s14_pin_configs[10] = {
1768         0x02214030, 0x02211010, 0x02a19020, 0x01014050,
1769         0x40f000f0, 0x01819040, 0x40f000f0, 0x90a60160,
1770         0x40f000f0, 0x40f000f0,
1771 };
1772
1773 static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1774         [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1775         [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
1776         [STAC_DELL_S14] = dell_s14_pin_configs,
1777 };
1778
1779 static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1780         [STAC_92HD83XXX_AUTO] = "auto",
1781         [STAC_92HD83XXX_REF] = "ref",
1782         [STAC_92HD83XXX_PWR_REF] = "mic-ref",
1783         [STAC_DELL_S14] = "dell-s14",
1784 };
1785
1786 static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1787         /* SigmaTel reference board */
1788         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1789                       "DFI LanParty", STAC_92HD83XXX_REF),
1790         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1791                       "DFI LanParty", STAC_92HD83XXX_REF),
1792         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1793                       "unknown Dell", STAC_DELL_S14),
1794         {} /* terminator */
1795 };
1796
1797 static unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1798         0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
1799         0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
1800         0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1801         0x00000000
1802 };
1803
1804 static unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1805         0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
1806         0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
1807         0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1808         0x00000000
1809 };
1810
1811 static unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1812         0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1813         0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
1814         0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1815         0x00000000
1816 };
1817
1818 static unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1819         0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1820         0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
1821         0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1822         0x00000000
1823 };
1824
1825 static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1826         [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
1827         [STAC_DELL_M4_1]        = dell_m4_1_pin_configs,
1828         [STAC_DELL_M4_2]        = dell_m4_2_pin_configs,
1829         [STAC_DELL_M4_3]        = dell_m4_3_pin_configs,
1830         [STAC_HP_M4]            = NULL,
1831         [STAC_HP_DV5]           = NULL,
1832         [STAC_HP_HDX]           = NULL,
1833 };
1834
1835 static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1836         [STAC_92HD71BXX_AUTO] = "auto",
1837         [STAC_92HD71BXX_REF] = "ref",
1838         [STAC_DELL_M4_1] = "dell-m4-1",
1839         [STAC_DELL_M4_2] = "dell-m4-2",
1840         [STAC_DELL_M4_3] = "dell-m4-3",
1841         [STAC_HP_M4] = "hp-m4",
1842         [STAC_HP_DV5] = "hp-dv5",
1843         [STAC_HP_HDX] = "hp-hdx",
1844 };
1845
1846 static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1847         /* SigmaTel reference board */
1848         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1849                       "DFI LanParty", STAC_92HD71BXX_REF),
1850         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1851                       "DFI LanParty", STAC_92HD71BXX_REF),
1852         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
1853                       "HP dv4-7", STAC_HP_DV5),
1854         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1855                       "HP dv4-7", STAC_HP_DV5),
1856         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1857                       "HP mini 1000", STAC_HP_M4),
1858         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
1859                                 "HP HDX", STAC_HP_HDX),  /* HDX16 */
1860         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1861                                 "HP HDX", STAC_HP_HDX),  /* HDX18 */
1862         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1863                                 "unknown Dell", STAC_DELL_M4_1),
1864         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1865                                 "unknown Dell", STAC_DELL_M4_1),
1866         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1867                                 "unknown Dell", STAC_DELL_M4_1),
1868         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1869                                 "unknown Dell", STAC_DELL_M4_1),
1870         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1871                                 "unknown Dell", STAC_DELL_M4_1),
1872         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1873                                 "unknown Dell", STAC_DELL_M4_1),
1874         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1875                                 "unknown Dell", STAC_DELL_M4_1),
1876         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1877                                 "unknown Dell", STAC_DELL_M4_2),
1878         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1879                                 "unknown Dell", STAC_DELL_M4_2),
1880         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1881                                 "unknown Dell", STAC_DELL_M4_2),
1882         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1883                                 "unknown Dell", STAC_DELL_M4_2),
1884         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1885                                 "unknown Dell", STAC_DELL_M4_3),
1886         {} /* terminator */
1887 };
1888
1889 static unsigned int ref922x_pin_configs[10] = {
1890         0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1891         0x01813122, 0x01011014, 0x01441030, 0x01c41030,
1892         0x40000100, 0x40000100,
1893 };
1894
1895 /*
1896     STAC 922X pin configs for
1897     102801A7
1898     102801AB
1899     102801A9
1900     102801D1
1901     102801D2
1902 */
1903 static unsigned int dell_922x_d81_pin_configs[10] = {
1904         0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1905         0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1906         0x01813122, 0x400001f2,
1907 };
1908
1909 /*
1910     STAC 922X pin configs for
1911     102801AC
1912     102801D0
1913 */
1914 static unsigned int dell_922x_d82_pin_configs[10] = {
1915         0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1916         0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1917         0x01813122, 0x400001f1,
1918 };
1919
1920 /*
1921     STAC 922X pin configs for
1922     102801BF
1923 */
1924 static unsigned int dell_922x_m81_pin_configs[10] = {
1925         0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1926         0x03a11050, 0x01116221, 0x90a70330, 0x01452340, 
1927         0x40C003f1, 0x405003f0,
1928 };
1929
1930 /*
1931     STAC 9221 A1 pin configs for
1932     102801D7 (Dell XPS M1210)
1933 */
1934 static unsigned int dell_922x_m82_pin_configs[10] = {
1935         0x02211211, 0x408103ff, 0x02a1123e, 0x90100310, 
1936         0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2, 
1937         0x508003f3, 0x405003f4, 
1938 };
1939
1940 static unsigned int d945gtp3_pin_configs[10] = {
1941         0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
1942         0x40000100, 0x40000100, 0x40000100, 0x40000100,
1943         0x02a19120, 0x40000100,
1944 };
1945
1946 static unsigned int d945gtp5_pin_configs[10] = {
1947         0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1948         0x01a19021, 0x01016011, 0x01452130, 0x40000100,
1949         0x02a19320, 0x40000100,
1950 };
1951
1952 static unsigned int intel_mac_v1_pin_configs[10] = {
1953         0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1954         0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
1955         0x400000fc, 0x400000fb,
1956 };
1957
1958 static unsigned int intel_mac_v2_pin_configs[10] = {
1959         0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1960         0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
1961         0x400000fc, 0x400000fb,
1962 };
1963
1964 static unsigned int intel_mac_v3_pin_configs[10] = {
1965         0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1966         0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1967         0x400000fc, 0x400000fb,
1968 };
1969
1970 static unsigned int intel_mac_v4_pin_configs[10] = {
1971         0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1972         0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1973         0x400000fc, 0x400000fb,
1974 };
1975
1976 static unsigned int intel_mac_v5_pin_configs[10] = {
1977         0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1978         0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1979         0x400000fc, 0x400000fb,
1980 };
1981
1982 static unsigned int ecs202_pin_configs[10] = {
1983         0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1984         0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1985         0x9037012e, 0x40e000f2,
1986 };
1987
1988 static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
1989         [STAC_D945_REF] = ref922x_pin_configs,
1990         [STAC_D945GTP3] = d945gtp3_pin_configs,
1991         [STAC_D945GTP5] = d945gtp5_pin_configs,
1992         [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1993         [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1994         [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1995         [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1996         [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
1997         [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
1998         /* for backward compatibility */
1999         [STAC_MACMINI] = intel_mac_v3_pin_configs,
2000         [STAC_MACBOOK] = intel_mac_v5_pin_configs,
2001         [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
2002         [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
2003         [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
2004         [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
2005         [STAC_ECS_202] = ecs202_pin_configs,
2006         [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
2007         [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,       
2008         [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
2009         [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,       
2010 };
2011
2012 static const char *stac922x_models[STAC_922X_MODELS] = {
2013         [STAC_922X_AUTO] = "auto",
2014         [STAC_D945_REF] = "ref",
2015         [STAC_D945GTP5] = "5stack",
2016         [STAC_D945GTP3] = "3stack",
2017         [STAC_INTEL_MAC_V1] = "intel-mac-v1",
2018         [STAC_INTEL_MAC_V2] = "intel-mac-v2",
2019         [STAC_INTEL_MAC_V3] = "intel-mac-v3",
2020         [STAC_INTEL_MAC_V4] = "intel-mac-v4",
2021         [STAC_INTEL_MAC_V5] = "intel-mac-v5",
2022         [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
2023         /* for backward compatibility */
2024         [STAC_MACMINI]  = "macmini",
2025         [STAC_MACBOOK]  = "macbook",
2026         [STAC_MACBOOK_PRO_V1]   = "macbook-pro-v1",
2027         [STAC_MACBOOK_PRO_V2]   = "macbook-pro",
2028         [STAC_IMAC_INTEL] = "imac-intel",
2029         [STAC_IMAC_INTEL_20] = "imac-intel-20",
2030         [STAC_ECS_202] = "ecs202",
2031         [STAC_922X_DELL_D81] = "dell-d81",
2032         [STAC_922X_DELL_D82] = "dell-d82",
2033         [STAC_922X_DELL_M81] = "dell-m81",
2034         [STAC_922X_DELL_M82] = "dell-m82",
2035 };
2036
2037 static struct snd_pci_quirk stac922x_cfg_tbl[] = {
2038         /* SigmaTel reference board */
2039         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2040                       "DFI LanParty", STAC_D945_REF),
2041         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2042                       "DFI LanParty", STAC_D945_REF),
2043         /* Intel 945G based systems */
2044         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2045                       "Intel D945G", STAC_D945GTP3),
2046         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2047                       "Intel D945G", STAC_D945GTP3),
2048         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2049                       "Intel D945G", STAC_D945GTP3),
2050         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2051                       "Intel D945G", STAC_D945GTP3),
2052         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2053                       "Intel D945G", STAC_D945GTP3),
2054         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2055                       "Intel D945G", STAC_D945GTP3),
2056         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2057                       "Intel D945G", STAC_D945GTP3),
2058         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2059                       "Intel D945G", STAC_D945GTP3),
2060         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2061                       "Intel D945G", STAC_D945GTP3),
2062         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2063                       "Intel D945G", STAC_D945GTP3),
2064         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2065                       "Intel D945G", STAC_D945GTP3),
2066         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2067                       "Intel D945G", STAC_D945GTP3),
2068         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2069                       "Intel D945G", STAC_D945GTP3),
2070         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2071                       "Intel D945G", STAC_D945GTP3),
2072         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2073                       "Intel D945G", STAC_D945GTP3),
2074         /* Intel D945G 5-stack systems */
2075         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2076                       "Intel D945G", STAC_D945GTP5),
2077         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2078                       "Intel D945G", STAC_D945GTP5),
2079         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2080                       "Intel D945G", STAC_D945GTP5),
2081         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2082                       "Intel D945G", STAC_D945GTP5),
2083         /* Intel 945P based systems */
2084         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2085                       "Intel D945P", STAC_D945GTP3),
2086         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2087                       "Intel D945P", STAC_D945GTP3),
2088         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2089                       "Intel D945P", STAC_D945GTP3),
2090         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2091                       "Intel D945P", STAC_D945GTP3),
2092         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2093                       "Intel D945P", STAC_D945GTP3),
2094         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2095                       "Intel D945P", STAC_D945GTP5),
2096         /* other intel */
2097         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2098                       "Intel D945", STAC_D945_REF),
2099         /* other systems  */
2100         /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
2101         SND_PCI_QUIRK(0x8384, 0x7680,
2102                       "Mac", STAC_INTEL_MAC_AUTO),
2103         /* Dell systems  */
2104         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2105                       "unknown Dell", STAC_922X_DELL_D81),
2106         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2107                       "unknown Dell", STAC_922X_DELL_D81),
2108         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2109                       "unknown Dell", STAC_922X_DELL_D81),
2110         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2111                       "unknown Dell", STAC_922X_DELL_D82),
2112         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2113                       "unknown Dell", STAC_922X_DELL_M81),
2114         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2115                       "unknown Dell", STAC_922X_DELL_D82),
2116         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2117                       "unknown Dell", STAC_922X_DELL_D81),
2118         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2119                       "unknown Dell", STAC_922X_DELL_D81),
2120         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2121                       "Dell XPS M1210", STAC_922X_DELL_M82),
2122         /* ECS/PC Chips boards */
2123         SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
2124                       "ECS/PC chips", STAC_ECS_202),
2125         {} /* terminator */
2126 };
2127
2128 static unsigned int ref927x_pin_configs[14] = {
2129         0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2130         0x01a19040, 0x01011012, 0x01016011, 0x0101201f, 
2131         0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2132         0x01c42190, 0x40000100,
2133 };
2134
2135 static unsigned int d965_3st_pin_configs[14] = {
2136         0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2137         0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2138         0x40000100, 0x40000100, 0x40000100, 0x40000100,
2139         0x40000100, 0x40000100
2140 };
2141
2142 static unsigned int d965_5st_pin_configs[14] = {
2143         0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2144         0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2145         0x40000100, 0x40000100, 0x40000100, 0x01442070,
2146         0x40000100, 0x40000100
2147 };
2148
2149 static unsigned int dell_3st_pin_configs[14] = {
2150         0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2151         0x01111212, 0x01116211, 0x01813050, 0x01112214,
2152         0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
2153         0x40c003fc, 0x40000100
2154 };
2155
2156 static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
2157         [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
2158         [STAC_D965_REF]  = ref927x_pin_configs,
2159         [STAC_D965_3ST]  = d965_3st_pin_configs,
2160         [STAC_D965_5ST]  = d965_5st_pin_configs,
2161         [STAC_DELL_3ST]  = dell_3st_pin_configs,
2162         [STAC_DELL_BIOS] = NULL,
2163 };
2164
2165 static const char *stac927x_models[STAC_927X_MODELS] = {
2166         [STAC_927X_AUTO]        = "auto",
2167         [STAC_D965_REF_NO_JD]   = "ref-no-jd",
2168         [STAC_D965_REF]         = "ref",
2169         [STAC_D965_3ST]         = "3stack",
2170         [STAC_D965_5ST]         = "5stack",
2171         [STAC_DELL_3ST]         = "dell-3stack",
2172         [STAC_DELL_BIOS]        = "dell-bios",
2173 };
2174
2175 static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2176         /* SigmaTel reference board */
2177         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2178                       "DFI LanParty", STAC_D965_REF),
2179         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2180                       "DFI LanParty", STAC_D965_REF),
2181          /* Intel 946 based systems */
2182         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2183         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
2184         /* 965 based 3 stack systems */
2185         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2186                            "Intel D965", STAC_D965_3ST),
2187         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2188                            "Intel D965", STAC_D965_3ST),
2189         /* Dell 3 stack systems */
2190         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
2191         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
2192         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01ed, "Dell     ", STAC_DELL_3ST),
2193         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01f4, "Dell     ", STAC_DELL_3ST),
2194         /* Dell 3 stack systems with verb table in BIOS */
2195         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2196         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0227, "Dell Vostro 1400  ", STAC_DELL_BIOS),
2197         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x022e, "Dell     ", STAC_DELL_BIOS),
2198         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x022f, "Dell Inspiron 1525", STAC_DELL_3ST),
2199         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0242, "Dell     ", STAC_DELL_BIOS),
2200         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0243, "Dell     ", STAC_DELL_BIOS),
2201         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x02ff, "Dell     ", STAC_DELL_BIOS),
2202         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
2203         /* 965 based 5 stack systems */
2204         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2205                            "Intel D965", STAC_D965_5ST),
2206         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2207                            "Intel D965", STAC_D965_5ST),
2208         {} /* terminator */
2209 };
2210
2211 static unsigned int ref9205_pin_configs[12] = {
2212         0x40000100, 0x40000100, 0x01016011, 0x01014010,
2213         0x01813122, 0x01a19021, 0x01019020, 0x40000100,
2214         0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
2215 };
2216
2217 /*
2218     STAC 9205 pin configs for
2219     102801F1
2220     102801F2
2221     102801FC
2222     102801FD
2223     10280204
2224     1028021F
2225     10280228 (Dell Vostro 1500)
2226 */
2227 static unsigned int dell_9205_m42_pin_configs[12] = {
2228         0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2229         0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2230         0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2231 };
2232
2233 /*
2234     STAC 9205 pin configs for
2235     102801F9
2236     102801FA
2237     102801FE
2238     102801FF (Dell Precision M4300)
2239     10280206
2240     10280200
2241     10280201
2242 */
2243 static unsigned int dell_9205_m43_pin_configs[12] = {
2244         0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2245         0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2246         0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2247 };
2248
2249 static unsigned int dell_9205_m44_pin_configs[12] = {
2250         0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2251         0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2252         0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2253 };
2254
2255 static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
2256         [STAC_9205_REF] = ref9205_pin_configs,
2257         [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2258         [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2259         [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
2260         [STAC_9205_EAPD] = NULL,
2261 };
2262
2263 static const char *stac9205_models[STAC_9205_MODELS] = {
2264         [STAC_9205_AUTO] = "auto",
2265         [STAC_9205_REF] = "ref",
2266         [STAC_9205_DELL_M42] = "dell-m42",
2267         [STAC_9205_DELL_M43] = "dell-m43",
2268         [STAC_9205_DELL_M44] = "dell-m44",
2269         [STAC_9205_EAPD] = "eapd",
2270 };
2271
2272 static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2273         /* SigmaTel reference board */
2274         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2275                       "DFI LanParty", STAC_9205_REF),
2276         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2277                       "DFI LanParty", STAC_9205_REF),
2278         /* Dell */
2279         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2280                       "unknown Dell", STAC_9205_DELL_M42),
2281         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2282                       "unknown Dell", STAC_9205_DELL_M42),
2283         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
2284                       "Dell Precision", STAC_9205_DELL_M43),
2285         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2286                       "Dell Precision", STAC_9205_DELL_M43),
2287         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2288                       "Dell Precision", STAC_9205_DELL_M43),
2289         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2290                       "unknown Dell", STAC_9205_DELL_M42),
2291         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2292                       "unknown Dell", STAC_9205_DELL_M42),
2293         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2294                       "Dell Precision", STAC_9205_DELL_M43),
2295         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
2296                       "Dell Precision M4300", STAC_9205_DELL_M43),
2297         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2298                       "unknown Dell", STAC_9205_DELL_M42),
2299         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2300                       "Dell Precision", STAC_9205_DELL_M43),
2301         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2302                       "Dell Precision", STAC_9205_DELL_M43),
2303         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2304                       "Dell Precision", STAC_9205_DELL_M43),
2305         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2306                       "Dell Inspiron", STAC_9205_DELL_M44),
2307         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2308                       "Dell Vostro 1500", STAC_9205_DELL_M42),
2309         /* Gateway */
2310         SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
2311         {} /* terminator */
2312 };
2313
2314 static void stac92xx_set_config_regs(struct hda_codec *codec,
2315                                      unsigned int *pincfgs)
2316 {
2317         int i;
2318         struct sigmatel_spec *spec = codec->spec;
2319
2320         if (!pincfgs)
2321                 return;
2322
2323         for (i = 0; i < spec->num_pins; i++)
2324                 if (spec->pin_nids[i] && pincfgs[i])
2325                         snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2326                                                  pincfgs[i]);
2327 }
2328
2329 /*
2330  * Analog playback callbacks
2331  */
2332 static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2333                                       struct hda_codec *codec,
2334                                       struct snd_pcm_substream *substream)
2335 {
2336         struct sigmatel_spec *spec = codec->spec;
2337         if (spec->stream_delay)
2338                 msleep(spec->stream_delay);
2339         return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2340                                              hinfo);
2341 }
2342
2343 static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2344                                          struct hda_codec *codec,
2345                                          unsigned int stream_tag,
2346                                          unsigned int format,
2347                                          struct snd_pcm_substream *substream)
2348 {
2349         struct sigmatel_spec *spec = codec->spec;
2350         return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
2351 }
2352
2353 static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2354                                         struct hda_codec *codec,
2355                                         struct snd_pcm_substream *substream)
2356 {
2357         struct sigmatel_spec *spec = codec->spec;
2358         return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2359 }
2360
2361 /*
2362  * Digital playback callbacks
2363  */
2364 static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2365                                           struct hda_codec *codec,
2366                                           struct snd_pcm_substream *substream)
2367 {
2368         struct sigmatel_spec *spec = codec->spec;
2369         return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2370 }
2371
2372 static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2373                                            struct hda_codec *codec,
2374                                            struct snd_pcm_substream *substream)
2375 {
2376         struct sigmatel_spec *spec = codec->spec;
2377         return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2378 }
2379
2380 static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2381                                          struct hda_codec *codec,
2382                                          unsigned int stream_tag,
2383                                          unsigned int format,
2384                                          struct snd_pcm_substream *substream)
2385 {
2386         struct sigmatel_spec *spec = codec->spec;
2387         return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2388                                              stream_tag, format, substream);
2389 }
2390
2391 static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2392                                         struct hda_codec *codec,
2393                                         struct snd_pcm_substream *substream)
2394 {
2395         struct sigmatel_spec *spec = codec->spec;
2396         return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2397 }
2398
2399
2400 /*
2401  * Analog capture callbacks
2402  */
2403 static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2404                                         struct hda_codec *codec,
2405                                         unsigned int stream_tag,
2406                                         unsigned int format,
2407                                         struct snd_pcm_substream *substream)
2408 {
2409         struct sigmatel_spec *spec = codec->spec;
2410         hda_nid_t nid = spec->adc_nids[substream->number];
2411
2412         if (spec->powerdown_adcs) {
2413                 msleep(40);
2414                 snd_hda_codec_write(codec, nid, 0,
2415                         AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2416         }
2417         snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
2418         return 0;
2419 }
2420
2421 static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2422                                         struct hda_codec *codec,
2423                                         struct snd_pcm_substream *substream)
2424 {
2425         struct sigmatel_spec *spec = codec->spec;
2426         hda_nid_t nid = spec->adc_nids[substream->number];
2427
2428         snd_hda_codec_cleanup_stream(codec, nid);
2429         if (spec->powerdown_adcs)
2430                 snd_hda_codec_write(codec, nid, 0,
2431                         AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
2432         return 0;
2433 }
2434
2435 static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2436         .substreams = 1,
2437         .channels_min = 2,
2438         .channels_max = 2,
2439         /* NID is set in stac92xx_build_pcms */
2440         .ops = {
2441                 .open = stac92xx_dig_playback_pcm_open,
2442                 .close = stac92xx_dig_playback_pcm_close,
2443                 .prepare = stac92xx_dig_playback_pcm_prepare,
2444                 .cleanup = stac92xx_dig_playback_pcm_cleanup
2445         },
2446 };
2447
2448 static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2449         .substreams = 1,
2450         .channels_min = 2,
2451         .channels_max = 2,
2452         /* NID is set in stac92xx_build_pcms */
2453 };
2454
2455 static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2456         .substreams = 1,
2457         .channels_min = 2,
2458         .channels_max = 8,
2459         .nid = 0x02, /* NID to query formats and rates */
2460         .ops = {
2461                 .open = stac92xx_playback_pcm_open,
2462                 .prepare = stac92xx_playback_pcm_prepare,
2463                 .cleanup = stac92xx_playback_pcm_cleanup
2464         },
2465 };
2466
2467 static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2468         .substreams = 1,
2469         .channels_min = 2,
2470         .channels_max = 2,
2471         .nid = 0x06, /* NID to query formats and rates */
2472         .ops = {
2473                 .open = stac92xx_playback_pcm_open,
2474                 .prepare = stac92xx_playback_pcm_prepare,
2475                 .cleanup = stac92xx_playback_pcm_cleanup
2476         },
2477 };
2478
2479 static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
2480         .channels_min = 2,
2481         .channels_max = 2,
2482         /* NID + .substreams is set in stac92xx_build_pcms */
2483         .ops = {
2484                 .prepare = stac92xx_capture_pcm_prepare,
2485                 .cleanup = stac92xx_capture_pcm_cleanup
2486         },
2487 };
2488
2489 static int stac92xx_build_pcms(struct hda_codec *codec)
2490 {
2491         struct sigmatel_spec *spec = codec->spec;
2492         struct hda_pcm *info = spec->pcm_rec;
2493
2494         codec->num_pcms = 1;
2495         codec->pcm_info = info;
2496
2497         info->name = "STAC92xx Analog";
2498         info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
2499         info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2500                 spec->multiout.dac_nids[0];
2501         info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
2502         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
2503         info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
2504
2505         if (spec->alt_switch) {
2506                 codec->num_pcms++;
2507                 info++;
2508                 info->name = "STAC92xx Analog Alt";
2509                 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2510         }
2511
2512         if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2513                 codec->num_pcms++;
2514                 info++;
2515                 info->name = "STAC92xx Digital";
2516                 info->pcm_type = spec->autocfg.dig_out_type[0];
2517                 if (spec->multiout.dig_out_nid) {
2518                         info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2519                         info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2520                 }
2521                 if (spec->dig_in_nid) {
2522                         info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2523                         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2524                 }
2525         }
2526
2527         return 0;
2528 }
2529
2530 static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
2531 {
2532         unsigned int pincap = snd_hda_param_read(codec, nid,
2533                                                  AC_PAR_PIN_CAP);
2534         pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2535         if (pincap & AC_PINCAP_VREF_100)
2536                 return AC_PINCTL_VREF_100;
2537         if (pincap & AC_PINCAP_VREF_80)
2538                 return AC_PINCTL_VREF_80;
2539         if (pincap & AC_PINCAP_VREF_50)
2540                 return AC_PINCTL_VREF_50;
2541         if (pincap & AC_PINCAP_VREF_GRD)
2542                 return AC_PINCTL_VREF_GRD;
2543         return 0;
2544 }
2545
2546 static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2547
2548 {
2549         snd_hda_codec_write_cache(codec, nid, 0,
2550                                   AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
2551 }
2552
2553 #define stac92xx_hp_switch_info         snd_ctl_boolean_mono_info
2554
2555 static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2556                         struct snd_ctl_elem_value *ucontrol)
2557 {
2558         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2559         struct sigmatel_spec *spec = codec->spec;
2560
2561         ucontrol->value.integer.value[0] = !!spec->hp_switch;
2562         return 0;
2563 }
2564
2565 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
2566                                    unsigned char type);
2567
2568 static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2569                         struct snd_ctl_elem_value *ucontrol)
2570 {
2571         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2572         struct sigmatel_spec *spec = codec->spec;
2573         int nid = kcontrol->private_value;
2574  
2575         spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
2576
2577         /* check to be sure that the ports are upto date with
2578          * switch changes
2579          */
2580         stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
2581
2582         return 1;
2583 }
2584
2585 #define stac92xx_io_switch_info         snd_ctl_boolean_mono_info
2586
2587 static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2588 {
2589         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2590         struct sigmatel_spec *spec = codec->spec;
2591         int io_idx = kcontrol-> private_value & 0xff;
2592
2593         ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
2594         return 0;
2595 }
2596
2597 static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2598 {
2599         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2600         struct sigmatel_spec *spec = codec->spec;
2601         hda_nid_t nid = kcontrol->private_value >> 8;
2602         int io_idx = kcontrol-> private_value & 0xff;
2603         unsigned short val = !!ucontrol->value.integer.value[0];
2604
2605         spec->io_switch[io_idx] = val;
2606
2607         if (val)
2608                 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
2609         else {
2610                 unsigned int pinctl = AC_PINCTL_IN_EN;
2611                 if (io_idx) /* set VREF for mic */
2612                         pinctl |= stac92xx_get_vref(codec, nid);
2613                 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2614         }
2615
2616         /* check the auto-mute again: we need to mute/unmute the speaker
2617          * appropriately according to the pin direction
2618          */
2619         if (spec->hp_detect)
2620                 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
2621
2622         return 1;
2623 }
2624
2625 #define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2626
2627 static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2628                 struct snd_ctl_elem_value *ucontrol)
2629 {
2630         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2631         struct sigmatel_spec *spec = codec->spec;
2632
2633         ucontrol->value.integer.value[0] = spec->clfe_swap;
2634         return 0;
2635 }
2636
2637 static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2638                 struct snd_ctl_elem_value *ucontrol)
2639 {
2640         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2641         struct sigmatel_spec *spec = codec->spec;
2642         hda_nid_t nid = kcontrol->private_value & 0xff;
2643         unsigned int val = !!ucontrol->value.integer.value[0];
2644
2645         if (spec->clfe_swap == val)
2646                 return 0;
2647
2648         spec->clfe_swap = val;
2649
2650         snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2651                 spec->clfe_swap ? 0x4 : 0x0);
2652
2653         return 1;
2654 }
2655
2656 #define STAC_CODEC_HP_SWITCH(xname) \
2657         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2658           .name = xname, \
2659           .index = 0, \
2660           .info = stac92xx_hp_switch_info, \
2661           .get = stac92xx_hp_switch_get, \
2662           .put = stac92xx_hp_switch_put, \
2663         }
2664
2665 #define STAC_CODEC_IO_SWITCH(xname, xpval) \
2666         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2667           .name = xname, \
2668           .index = 0, \
2669           .info = stac92xx_io_switch_info, \
2670           .get = stac92xx_io_switch_get, \
2671           .put = stac92xx_io_switch_put, \
2672           .private_value = xpval, \
2673         }
2674
2675 #define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2676         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2677           .name = xname, \
2678           .index = 0, \
2679           .info = stac92xx_clfe_switch_info, \
2680           .get = stac92xx_clfe_switch_get, \
2681           .put = stac92xx_clfe_switch_put, \
2682           .private_value = xpval, \
2683         }
2684
2685 enum {
2686         STAC_CTL_WIDGET_VOL,
2687         STAC_CTL_WIDGET_MUTE,
2688         STAC_CTL_WIDGET_MONO_MUX,
2689         STAC_CTL_WIDGET_AMP_MUX,
2690         STAC_CTL_WIDGET_AMP_VOL,
2691         STAC_CTL_WIDGET_HP_SWITCH,
2692         STAC_CTL_WIDGET_IO_SWITCH,
2693         STAC_CTL_WIDGET_CLFE_SWITCH
2694 };
2695
2696 static struct snd_kcontrol_new stac92xx_control_templates[] = {
2697         HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2698         HDA_CODEC_MUTE(NULL, 0, 0, 0),
2699         STAC_MONO_MUX,
2700         STAC_AMP_MUX,
2701         STAC_AMP_VOL(NULL, 0, 0, 0, 0),
2702         STAC_CODEC_HP_SWITCH(NULL),
2703         STAC_CODEC_IO_SWITCH(NULL, 0),
2704         STAC_CODEC_CLFE_SWITCH(NULL, 0),
2705 };
2706
2707 /* add dynamic controls */
2708 static struct snd_kcontrol_new *
2709 stac_control_new(struct sigmatel_spec *spec,
2710                  struct snd_kcontrol_new *ktemp,
2711                  const char *name)
2712 {
2713         struct snd_kcontrol_new *knew;
2714
2715         snd_array_init(&spec->kctls, sizeof(*knew), 32);
2716         knew = snd_array_new(&spec->kctls);
2717         if (!knew)
2718                 return NULL;
2719         *knew = *ktemp;
2720         knew->name = kstrdup(name, GFP_KERNEL);
2721         if (!knew->name) {
2722                 /* roolback */
2723                 memset(knew, 0, sizeof(*knew));
2724                 spec->kctls.alloced--;
2725                 return NULL;
2726         }
2727         return knew;
2728 }
2729
2730 static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2731                                      struct snd_kcontrol_new *ktemp,
2732                                      int idx, const char *name,
2733                                      unsigned long val)
2734 {
2735         struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name);
2736         if (!knew)
2737                 return -ENOMEM;
2738         knew->index = idx;
2739         knew->private_value = val;
2740         return 0;
2741 }
2742
2743 static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2744                                            int type, int idx, const char *name,
2745                                            unsigned long val)
2746 {
2747         return stac92xx_add_control_temp(spec,
2748                                          &stac92xx_control_templates[type],
2749                                          idx, name, val);
2750 }
2751
2752
2753 /* add dynamic controls */
2754 static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2755                                        const char *name, unsigned long val)
2756 {
2757         return stac92xx_add_control_idx(spec, type, 0, name, val);
2758 }
2759
2760 static struct snd_kcontrol_new stac_input_src_temp = {
2761         .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2762         .name = "Input Source",
2763         .info = stac92xx_mux_enum_info,
2764         .get = stac92xx_mux_enum_get,
2765         .put = stac92xx_mux_enum_put,
2766 };
2767
2768 static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2769 {
2770         struct snd_kcontrol_new *knew;
2771         struct hda_input_mux *imux = &spec->private_imux;
2772
2773         if (!spec->num_adcs || imux->num_items <= 1)
2774                 return 0; /* no need for input source control */
2775         knew = stac_control_new(spec, &stac_input_src_temp,
2776                                 stac_input_src_temp.name);
2777         if (!knew)
2778                 return -ENOMEM;
2779         knew->count = spec->num_adcs;
2780         return 0;
2781 }
2782
2783 /* check whether the line-input can be used as line-out */
2784 static hda_nid_t check_line_out_switch(struct hda_codec *codec)
2785 {
2786         struct sigmatel_spec *spec = codec->spec;
2787         struct auto_pin_cfg *cfg = &spec->autocfg;
2788         hda_nid_t nid;
2789         unsigned int pincap;
2790
2791         if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2792                 return 0;
2793         nid = cfg->input_pins[AUTO_PIN_LINE];
2794         pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2795         if (pincap & AC_PINCAP_OUT)
2796                 return nid;
2797         return 0;
2798 }
2799
2800 /* check whether the mic-input can be used as line-out */
2801 static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2802 {
2803         struct sigmatel_spec *spec = codec->spec;
2804         struct auto_pin_cfg *cfg = &spec->autocfg;
2805         unsigned int def_conf, pincap;
2806         unsigned int mic_pin;
2807
2808         if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2809                 return 0;
2810         mic_pin = AUTO_PIN_MIC;
2811         for (;;) {
2812                 hda_nid_t nid = cfg->input_pins[mic_pin];
2813                 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2814                 /* some laptops have an internal analog microphone
2815                  * which can't be used as a output */
2816                 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2817                         pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2818                         if (pincap & AC_PINCAP_OUT)
2819                                 return nid;
2820                 }
2821                 if (mic_pin == AUTO_PIN_MIC)
2822                         mic_pin = AUTO_PIN_FRONT_MIC;
2823                 else
2824                         break;
2825         }
2826         return 0;
2827 }
2828
2829 static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2830 {
2831         int i;
2832         
2833         for (i = 0; i < spec->multiout.num_dacs; i++) {
2834                 if (spec->multiout.dac_nids[i] == nid)
2835                         return 1;
2836         }
2837
2838         return 0;
2839 }
2840
2841 static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2842 {
2843         int i;
2844         if (is_in_dac_nids(spec, nid))
2845                 return 1;
2846         for (i = 0; i < spec->autocfg.hp_outs; i++)
2847                 if (spec->hp_dacs[i] == nid)
2848                         return 1;
2849         for (i = 0; i < spec->autocfg.speaker_outs; i++)
2850                 if (spec->speaker_dacs[i] == nid)
2851                         return 1;
2852         return 0;
2853 }
2854
2855 static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2856 {
2857         struct sigmatel_spec *spec = codec->spec;
2858         int j, conn_len;
2859         hda_nid_t conn[HDA_MAX_CONNECTIONS];
2860         unsigned int wcaps, wtype;
2861
2862         conn_len = snd_hda_get_connections(codec, nid, conn,
2863                                            HDA_MAX_CONNECTIONS);
2864         for (j = 0; j < conn_len; j++) {
2865                 wcaps = snd_hda_param_read(codec, conn[j],
2866                                            AC_PAR_AUDIO_WIDGET_CAP);
2867                 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
2868                 /* we check only analog outputs */
2869                 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2870                         continue;
2871                 /* if this route has a free DAC, assign it */
2872                 if (!check_all_dac_nids(spec, conn[j])) {
2873                         if (conn_len > 1) {
2874                                 /* select this DAC in the pin's input mux */
2875                                 snd_hda_codec_write_cache(codec, nid, 0,
2876                                                   AC_VERB_SET_CONNECT_SEL, j);
2877                         }
2878                         return conn[j];
2879                 }
2880         }
2881         /* if all DACs are already assigned, connect to the primary DAC */
2882         if (conn_len > 1) {
2883                 for (j = 0; j < conn_len; j++) {
2884                         if (conn[j] == spec->multiout.dac_nids[0]) {
2885                                 snd_hda_codec_write_cache(codec, nid, 0,
2886                                                   AC_VERB_SET_CONNECT_SEL, j);
2887                                 break;
2888                         }
2889                 }
2890         }
2891         return 0;
2892 }
2893
2894 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2895 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2896
2897 /*
2898  * Fill in the dac_nids table from the parsed pin configuration
2899  * This function only works when every pin in line_out_pins[]
2900  * contains atleast one DAC in its connection list. Some 92xx
2901  * codecs are not connected directly to a DAC, such as the 9200
2902  * and 9202/925x. For those, dac_nids[] must be hard-coded.
2903  */
2904 static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
2905 {
2906         struct sigmatel_spec *spec = codec->spec;
2907         struct auto_pin_cfg *cfg = &spec->autocfg;
2908         int i;
2909         hda_nid_t nid, dac;
2910         
2911         for (i = 0; i < cfg->line_outs; i++) {
2912                 nid = cfg->line_out_pins[i];
2913                 dac = get_unassigned_dac(codec, nid);
2914                 if (!dac) {
2915                         if (spec->multiout.num_dacs > 0) {
2916                                 /* we have already working output pins,
2917                                  * so let's drop the broken ones again
2918                                  */
2919                                 cfg->line_outs = spec->multiout.num_dacs;
2920                                 break;
2921                         }
2922                         /* error out, no available DAC found */
2923                         snd_printk(KERN_ERR
2924                                    "%s: No available DAC for pin 0x%x\n",
2925                                    __func__, nid);
2926                         return -ENODEV;
2927                 }
2928                 add_spec_dacs(spec, dac);
2929         }
2930
2931         for (i = 0; i < cfg->hp_outs; i++) {
2932                 nid = cfg->hp_pins[i];
2933                 dac = get_unassigned_dac(codec, nid);
2934                 if (dac) {
2935                         if (!spec->multiout.hp_nid)
2936                                 spec->multiout.hp_nid = dac;
2937                         else
2938                                 add_spec_extra_dacs(spec, dac);
2939                 }
2940                 spec->hp_dacs[i] = dac;
2941         }
2942
2943         for (i = 0; i < cfg->speaker_outs; i++) {
2944                 nid = cfg->speaker_pins[i];
2945                 dac = get_unassigned_dac(codec, nid);
2946                 if (dac)
2947                         add_spec_extra_dacs(spec, dac);
2948                 spec->speaker_dacs[i] = dac;
2949         }
2950
2951         /* add line-in as output */
2952         nid = check_line_out_switch(codec);
2953         if (nid) {
2954                 dac = get_unassigned_dac(codec, nid);
2955                 if (dac) {
2956                         snd_printdd("STAC: Add line-in 0x%x as output %d\n",
2957                                     nid, cfg->line_outs);
2958                         cfg->line_out_pins[cfg->line_outs] = nid;
2959                         cfg->line_outs++;
2960                         spec->line_switch = nid;
2961                         add_spec_dacs(spec, dac);
2962                 }
2963         }
2964         /* add mic as output */
2965         nid = check_mic_out_switch(codec);
2966         if (nid) {
2967                 dac = get_unassigned_dac(codec, nid);
2968                 if (dac) {
2969                         snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
2970                                     nid, cfg->line_outs);
2971                         cfg->line_out_pins[cfg->line_outs] = nid;
2972                         cfg->line_outs++;
2973                         spec->mic_switch = nid;
2974                         add_spec_dacs(spec, dac);
2975                 }
2976         }
2977
2978         snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
2979                    spec->multiout.num_dacs,
2980                    spec->multiout.dac_nids[0],
2981                    spec->multiout.dac_nids[1],
2982                    spec->multiout.dac_nids[2],
2983                    spec->multiout.dac_nids[3],
2984                    spec->multiout.dac_nids[4]);
2985
2986         return 0;
2987 }
2988
2989 /* create volume control/switch for the given prefx type */
2990 static int create_controls_idx(struct hda_codec *codec, const char *pfx,
2991                                int idx, hda_nid_t nid, int chs)
2992 {
2993         struct sigmatel_spec *spec = codec->spec;
2994         char name[32];
2995         int err;
2996
2997         if (!spec->check_volume_offset) {
2998                 unsigned int caps, step, nums, db_scale;
2999                 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3000                 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3001                         AC_AMPCAP_STEP_SIZE_SHIFT;
3002                 step = (step + 1) * 25; /* in .01dB unit */
3003                 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3004                         AC_AMPCAP_NUM_STEPS_SHIFT;
3005                 db_scale = nums * step;
3006                 /* if dB scale is over -64dB, and finer enough,
3007                  * let's reduce it to half
3008                  */
3009                 if (db_scale > 6400 && nums >= 0x1f)
3010                         spec->volume_offset = nums / 2;
3011                 spec->check_volume_offset = 1;
3012         }
3013
3014         sprintf(name, "%s Playback Volume", pfx);
3015         err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
3016                 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3017                                         spec->volume_offset));
3018         if (err < 0)
3019                 return err;
3020         sprintf(name, "%s Playback Switch", pfx);
3021         err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
3022                                    HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3023         if (err < 0)
3024                 return err;
3025         return 0;
3026 }
3027
3028 #define create_controls(codec, pfx, nid, chs) \
3029         create_controls_idx(codec, pfx, 0, nid, chs)
3030
3031 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3032 {
3033         if (spec->multiout.num_dacs > 4) {
3034                 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3035                 return 1;
3036         } else {
3037                 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3038                 spec->multiout.num_dacs++;
3039         }
3040         return 0;
3041 }
3042
3043 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3044 {
3045         int i;
3046         for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3047                 if (!spec->multiout.extra_out_nid[i]) {
3048                         spec->multiout.extra_out_nid[i] = nid;
3049                         return 0;
3050                 }
3051         }
3052         printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3053         return 1;
3054 }
3055
3056 /* Create output controls
3057  * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3058  */
3059 static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3060                                  const hda_nid_t *pins,
3061                                  const hda_nid_t *dac_nids,
3062                                  int type)
3063 {
3064         struct sigmatel_spec *spec = codec->spec;
3065         static const char *chname[4] = {
3066                 "Front", "Surround", NULL /*CLFE*/, "Side"
3067         };
3068         hda_nid_t nid;
3069         int i, err;
3070         unsigned int wid_caps;
3071
3072         for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
3073                 nid = dac_nids[i];
3074                 if (!nid)
3075                         continue;
3076                 if (type != AUTO_PIN_HP_OUT && i == 2) {
3077                         /* Center/LFE */
3078                         err = create_controls(codec, "Center", nid, 1);
3079                         if (err < 0)
3080                                 return err;
3081                         err = create_controls(codec, "LFE", nid, 2);
3082                         if (err < 0)
3083                                 return err;
3084
3085                         wid_caps = get_wcaps(codec, nid);
3086
3087                         if (wid_caps & AC_WCAP_LR_SWAP) {
3088                                 err = stac92xx_add_control(spec,
3089                                         STAC_CTL_WIDGET_CLFE_SWITCH,
3090                                         "Swap Center/LFE Playback Switch", nid);
3091
3092                                 if (err < 0)
3093                                         return err;
3094                         }
3095
3096                 } else {
3097                         const char *name;
3098                         int idx;
3099                         switch (type) {
3100                         case AUTO_PIN_HP_OUT:
3101                                 name = "Headphone";
3102                                 idx = i;
3103                                 break;
3104                         case AUTO_PIN_SPEAKER_OUT:
3105                                 name = "Speaker";
3106                                 idx = i;
3107                                 break;
3108                         default:
3109                                 name = chname[i];
3110                                 idx = 0;
3111                                 break;
3112                         }
3113                         err = create_controls_idx(codec, name, idx, nid, 3);
3114                         if (err < 0)
3115                                 return err;
3116                         if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
3117                                 wid_caps = get_wcaps(codec, pins[i]);
3118                                 if (wid_caps & AC_WCAP_UNSOL_CAP)
3119                                         spec->hp_detect = 1;
3120                         }
3121                 }
3122         }
3123         return 0;
3124 }
3125
3126 /* add playback controls from the parsed DAC table */
3127 static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3128                                                const struct auto_pin_cfg *cfg)
3129 {
3130         struct sigmatel_spec *spec = codec->spec;
3131         int err;
3132
3133         err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3134                                     spec->multiout.dac_nids,
3135                                     cfg->line_out_type);
3136         if (err < 0)
3137                 return err;
3138
3139         if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
3140                 err = stac92xx_add_control(spec,
3141                         STAC_CTL_WIDGET_HP_SWITCH,
3142                         "Headphone as Line Out Switch",
3143                         cfg->hp_pins[cfg->hp_outs - 1]);
3144                 if (err < 0)
3145                         return err;
3146         }
3147
3148         if (spec->line_switch) {
3149                 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3150                                            "Line In as Output Switch",
3151                                            spec->line_switch << 8);
3152                 if (err < 0)
3153                         return err;
3154         }
3155
3156         if (spec->mic_switch) {
3157                 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3158                                            "Mic as Output Switch",
3159                                            (spec->mic_switch << 8) | 1);
3160                 if (err < 0)
3161                         return err;
3162         }
3163
3164         return 0;
3165 }
3166
3167 /* add playback controls for Speaker and HP outputs */
3168 static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3169                                         struct auto_pin_cfg *cfg)
3170 {
3171         struct sigmatel_spec *spec = codec->spec;
3172         int err;
3173
3174         err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3175                                     spec->hp_dacs, AUTO_PIN_HP_OUT);
3176         if (err < 0)
3177                 return err;
3178
3179         err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3180                                     spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3181         if (err < 0)
3182                 return err;
3183
3184         return 0;
3185 }
3186
3187 /* labels for mono mux outputs */
3188 static const char *stac92xx_mono_labels[4] = {
3189         "DAC0", "DAC1", "Mixer", "DAC2"
3190 };
3191
3192 /* create mono mux for mono out on capable codecs */
3193 static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3194 {
3195         struct sigmatel_spec *spec = codec->spec;
3196         struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3197         int i, num_cons;
3198         hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3199
3200         num_cons = snd_hda_get_connections(codec,
3201                                 spec->mono_nid,
3202                                 con_lst,
3203                                 HDA_MAX_NUM_INPUTS);
3204         if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
3205                 return -EINVAL;
3206
3207         for (i = 0; i < num_cons; i++) {
3208                 mono_mux->items[mono_mux->num_items].label =
3209                                         stac92xx_mono_labels[i];
3210                 mono_mux->items[mono_mux->num_items].index = i;
3211                 mono_mux->num_items++;
3212         }
3213
3214         return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3215                                 "Mono Mux", spec->mono_nid);
3216 }
3217
3218 /* labels for amp mux outputs */
3219 static const char *stac92xx_amp_labels[3] = {
3220         "Front Microphone", "Microphone", "Line In",
3221 };
3222
3223 /* create amp out controls mux on capable codecs */
3224 static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3225 {
3226         struct sigmatel_spec *spec = codec->spec;
3227         struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3228         int i, err;
3229
3230         for (i = 0; i < spec->num_amps; i++) {
3231                 amp_mux->items[amp_mux->num_items].label =
3232                                         stac92xx_amp_labels[i];
3233                 amp_mux->items[amp_mux->num_items].index = i;
3234                 amp_mux->num_items++;
3235         }
3236
3237         if (spec->num_amps > 1) {
3238                 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3239                         "Amp Selector Capture Switch", 0);
3240                 if (err < 0)
3241                         return err;
3242         }
3243         return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3244                 "Amp Capture Volume",
3245                 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3246 }
3247
3248
3249 /* create PC beep volume controls */
3250 static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3251                                                 hda_nid_t nid)
3252 {
3253         struct sigmatel_spec *spec = codec->spec;
3254         u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3255         int err;
3256
3257         /* check for mute support for the the amp */
3258         if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3259                 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3260                         "PC Beep Playback Switch",
3261                         HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3262                         if (err < 0)
3263                                 return err;
3264         }
3265
3266         /* check to see if there is volume support for the amp */
3267         if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3268                 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3269                         "PC Beep Playback Volume",
3270                         HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3271                         if (err < 0)
3272                                 return err;
3273         }
3274         return 0;
3275 }
3276
3277 #ifdef CONFIG_SND_HDA_INPUT_BEEP
3278 #define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3279
3280 static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3281                                         struct snd_ctl_elem_value *ucontrol)
3282 {
3283         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3284         ucontrol->value.integer.value[0] = codec->beep->enabled;
3285         return 0;
3286 }
3287
3288 static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3289                                         struct snd_ctl_elem_value *ucontrol)
3290 {
3291         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3292         int enabled = !!ucontrol->value.integer.value[0];
3293         if (codec->beep->enabled != enabled) {
3294                 codec->beep->enabled = enabled;
3295                 return 1;
3296         }
3297         return 0;
3298 }
3299
3300 static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3301         .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3302         .info = stac92xx_dig_beep_switch_info,
3303         .get = stac92xx_dig_beep_switch_get,
3304         .put = stac92xx_dig_beep_switch_put,
3305 };
3306
3307 static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3308 {
3309         return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
3310                                          0, "PC Beep Playback Switch", 0);
3311 }
3312 #endif
3313
3314 static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3315 {
3316         struct sigmatel_spec *spec = codec->spec;
3317         int wcaps, nid, i, err = 0;
3318
3319         for (i = 0; i < spec->num_muxes; i++) {
3320                 nid = spec->mux_nids[i];
3321                 wcaps = get_wcaps(codec, nid);
3322
3323                 if (wcaps & AC_WCAP_OUT_AMP) {
3324                         err = stac92xx_add_control_idx(spec,
3325                                 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3326                                 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3327                         if (err < 0)
3328                                 return err;
3329                 }
3330         }
3331         return 0;
3332 };
3333
3334 static const char *stac92xx_spdif_labels[3] = {
3335         "Digital Playback", "Analog Mux 1", "Analog Mux 2",
3336 };
3337
3338 static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3339 {
3340         struct sigmatel_spec *spec = codec->spec;
3341         struct hda_input_mux *spdif_mux = &spec->private_smux;
3342         const char **labels = spec->spdif_labels;
3343         int i, num_cons;
3344         hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3345
3346         num_cons = snd_hda_get_connections(codec,
3347                                 spec->smux_nids[0],
3348                                 con_lst,
3349                                 HDA_MAX_NUM_INPUTS);
3350         if (!num_cons)
3351                 return -EINVAL;
3352
3353         if (!labels)
3354                 labels = stac92xx_spdif_labels;
3355
3356         for (i = 0; i < num_cons; i++) {
3357                 spdif_mux->items[spdif_mux->num_items].label = labels[i];
3358                 spdif_mux->items[spdif_mux->num_items].index = i;
3359                 spdif_mux->num_items++;
3360         }
3361
3362         return 0;
3363 }
3364
3365 /* labels for dmic mux inputs */
3366 static const char *stac92xx_dmic_labels[5] = {
3367         "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3368         "Digital Mic 3", "Digital Mic 4"
3369 };
3370
3371 /* create playback/capture controls for input pins on dmic capable codecs */
3372 static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3373                                                 const struct auto_pin_cfg *cfg)
3374 {
3375         struct sigmatel_spec *spec = codec->spec;
3376         struct hda_input_mux *dimux = &spec->private_dimux;
3377         hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3378         int err, i, j;
3379         char name[32];
3380
3381         dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3382         dimux->items[dimux->num_items].index = 0;
3383         dimux->num_items++;
3384
3385         for (i = 0; i < spec->num_dmics; i++) {
3386                 hda_nid_t nid;
3387                 int index;
3388                 int num_cons;
3389                 unsigned int wcaps;
3390                 unsigned int def_conf;
3391
3392                 def_conf = snd_hda_codec_get_pincfg(codec, spec->dmic_nids[i]);
3393                 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3394                         continue;
3395
3396                 nid = spec->dmic_nids[i];
3397                 num_cons = snd_hda_get_connections(codec,
3398                                 spec->dmux_nids[0],
3399                                 con_lst,
3400                                 HDA_MAX_NUM_INPUTS);
3401                 for (j = 0; j < num_cons; j++)
3402                         if (con_lst[j] == nid) {
3403                                 index = j;
3404                                 goto found;
3405                         }
3406                 continue;
3407 found:
3408                 wcaps = get_wcaps(codec, nid) &
3409                         (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
3410
3411                 if (wcaps) {
3412                         sprintf(name, "%s Capture Volume",
3413                                 stac92xx_dmic_labels[dimux->num_items]);
3414
3415                         err = stac92xx_add_control(spec,
3416                                 STAC_CTL_WIDGET_VOL,
3417                                 name,
3418                                 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3419                                 (wcaps & AC_WCAP_OUT_AMP) ?
3420                                 HDA_OUTPUT : HDA_INPUT));
3421                         if (err < 0)
3422                                 return err;
3423                 }
3424
3425                 dimux->items[dimux->num_items].label =
3426                         stac92xx_dmic_labels[dimux->num_items];
3427                 dimux->items[dimux->num_items].index = index;
3428                 dimux->num_items++;
3429         }
3430
3431         return 0;
3432 }
3433
3434 /* create playback/capture controls for input pins */
3435 static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3436 {
3437         struct sigmatel_spec *spec = codec->spec;
3438         struct hda_input_mux *imux = &spec->private_imux;
3439         hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3440         int i, j, k;
3441
3442         for (i = 0; i < AUTO_PIN_LAST; i++) {
3443                 int index;
3444
3445                 if (!cfg->input_pins[i])
3446                         continue;
3447                 index = -1;
3448                 for (j = 0; j < spec->num_muxes; j++) {
3449                         int num_cons;
3450                         num_cons = snd_hda_get_connections(codec,
3451                                                            spec->mux_nids[j],
3452                                                            con_lst,
3453                                                            HDA_MAX_NUM_INPUTS);
3454                         for (k = 0; k < num_cons; k++)
3455                                 if (con_lst[k] == cfg->input_pins[i]) {
3456                                         index = k;
3457                                         goto found;
3458                                 }
3459                 }
3460                 continue;
3461         found:
3462                 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3463                 imux->items[imux->num_items].index = index;
3464                 imux->num_items++;
3465         }
3466
3467         if (imux->num_items) {
3468                 /*
3469                  * Set the current input for the muxes.
3470                  * The STAC9221 has two input muxes with identical source
3471                  * NID lists.  Hopefully this won't get confused.
3472                  */
3473                 for (i = 0; i < spec->num_muxes; i++) {
3474                         snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3475                                                   AC_VERB_SET_CONNECT_SEL,
3476                                                   imux->items[0].index);
3477                 }
3478         }
3479
3480         return 0;
3481 }
3482
3483 static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3484 {
3485         struct sigmatel_spec *spec = codec->spec;
3486         int i;
3487
3488         for (i = 0; i < spec->autocfg.line_outs; i++) {
3489                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3490                 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3491         }
3492 }
3493
3494 static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3495 {
3496         struct sigmatel_spec *spec = codec->spec;
3497         int i;
3498
3499         for (i = 0; i < spec->autocfg.hp_outs; i++) {
3500                 hda_nid_t pin;
3501                 pin = spec->autocfg.hp_pins[i];
3502                 if (pin) /* connect to front */
3503                         stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3504         }
3505         for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3506                 hda_nid_t pin;
3507                 pin = spec->autocfg.speaker_pins[i];
3508                 if (pin) /* connect to front */
3509                         stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3510         }
3511 }
3512
3513 static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out, hda_nid_t dig_in)
3514 {
3515         struct sigmatel_spec *spec = codec->spec;
3516         int hp_swap = 0;
3517         int err;
3518
3519         if ((err = snd_hda_parse_pin_def_config(codec,
3520                                                 &spec->autocfg,
3521                                                 spec->dmic_nids)) < 0)
3522                 return err;
3523         if (! spec->autocfg.line_outs)
3524                 return 0; /* can't find valid pin config */
3525
3526         /* If we have no real line-out pin and multiple hp-outs, HPs should
3527          * be set up as multi-channel outputs.
3528          */
3529         if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3530             spec->autocfg.hp_outs > 1) {
3531                 /* Copy hp_outs to line_outs, backup line_outs in
3532                  * speaker_outs so that the following routines can handle
3533                  * HP pins as primary outputs.
3534                  */
3535                 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
3536                 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3537                        sizeof(spec->autocfg.line_out_pins));
3538                 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3539                 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3540                        sizeof(spec->autocfg.hp_pins));
3541                 spec->autocfg.line_outs = spec->autocfg.hp_outs;
3542                 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3543                 spec->autocfg.hp_outs = 0;
3544                 hp_swap = 1;
3545         }
3546         if (spec->autocfg.mono_out_pin) {
3547                 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3548                         (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
3549                 u32 caps = query_amp_caps(codec,
3550                                 spec->autocfg.mono_out_pin, dir);
3551                 hda_nid_t conn_list[1];
3552
3553                 /* get the mixer node and then the mono mux if it exists */
3554                 if (snd_hda_get_connections(codec,
3555                                 spec->autocfg.mono_out_pin, conn_list, 1) &&
3556                                 snd_hda_get_connections(codec, conn_list[0],
3557                                 conn_list, 1)) {
3558
3559                                 int wcaps = get_wcaps(codec, conn_list[0]);
3560                                 int wid_type = (wcaps & AC_WCAP_TYPE)
3561                                         >> AC_WCAP_TYPE_SHIFT;
3562                                 /* LR swap check, some stac925x have a mux that
3563                                  * changes the DACs output path instead of the
3564                                  * mono-mux path.
3565                                  */
3566                                 if (wid_type == AC_WID_AUD_SEL &&
3567                                                 !(wcaps & AC_WCAP_LR_SWAP))
3568                                         spec->mono_nid = conn_list[0];
3569                 }
3570                 if (dir) {
3571                         hda_nid_t nid = spec->autocfg.mono_out_pin;
3572
3573                         /* most mono outs have a least a mute/unmute switch */
3574                         dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3575                         err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3576                                 "Mono Playback Switch",
3577                                 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3578                         if (err < 0)
3579                                 return err;
3580                         /* check for volume support for the amp */
3581                         if ((caps & AC_AMPCAP_NUM_STEPS)
3582                                         >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3583                                 err = stac92xx_add_control(spec,
3584                                         STAC_CTL_WIDGET_VOL,
3585                                         "Mono Playback Volume",
3586                                 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3587                                 if (err < 0)
3588                                         return err;
3589                         }
3590                 }
3591
3592                 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3593                                          AC_PINCTL_OUT_EN);
3594         }
3595
3596         if (!spec->multiout.num_dacs) {
3597                 err = stac92xx_auto_fill_dac_nids(codec);
3598                 if (err < 0)
3599                         return err;
3600                 err = stac92xx_auto_create_multi_out_ctls(codec,
3601                                                           &spec->autocfg);
3602                 if (err < 0)
3603                         return err;
3604         }
3605
3606         /* setup analog beep controls */
3607         if (spec->anabeep_nid > 0) {
3608                 err = stac92xx_auto_create_beep_ctls(codec,
3609                         spec->anabeep_nid);
3610                 if (err < 0)
3611                         return err;
3612         }
3613
3614         /* setup digital beep controls and input device */
3615 #ifdef CONFIG_SND_HDA_INPUT_BEEP
3616         if (spec->digbeep_nid > 0) {
3617                 hda_nid_t nid = spec->digbeep_nid;
3618                 unsigned int caps;
3619
3620                 err = stac92xx_auto_create_beep_ctls(codec, nid);
3621                 if (err < 0)
3622                         return err;
3623                 err = snd_hda_attach_beep_device(codec, nid);
3624                 if (err < 0)
3625                         return err;
3626                 /* if no beep switch is available, make its own one */
3627                 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3628                 if (codec->beep &&
3629                     !((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT)) {
3630                         err = stac92xx_beep_switch_ctl(codec);
3631                         if (err < 0)
3632                                 return err;
3633                 }
3634         }
3635 #endif
3636
3637         err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3638         if (err < 0)
3639                 return err;
3640
3641         /* All output parsing done, now restore the swapped hp pins */
3642         if (hp_swap) {
3643                 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3644                        sizeof(spec->autocfg.hp_pins));
3645                 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3646                 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3647                 spec->autocfg.line_outs = 0;
3648         }
3649
3650         err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3651         if (err < 0)
3652                 return err;
3653
3654         if (spec->mono_nid > 0) {
3655                 err = stac92xx_auto_create_mono_output_ctls(codec);
3656                 if (err < 0)
3657                         return err;
3658         }
3659         if (spec->num_amps > 0) {
3660                 err = stac92xx_auto_create_amp_output_ctls(codec);
3661                 if (err < 0)
3662                         return err;
3663         }
3664         if (spec->num_dmics > 0 && !spec->dinput_mux)
3665                 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3666                                                 &spec->autocfg)) < 0)
3667                         return err;
3668         if (spec->num_muxes > 0) {
3669                 err = stac92xx_auto_create_mux_input_ctls(codec);
3670                 if (err < 0)
3671                         return err;
3672         }
3673         if (spec->num_smuxes > 0) {
3674                 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3675                 if (err < 0)
3676                         return err;
3677         }
3678
3679         err = stac92xx_add_input_source(spec);
3680         if (err < 0)
3681                 return err;
3682
3683         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
3684         if (spec->multiout.max_channels > 2)
3685                 spec->surr_switch = 1;
3686
3687         if (spec->autocfg.dig_outs)
3688                 spec->multiout.dig_out_nid = dig_out;
3689         if (dig_in && spec->autocfg.dig_in_pin)
3690                 spec->dig_in_nid = dig_in;
3691
3692         if (spec->kctls.list)
3693                 spec->mixers[spec->num_mixers++] = spec->kctls.list;
3694
3695         spec->input_mux = &spec->private_imux;
3696         if (!spec->dinput_mux)
3697                 spec->dinput_mux = &spec->private_dimux;
3698         spec->sinput_mux = &spec->private_smux;
3699         spec->mono_mux = &spec->private_mono_mux;
3700         spec->amp_mux = &spec->private_amp_mux;
3701         return 1;
3702 }
3703
3704 /* add playback controls for HP output */
3705 static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3706                                         struct auto_pin_cfg *cfg)
3707 {
3708         struct sigmatel_spec *spec = codec->spec;
3709         hda_nid_t pin = cfg->hp_pins[0];
3710         unsigned int wid_caps;
3711
3712         if (! pin)
3713                 return 0;
3714
3715         wid_caps = get_wcaps(codec, pin);
3716         if (wid_caps & AC_WCAP_UNSOL_CAP)
3717                 spec->hp_detect = 1;
3718
3719         return 0;
3720 }
3721
3722 /* add playback controls for LFE output */
3723 static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3724                                         struct auto_pin_cfg *cfg)
3725 {
3726         struct sigmatel_spec *spec = codec->spec;
3727         int err;
3728         hda_nid_t lfe_pin = 0x0;
3729         int i;
3730
3731         /*
3732          * search speaker outs and line outs for a mono speaker pin
3733          * with an amp.  If one is found, add LFE controls
3734          * for it.
3735          */
3736         for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3737                 hda_nid_t pin = spec->autocfg.speaker_pins[i];
3738                 unsigned int wcaps = get_wcaps(codec, pin);
3739                 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3740                 if (wcaps == AC_WCAP_OUT_AMP)
3741                         /* found a mono speaker with an amp, must be lfe */
3742                         lfe_pin = pin;
3743         }
3744
3745         /* if speaker_outs is 0, then speakers may be in line_outs */
3746         if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3747                 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3748                         hda_nid_t pin = spec->autocfg.line_out_pins[i];
3749                         unsigned int defcfg;
3750                         defcfg = snd_hda_codec_get_pincfg(codec, pin);
3751                         if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
3752                                 unsigned int wcaps = get_wcaps(codec, pin);
3753                                 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3754                                 if (wcaps == AC_WCAP_OUT_AMP)
3755                                         /* found a mono speaker with an amp,
3756                                            must be lfe */
3757                                         lfe_pin = pin;
3758                         }
3759                 }
3760         }
3761
3762         if (lfe_pin) {
3763                 err = create_controls(codec, "LFE", lfe_pin, 1);
3764                 if (err < 0)
3765                         return err;
3766         }
3767
3768         return 0;
3769 }
3770
3771 static int stac9200_parse_auto_config(struct hda_codec *codec)
3772 {
3773         struct sigmatel_spec *spec = codec->spec;
3774         int err;
3775
3776         if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
3777                 return err;
3778
3779         if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3780                 return err;
3781
3782         if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3783                 return err;
3784
3785         if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3786                 return err;
3787
3788         if (spec->num_muxes > 0) {
3789                 err = stac92xx_auto_create_mux_input_ctls(codec);
3790                 if (err < 0)
3791                         return err;
3792         }
3793
3794         err = stac92xx_add_input_source(spec);
3795         if (err < 0)
3796                 return err;
3797
3798         if (spec->autocfg.dig_outs)
3799                 spec->multiout.dig_out_nid = 0x05;
3800         if (spec->autocfg.dig_in_pin)
3801                 spec->dig_in_nid = 0x04;
3802
3803         if (spec->kctls.list)
3804                 spec->mixers[spec->num_mixers++] = spec->kctls.list;
3805
3806         spec->input_mux = &spec->private_imux;
3807         spec->dinput_mux = &spec->private_dimux;
3808
3809         return 1;
3810 }
3811
3812 /*
3813  * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3814  * funky external mute control using GPIO pins.
3815  */
3816
3817 static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
3818                           unsigned int dir_mask, unsigned int data)
3819 {
3820         unsigned int gpiostate, gpiomask, gpiodir;
3821
3822         gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3823                                        AC_VERB_GET_GPIO_DATA, 0);
3824         gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
3825
3826         gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3827                                       AC_VERB_GET_GPIO_MASK, 0);
3828         gpiomask |= mask;
3829
3830         gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3831                                      AC_VERB_GET_GPIO_DIRECTION, 0);
3832         gpiodir |= dir_mask;
3833
3834         /* Configure GPIOx as CMOS */
3835         snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3836
3837         snd_hda_codec_write(codec, codec->afg, 0,
3838                             AC_VERB_SET_GPIO_MASK, gpiomask);
3839         snd_hda_codec_read(codec, codec->afg, 0,
3840                            AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
3841
3842         msleep(1);
3843
3844         snd_hda_codec_read(codec, codec->afg, 0,
3845                            AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
3846 }
3847
3848 static int stac92xx_add_jack(struct hda_codec *codec,
3849                 hda_nid_t nid, int type)
3850 {
3851 #ifdef CONFIG_SND_JACK
3852         struct sigmatel_spec *spec = codec->spec;
3853         struct sigmatel_jack *jack;
3854         int def_conf = snd_hda_codec_get_pincfg(codec, nid);
3855         int connectivity = get_defcfg_connect(def_conf);
3856         char name[32];
3857
3858         if (connectivity && connectivity != AC_JACK_PORT_FIXED)
3859                 return 0;
3860
3861         snd_array_init(&spec->jacks, sizeof(*jack), 32);
3862         jack = snd_array_new(&spec->jacks);
3863         if (!jack)
3864                 return -ENOMEM;
3865         jack->nid = nid;
3866         jack->type = type;
3867
3868         sprintf(name, "%s at %s %s Jack",
3869                 snd_hda_get_jack_type(def_conf),
3870                 snd_hda_get_jack_connectivity(def_conf),
3871                 snd_hda_get_jack_location(def_conf));
3872
3873         return snd_jack_new(codec->bus->card, name, type, &jack->jack);
3874 #else
3875         return 0;
3876 #endif
3877 }
3878
3879 static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
3880                           unsigned char type, int data)
3881 {
3882         struct sigmatel_event *event;
3883
3884         snd_array_init(&spec->events, sizeof(*event), 32);
3885         event = snd_array_new(&spec->events);
3886         if (!event)
3887                 return -ENOMEM;
3888         event->nid = nid;
3889         event->type = type;
3890         event->tag = spec->events.used;
3891         event->data = data;
3892
3893         return event->tag;
3894 }
3895
3896 static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
3897                                              hda_nid_t nid, unsigned char type)
3898 {
3899         struct sigmatel_spec *spec = codec->spec;
3900         struct sigmatel_event *event = spec->events.list;
3901         int i;
3902
3903         for (i = 0; i < spec->events.used; i++, event++) {
3904                 if (event->nid == nid && event->type == type)
3905                         return event;
3906         }
3907         return NULL;
3908 }
3909
3910 static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
3911                                                       unsigned char tag)
3912 {
3913         struct sigmatel_spec *spec = codec->spec;
3914         struct sigmatel_event *event = spec->events.list;
3915         int i;
3916
3917         for (i = 0; i < spec->events.used; i++, event++) {
3918                 if (event->tag == tag)
3919                         return event;
3920         }
3921         return NULL;
3922 }
3923
3924 static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
3925                               unsigned int type)
3926 {
3927         struct sigmatel_event *event;
3928         int tag;
3929
3930         if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
3931                 return;
3932         event = stac_get_event(codec, nid, type);
3933         if (event)
3934                 tag = event->tag;
3935         else
3936                 tag = stac_add_event(codec->spec, nid, type, 0);
3937         if (tag < 0)
3938                 return;
3939         snd_hda_codec_write_cache(codec, nid, 0,
3940                                   AC_VERB_SET_UNSOLICITED_ENABLE,
3941                                   AC_USRSP_EN | tag);
3942 }
3943
3944 static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
3945 {
3946         int i;
3947         for (i = 0; i < cfg->hp_outs; i++)
3948                 if (cfg->hp_pins[i] == nid)
3949                         return 1; /* nid is a HP-Out */
3950
3951         return 0; /* nid is not a HP-Out */
3952 };
3953
3954 static void stac92xx_power_down(struct hda_codec *codec)
3955 {
3956         struct sigmatel_spec *spec = codec->spec;
3957
3958         /* power down inactive DACs */
3959         hda_nid_t *dac;
3960         for (dac = spec->dac_list; *dac; dac++)
3961                 if (!check_all_dac_nids(spec, *dac))
3962                         snd_hda_codec_write(codec, *dac, 0,
3963                                         AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
3964 }
3965
3966 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
3967                                   int enable);
3968
3969 /* override some hints from the hwdep entry */
3970 static void stac_store_hints(struct hda_codec *codec)
3971 {
3972         struct sigmatel_spec *spec = codec->spec;
3973         const char *p;
3974         int val;
3975
3976         val = snd_hda_get_bool_hint(codec, "hp_detect");
3977         if (val >= 0)
3978                 spec->hp_detect = val;
3979         p = snd_hda_get_hint(codec, "gpio_mask");
3980         if (p) {
3981                 spec->gpio_mask = simple_strtoul(p, NULL, 0);
3982                 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
3983                         spec->gpio_mask;
3984         }
3985         p = snd_hda_get_hint(codec, "gpio_dir");
3986         if (p)
3987                 spec->gpio_dir = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
3988         p = snd_hda_get_hint(codec, "gpio_data");
3989         if (p)
3990                 spec->gpio_data = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
3991         p = snd_hda_get_hint(codec, "eapd_mask");
3992         if (p)
3993                 spec->eapd_mask = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
3994         val = snd_hda_get_bool_hint(codec, "eapd_switch");
3995         if (val >= 0)
3996                 spec->eapd_switch = val;
3997 }
3998
3999 static int stac92xx_init(struct hda_codec *codec)
4000 {
4001         struct sigmatel_spec *spec = codec->spec;
4002         struct auto_pin_cfg *cfg = &spec->autocfg;
4003         unsigned int gpio;
4004         int i;
4005
4006         snd_hda_sequence_write(codec, spec->init);
4007
4008         /* power down adcs initially */
4009         if (spec->powerdown_adcs)
4010                 for (i = 0; i < spec->num_adcs; i++)
4011                         snd_hda_codec_write(codec,
4012                                 spec->adc_nids[i], 0,
4013                                 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4014
4015         /* override some hints */
4016         stac_store_hints(codec);
4017
4018         /* set up GPIO */
4019         gpio = spec->gpio_data;
4020         /* turn on EAPD statically when spec->eapd_switch isn't set.
4021          * otherwise, unsol event will turn it on/off dynamically
4022          */
4023         if (!spec->eapd_switch)
4024                 gpio |= spec->eapd_mask;
4025         stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4026
4027         /* set up pins */
4028         if (spec->hp_detect) {
4029                 /* Enable unsolicited responses on the HP widget */
4030                 for (i = 0; i < cfg->hp_outs; i++) {
4031                         hda_nid_t nid = cfg->hp_pins[i];
4032                         enable_pin_detect(codec, nid, STAC_HP_EVENT);
4033                 }
4034                 /* force to enable the first line-out; the others are set up
4035                  * in unsol_event
4036                  */
4037                 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
4038                                 AC_PINCTL_OUT_EN);
4039                 /* fake event to set up pins */
4040                 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4041                                        STAC_HP_EVENT);
4042         } else {
4043                 stac92xx_auto_init_multi_out(codec);
4044                 stac92xx_auto_init_hp_out(codec);
4045                 for (i = 0; i < cfg->hp_outs; i++)
4046                         stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
4047         }
4048         for (i = 0; i < AUTO_PIN_LAST; i++) {
4049                 hda_nid_t nid = cfg->input_pins[i];
4050                 if (nid) {
4051                         unsigned int pinctl, conf;
4052                         if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
4053                                 /* for mic pins, force to initialize */
4054                                 pinctl = stac92xx_get_vref(codec, nid);
4055                                 pinctl |= AC_PINCTL_IN_EN;
4056                                 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4057                         } else {
4058                                 pinctl = snd_hda_codec_read(codec, nid, 0,
4059                                         AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4060                                 /* if PINCTL already set then skip */
4061                                 if (!(pinctl & AC_PINCTL_IN_EN)) {
4062                                         pinctl |= AC_PINCTL_IN_EN;
4063                                         stac92xx_auto_set_pinctl(codec, nid,
4064                                                                  pinctl);
4065                                 }
4066                         }
4067                         conf = snd_hda_codec_get_pincfg(codec, nid);
4068                         if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4069                                 enable_pin_detect(codec, nid,
4070                                                   STAC_INSERT_EVENT);
4071                                 stac_issue_unsol_event(codec, nid,
4072                                                        STAC_INSERT_EVENT);
4073                         }
4074                 }
4075         }
4076         for (i = 0; i < spec->num_dmics; i++)
4077                 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4078                                         AC_PINCTL_IN_EN);
4079         if (cfg->dig_out_pins[0])
4080                 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
4081                                          AC_PINCTL_OUT_EN);
4082         if (cfg->dig_in_pin)
4083                 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4084                                          AC_PINCTL_IN_EN);
4085         for (i = 0; i < spec->num_pwrs; i++)  {
4086                 hda_nid_t nid = spec->pwr_nids[i];
4087                 int pinctl, def_conf;
4088
4089                 /* power on when no jack detection is available */
4090                 if (!spec->hp_detect) {
4091                         stac_toggle_power_map(codec, nid, 1);
4092                         continue;
4093                 }
4094
4095                 if (is_nid_hp_pin(cfg, nid))
4096                         continue; /* already has an unsol event */
4097
4098                 pinctl = snd_hda_codec_read(codec, nid, 0,
4099                                             AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4100                 /* outputs are only ports capable of power management
4101                  * any attempts on powering down a input port cause the
4102                  * referenced VREF to act quirky.
4103                  */
4104                 if (pinctl & AC_PINCTL_IN_EN) {
4105                         stac_toggle_power_map(codec, nid, 1);
4106                         continue;
4107                 }
4108                 def_conf = snd_hda_codec_get_pincfg(codec, nid);
4109                 def_conf = get_defcfg_connect(def_conf);
4110                 /* skip any ports that don't have jacks since presence
4111                  * detection is useless */
4112                 if (def_conf != AC_JACK_PORT_COMPLEX) {
4113                         if (def_conf != AC_JACK_PORT_NONE)
4114                                 stac_toggle_power_map(codec, nid, 1);
4115                         continue;
4116                 }
4117                 if (!stac_get_event(codec, nid, STAC_INSERT_EVENT)) {
4118                         enable_pin_detect(codec, nid, STAC_PWR_EVENT);
4119                         stac_issue_unsol_event(codec, nid, STAC_PWR_EVENT);
4120                 }
4121         }
4122         if (spec->dac_list)
4123                 stac92xx_power_down(codec);
4124         return 0;
4125 }
4126
4127 static void stac92xx_free_jacks(struct hda_codec *codec)
4128 {
4129 #ifdef CONFIG_SND_JACK
4130         /* free jack instances manually when clearing/reconfiguring */
4131         struct sigmatel_spec *spec = codec->spec;
4132         if (!codec->bus->shutdown && spec->jacks.list) {
4133                 struct sigmatel_jack *jacks = spec->jacks.list;
4134                 int i;
4135                 for (i = 0; i < spec->jacks.used; i++)
4136                         snd_device_free(codec->bus->card, &jacks[i].jack);
4137         }
4138         snd_array_free(&spec->jacks);
4139 #endif
4140 }
4141
4142 static void stac92xx_free_kctls(struct hda_codec *codec)
4143 {
4144         struct sigmatel_spec *spec = codec->spec;
4145
4146         if (spec->kctls.list) {
4147                 struct snd_kcontrol_new *kctl = spec->kctls.list;
4148                 int i;
4149                 for (i = 0; i < spec->kctls.used; i++)
4150                         kfree(kctl[i].name);
4151         }
4152         snd_array_free(&spec->kctls);
4153 }
4154
4155 static void stac92xx_free(struct hda_codec *codec)
4156 {
4157         struct sigmatel_spec *spec = codec->spec;
4158
4159         if (! spec)
4160                 return;
4161
4162         stac92xx_free_jacks(codec);
4163         snd_array_free(&spec->events);
4164
4165         kfree(spec);
4166         snd_hda_detach_beep_device(codec);
4167 }
4168
4169 static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4170                                 unsigned int flag)
4171 {
4172         unsigned int old_ctl, pin_ctl;
4173
4174         pin_ctl = snd_hda_codec_read(codec, nid,
4175                         0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
4176
4177         if (pin_ctl & AC_PINCTL_IN_EN) {
4178                 /*
4179                  * we need to check the current set-up direction of
4180                  * shared input pins since they can be switched via
4181                  * "xxx as Output" mixer switch
4182                  */
4183                 struct sigmatel_spec *spec = codec->spec;
4184                 if (nid == spec->line_switch || nid == spec->mic_switch)
4185                         return;
4186         }
4187
4188         old_ctl = pin_ctl;
4189         /* if setting pin direction bits, clear the current
4190            direction bits first */
4191         if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4192                 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4193         
4194         pin_ctl |= flag;
4195         if (old_ctl != pin_ctl)
4196                 snd_hda_codec_write_cache(codec, nid, 0,
4197                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
4198                                           pin_ctl);
4199 }
4200
4201 static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4202                                   unsigned int flag)
4203 {
4204         unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4205                         0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
4206         if (pin_ctl & flag)
4207                 snd_hda_codec_write_cache(codec, nid, 0,
4208                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
4209                                           pin_ctl & ~flag);
4210 }
4211
4212 static int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
4213 {
4214         if (!nid)
4215                 return 0;
4216         if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
4217             & (1 << 31))
4218                 return 1;
4219         return 0;
4220 }
4221
4222 /* return non-zero if the hp-pin of the given array index isn't
4223  * a jack-detection target
4224  */
4225 static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4226 {
4227         struct auto_pin_cfg *cfg = &spec->autocfg;
4228
4229         /* ignore sensing of shared line and mic jacks */
4230         if (cfg->hp_pins[i] == spec->line_switch)
4231                 return 1;
4232         if (cfg->hp_pins[i] == spec->mic_switch)
4233                 return 1;
4234         /* ignore if the pin is set as line-out */
4235         if (cfg->hp_pins[i] == spec->hp_switch)
4236                 return 1;
4237         return 0;
4238 }
4239
4240 static void stac92xx_hp_detect(struct hda_codec *codec)
4241 {
4242         struct sigmatel_spec *spec = codec->spec;
4243         struct auto_pin_cfg *cfg = &spec->autocfg;
4244         int i, presence;
4245
4246         presence = 0;
4247         if (spec->gpio_mute)
4248                 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4249                         AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4250
4251         for (i = 0; i < cfg->hp_outs; i++) {
4252                 if (presence)
4253                         break;
4254                 if (no_hp_sensing(spec, i))
4255                         continue;
4256                 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4257                 if (presence) {
4258                         unsigned int pinctl;
4259                         pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4260                                             AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4261                         if (pinctl & AC_PINCTL_IN_EN)
4262                                 presence = 0; /* mic- or line-input */
4263                 }
4264         }
4265
4266         if (presence) {
4267                 /* disable lineouts */
4268                 if (spec->hp_switch)
4269                         stac92xx_reset_pinctl(codec, spec->hp_switch,
4270                                               AC_PINCTL_OUT_EN);
4271                 for (i = 0; i < cfg->line_outs; i++)
4272                         stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4273                                                 AC_PINCTL_OUT_EN);
4274                 for (i = 0; i < cfg->speaker_outs; i++)
4275                         stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4276                                                 AC_PINCTL_OUT_EN);
4277                 if (spec->eapd_mask && spec->eapd_switch)
4278                         stac_gpio_set(codec, spec->gpio_mask,
4279                                 spec->gpio_dir, spec->gpio_data &
4280                                 ~spec->eapd_mask);
4281         } else {
4282                 /* enable lineouts */
4283                 if (spec->hp_switch)
4284                         stac92xx_set_pinctl(codec, spec->hp_switch,
4285                                             AC_PINCTL_OUT_EN);
4286                 for (i = 0; i < cfg->line_outs; i++)
4287                         stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4288                                                 AC_PINCTL_OUT_EN);
4289                 for (i = 0; i < cfg->speaker_outs; i++)
4290                         stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4291                                                 AC_PINCTL_OUT_EN);
4292                 if (spec->eapd_mask && spec->eapd_switch)
4293                         stac_gpio_set(codec, spec->gpio_mask,
4294                                 spec->gpio_dir, spec->gpio_data |
4295                                 spec->eapd_mask);
4296         }
4297         /* toggle hp outs */
4298         for (i = 0; i < cfg->hp_outs; i++) {
4299                 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4300                 if (no_hp_sensing(spec, i))
4301                         continue;
4302                 if (presence)
4303                         stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
4304 #if 0 /* FIXME */
4305 /* Resetting the pinctl like below may lead to (a sort of) regressions
4306  * on some devices since they use the HP pin actually for line/speaker
4307  * outs although the default pin config shows a different pin (that is
4308  * wrong and useless).
4309  *
4310  * So, it's basically a problem of default pin configs, likely a BIOS issue.
4311  * But, disabling the code below just works around it, and I'm too tired of
4312  * bug reports with such devices... 
4313  */
4314                 else
4315                         stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
4316 #endif /* FIXME */
4317         }
4318
4319
4320 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4321                                   int enable)
4322 {
4323         struct sigmatel_spec *spec = codec->spec;
4324         unsigned int idx, val;
4325
4326         for (idx = 0; idx < spec->num_pwrs; idx++) {
4327                 if (spec->pwr_nids[idx] == nid)
4328                         break;
4329         }
4330         if (idx >= spec->num_pwrs)
4331                 return;
4332
4333         /* several codecs have two power down bits */
4334         if (spec->pwr_mapping)
4335                 idx = spec->pwr_mapping[idx];
4336         else
4337                 idx = 1 << idx;
4338
4339         val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4340         if (enable)
4341                 val &= ~idx;
4342         else
4343                 val |= idx;
4344
4345         /* power down unused output ports */
4346         snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
4347 }
4348
4349 static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4350 {
4351         stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
4352 }
4353
4354 static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4355 {
4356         struct sigmatel_spec *spec = codec->spec;
4357         struct sigmatel_jack *jacks = spec->jacks.list;
4358
4359         if (jacks) {
4360                 int i;
4361                 for (i = 0; i < spec->jacks.used; i++) {
4362                         if (jacks->nid == nid) {
4363                                 unsigned int pin_ctl =
4364                                         snd_hda_codec_read(codec, nid,
4365                                         0, AC_VERB_GET_PIN_WIDGET_CONTROL,
4366                                          0x00);
4367                                 int type = jacks->type;
4368                                 if (type == (SND_JACK_LINEOUT
4369                                                 | SND_JACK_HEADPHONE))
4370                                         type = (pin_ctl & AC_PINCTL_HP_EN)
4371                                         ? SND_JACK_HEADPHONE : SND_JACK_LINEOUT;
4372                                 snd_jack_report(jacks->jack,
4373                                         get_pin_presence(codec, nid)
4374                                         ? type : 0);
4375                         }
4376                         jacks++;
4377                 }
4378         }
4379 }
4380
4381 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
4382                                    unsigned char type)
4383 {
4384         struct sigmatel_event *event = stac_get_event(codec, nid, type);
4385         if (!event)
4386                 return;
4387         codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4388 }
4389
4390 static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4391 {
4392         struct sigmatel_spec *spec = codec->spec;
4393         struct sigmatel_event *event;
4394         int tag, data;
4395
4396         tag = (res >> 26) & 0x7f;
4397         event = stac_get_event_from_tag(codec, tag);
4398         if (!event)
4399                 return;
4400
4401         switch (event->type) {
4402         case STAC_HP_EVENT:
4403                 stac92xx_hp_detect(codec);
4404                 /* fallthru */
4405         case STAC_INSERT_EVENT:
4406         case STAC_PWR_EVENT:
4407                 if (spec->num_pwrs > 0)
4408                         stac92xx_pin_sense(codec, event->nid);
4409                 stac92xx_report_jack(codec, event->nid);
4410                 break;
4411         case STAC_VREF_EVENT:
4412                 data = snd_hda_codec_read(codec, codec->afg, 0,
4413                                           AC_VERB_GET_GPIO_DATA, 0);
4414                 /* toggle VREF state based on GPIOx status */
4415                 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
4416                                     !!(data & (1 << event->data)));
4417                 break;
4418         }
4419 }
4420
4421 #ifdef CONFIG_PROC_FS
4422 static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4423                                struct hda_codec *codec, hda_nid_t nid)
4424 {
4425         if (nid == codec->afg)
4426                 snd_iprintf(buffer, "Power-Map: 0x%02x\n", 
4427                             snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4428 }
4429
4430 static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4431                                   struct hda_codec *codec,
4432                                   unsigned int verb)
4433 {
4434         snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4435                     snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4436 }
4437
4438 /* stac92hd71bxx, stac92hd73xx */
4439 static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4440                                  struct hda_codec *codec, hda_nid_t nid)
4441 {
4442         stac92hd_proc_hook(buffer, codec, nid);
4443         if (nid == codec->afg)
4444                 analog_loop_proc_hook(buffer, codec, 0xfa0);
4445 }
4446
4447 static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4448                                struct hda_codec *codec, hda_nid_t nid)
4449 {
4450         if (nid == codec->afg)
4451                 analog_loop_proc_hook(buffer, codec, 0xfe0);
4452 }
4453
4454 static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4455                                struct hda_codec *codec, hda_nid_t nid)
4456 {
4457         if (nid == codec->afg)
4458                 analog_loop_proc_hook(buffer, codec, 0xfeb);
4459 }
4460 #else
4461 #define stac92hd_proc_hook      NULL
4462 #define stac92hd7x_proc_hook    NULL
4463 #define stac9205_proc_hook      NULL
4464 #define stac927x_proc_hook      NULL
4465 #endif
4466
4467 #ifdef SND_HDA_NEEDS_RESUME
4468 static int stac92xx_resume(struct hda_codec *codec)
4469 {
4470         struct sigmatel_spec *spec = codec->spec;
4471
4472         stac92xx_init(codec);
4473         snd_hda_codec_resume_amp(codec);
4474         snd_hda_codec_resume_cache(codec);
4475         /* fake event to set up pins again to override cached values */
4476         if (spec->hp_detect)
4477                 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4478                                        STAC_HP_EVENT);
4479         return 0;
4480 }
4481
4482
4483 /*
4484  * using power check for controlling mute led of HP HDX notebooks
4485  * check for mute state only on Speakers (nid = 0x10)
4486  *
4487  * For this feature CONFIG_SND_HDA_POWER_SAVE is needed, otherwise
4488  * the LED is NOT working properly !
4489  */
4490
4491 #ifdef CONFIG_SND_HDA_POWER_SAVE
4492 static int stac92xx_hp_hdx_check_power_status (struct hda_codec * codec, hda_nid_t nid)
4493 {
4494         struct sigmatel_spec *spec = codec->spec;
4495         
4496         if (nid == 0x10)
4497         {
4498                 if (snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0)  & 
4499                     HDA_AMP_MUTE)
4500                         spec->gpio_data &= ~0x08;  /* orange */
4501                 else
4502                         spec->gpio_data |= 0x08;   /* white */
4503                 
4504                 stac_gpio_set(codec, spec->gpio_mask, 
4505                               spec->gpio_dir, 
4506                               spec->gpio_data);
4507         }
4508
4509         return 0;
4510 }
4511 #endif
4512
4513 static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
4514 {
4515         struct sigmatel_spec *spec = codec->spec;
4516         if (spec->eapd_mask)
4517                 stac_gpio_set(codec, spec->gpio_mask,
4518                                 spec->gpio_dir, spec->gpio_data &
4519                                 ~spec->eapd_mask);
4520         return 0;
4521 }
4522 #endif
4523
4524 static struct hda_codec_ops stac92xx_patch_ops = {
4525         .build_controls = stac92xx_build_controls,
4526         .build_pcms = stac92xx_build_pcms,
4527         .init = stac92xx_init,
4528         .free = stac92xx_free,
4529         .unsol_event = stac92xx_unsol_event,
4530 #ifdef SND_HDA_NEEDS_RESUME
4531         .suspend = stac92xx_suspend,
4532         .resume = stac92xx_resume,
4533 #endif
4534 };
4535
4536 static int patch_stac9200(struct hda_codec *codec)
4537 {
4538         struct sigmatel_spec *spec;
4539         int err;
4540
4541         spec  = kzalloc(sizeof(*spec), GFP_KERNEL);
4542         if (spec == NULL)
4543                 return -ENOMEM;
4544
4545         codec->spec = spec;
4546         spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
4547         spec->pin_nids = stac9200_pin_nids;
4548         spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
4549                                                         stac9200_models,
4550                                                         stac9200_cfg_tbl);
4551         if (spec->board_config < 0)
4552                 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
4553         else
4554                 stac92xx_set_config_regs(codec,
4555                                          stac9200_brd_tbl[spec->board_config]);
4556
4557         spec->multiout.max_channels = 2;
4558         spec->multiout.num_dacs = 1;
4559         spec->multiout.dac_nids = stac9200_dac_nids;
4560         spec->adc_nids = stac9200_adc_nids;
4561         spec->mux_nids = stac9200_mux_nids;
4562         spec->num_muxes = 1;
4563         spec->num_dmics = 0;
4564         spec->num_adcs = 1;
4565         spec->num_pwrs = 0;
4566
4567         if (spec->board_config == STAC_9200_M4 ||
4568             spec->board_config == STAC_9200_M4_2 ||
4569             spec->board_config == STAC_9200_OQO)
4570                 spec->init = stac9200_eapd_init;
4571         else
4572                 spec->init = stac9200_core_init;
4573         spec->mixer = stac9200_mixer;
4574
4575         if (spec->board_config == STAC_9200_PANASONIC) {
4576                 spec->gpio_mask = spec->gpio_dir = 0x09;
4577                 spec->gpio_data = 0x00;
4578         }
4579
4580         err = stac9200_parse_auto_config(codec);
4581         if (err < 0) {
4582                 stac92xx_free(codec);
4583                 return err;
4584         }
4585
4586         /* CF-74 has no headphone detection, and the driver should *NOT*
4587          * do detection and HP/speaker toggle because the hardware does it.
4588          */
4589         if (spec->board_config == STAC_9200_PANASONIC)
4590                 spec->hp_detect = 0;
4591
4592         codec->patch_ops = stac92xx_patch_ops;
4593
4594         return 0;
4595 }
4596
4597 static int patch_stac925x(struct hda_codec *codec)
4598 {
4599         struct sigmatel_spec *spec;
4600         int err;
4601
4602         spec  = kzalloc(sizeof(*spec), GFP_KERNEL);
4603         if (spec == NULL)
4604                 return -ENOMEM;
4605
4606         codec->spec = spec;
4607         spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
4608         spec->pin_nids = stac925x_pin_nids;
4609
4610         /* Check first for codec ID */
4611         spec->board_config = snd_hda_check_board_codec_sid_config(codec,
4612                                                         STAC_925x_MODELS,
4613                                                         stac925x_models,
4614                                                         stac925x_codec_id_cfg_tbl);
4615
4616         /* Now checks for PCI ID, if codec ID is not found */
4617         if (spec->board_config < 0)
4618                 spec->board_config = snd_hda_check_board_config(codec,
4619                                                         STAC_925x_MODELS,
4620                                                         stac925x_models,
4621                                                         stac925x_cfg_tbl);
4622  again:
4623         if (spec->board_config < 0)
4624                 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
4625                                       "using BIOS defaults\n");
4626         else
4627                 stac92xx_set_config_regs(codec,
4628                                          stac925x_brd_tbl[spec->board_config]);
4629
4630         spec->multiout.max_channels = 2;
4631         spec->multiout.num_dacs = 1;
4632         spec->multiout.dac_nids = stac925x_dac_nids;
4633         spec->adc_nids = stac925x_adc_nids;
4634         spec->mux_nids = stac925x_mux_nids;
4635         spec->num_muxes = 1;
4636         spec->num_adcs = 1;
4637         spec->num_pwrs = 0;
4638         switch (codec->vendor_id) {
4639         case 0x83847632: /* STAC9202  */
4640         case 0x83847633: /* STAC9202D */
4641         case 0x83847636: /* STAC9251  */
4642         case 0x83847637: /* STAC9251D */
4643                 spec->num_dmics = STAC925X_NUM_DMICS;
4644                 spec->dmic_nids = stac925x_dmic_nids;
4645                 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
4646                 spec->dmux_nids = stac925x_dmux_nids;
4647                 break;
4648         default:
4649                 spec->num_dmics = 0;
4650                 break;
4651         }
4652
4653         spec->init = stac925x_core_init;
4654         spec->mixer = stac925x_mixer;
4655
4656         err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
4657         if (!err) {
4658                 if (spec->board_config < 0) {
4659                         printk(KERN_WARNING "hda_codec: No auto-config is "
4660                                "available, default to model=ref\n");
4661                         spec->board_config = STAC_925x_REF;
4662                         goto again;
4663                 }
4664                 err = -EINVAL;
4665         }
4666         if (err < 0) {
4667                 stac92xx_free(codec);
4668                 return err;
4669         }
4670
4671         codec->patch_ops = stac92xx_patch_ops;
4672
4673         return 0;
4674 }
4675
4676 static struct hda_input_mux stac92hd73xx_dmux = {
4677         .num_items = 4,
4678         .items = {
4679                 { "Analog Inputs", 0x0b },
4680                 { "Digital Mic 1", 0x09 },
4681                 { "Digital Mic 2", 0x0a },
4682                 { "CD", 0x08 },
4683         }
4684 };
4685
4686 static int patch_stac92hd73xx(struct hda_codec *codec)
4687 {
4688         struct sigmatel_spec *spec;
4689         hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
4690         int err = 0;
4691         int num_dacs;
4692
4693         spec  = kzalloc(sizeof(*spec), GFP_KERNEL);
4694         if (spec == NULL)
4695                 return -ENOMEM;
4696
4697         codec->spec = spec;
4698         codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
4699         spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
4700         spec->pin_nids = stac92hd73xx_pin_nids;
4701         spec->board_config = snd_hda_check_board_config(codec,
4702                                                         STAC_92HD73XX_MODELS,
4703                                                         stac92hd73xx_models,
4704                                                         stac92hd73xx_cfg_tbl);
4705 again:
4706         if (spec->board_config < 0)
4707                 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4708                         " STAC92HD73XX, using BIOS defaults\n");
4709         else
4710                 stac92xx_set_config_regs(codec,
4711                                 stac92hd73xx_brd_tbl[spec->board_config]);
4712
4713         num_dacs = snd_hda_get_connections(codec, 0x0a,
4714                         conn, STAC92HD73_DAC_COUNT + 2) - 1;
4715
4716         if (num_dacs < 3 || num_dacs > 5) {
4717                 printk(KERN_WARNING "hda_codec: Could not determine "
4718                        "number of channels defaulting to DAC count\n");
4719                 num_dacs = STAC92HD73_DAC_COUNT;
4720         }
4721         switch (num_dacs) {
4722         case 0x3: /* 6 Channel */
4723                 spec->mixer = stac92hd73xx_6ch_mixer;
4724                 spec->init = stac92hd73xx_6ch_core_init;
4725                 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
4726                 break;
4727         case 0x4: /* 8 Channel */
4728                 spec->mixer = stac92hd73xx_8ch_mixer;
4729                 spec->init = stac92hd73xx_8ch_core_init;
4730                 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
4731                 break;
4732         case 0x5: /* 10 Channel */
4733                 spec->mixer = stac92hd73xx_10ch_mixer;
4734                 spec->init = stac92hd73xx_10ch_core_init;
4735                 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
4736                 break;
4737         }
4738         spec->multiout.dac_nids = spec->dac_nids;
4739
4740         spec->aloopback_mask = 0x01;
4741         spec->aloopback_shift = 8;
4742
4743         spec->digbeep_nid = 0x1c;
4744         spec->mux_nids = stac92hd73xx_mux_nids;
4745         spec->adc_nids = stac92hd73xx_adc_nids;
4746         spec->dmic_nids = stac92hd73xx_dmic_nids;
4747         spec->dmux_nids = stac92hd73xx_dmux_nids;
4748         spec->smux_nids = stac92hd73xx_smux_nids;
4749         spec->amp_nids = stac92hd73xx_amp_nids;
4750         spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
4751
4752         spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
4753         spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
4754         spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
4755         memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
4756                         sizeof(stac92hd73xx_dmux));
4757
4758         switch (spec->board_config) {
4759         case STAC_DELL_EQ:
4760                 spec->init = dell_eq_core_init;
4761                 /* fallthru */
4762         case STAC_DELL_M6_AMIC:
4763         case STAC_DELL_M6_DMIC:
4764         case STAC_DELL_M6_BOTH:
4765                 spec->num_smuxes = 0;
4766                 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
4767                 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
4768                 spec->eapd_switch = 0;
4769                 spec->num_amps = 1;
4770
4771                 if (spec->board_config != STAC_DELL_EQ)
4772                         spec->init = dell_m6_core_init;
4773                 switch (spec->board_config) {
4774                 case STAC_DELL_M6_AMIC: /* Analog Mics */
4775                         snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
4776                         spec->num_dmics = 0;
4777                         spec->private_dimux.num_items = 1;
4778                         break;
4779                 case STAC_DELL_M6_DMIC: /* Digital Mics */
4780                         snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
4781                         spec->num_dmics = 1;
4782                         spec->private_dimux.num_items = 2;
4783                         break;
4784                 case STAC_DELL_M6_BOTH: /* Both */
4785                         snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
4786                         snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
4787                         spec->num_dmics = 1;
4788                         spec->private_dimux.num_items = 2;
4789                         break;
4790                 }
4791                 break;
4792         default:
4793                 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
4794                 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
4795                 spec->eapd_switch = 1;
4796         }
4797         if (spec->board_config > STAC_92HD73XX_REF) {
4798                 /* GPIO0 High = Enable EAPD */
4799                 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4800                 spec->gpio_data = 0x01;
4801         }
4802         spec->dinput_mux = &spec->private_dimux;
4803
4804         spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4805         spec->pwr_nids = stac92hd73xx_pwr_nids;
4806
4807         err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
4808
4809         if (!err) {
4810                 if (spec->board_config < 0) {
4811                         printk(KERN_WARNING "hda_codec: No auto-config is "
4812                                "available, default to model=ref\n");
4813                         spec->board_config = STAC_92HD73XX_REF;
4814                         goto again;
4815                 }
4816                 err = -EINVAL;
4817         }
4818
4819         if (err < 0) {
4820                 stac92xx_free(codec);
4821                 return err;
4822         }
4823
4824         if (spec->board_config == STAC_92HD73XX_NO_JD)
4825                 spec->hp_detect = 0;
4826
4827         codec->patch_ops = stac92xx_patch_ops;
4828
4829         codec->proc_widget_hook = stac92hd7x_proc_hook;
4830
4831         return 0;
4832 }
4833
4834 static struct hda_input_mux stac92hd83xxx_dmux = {
4835         .num_items = 3,
4836         .items = {
4837                 { "Analog Inputs", 0x03 },
4838                 { "Digital Mic 1", 0x04 },
4839                 { "Digital Mic 2", 0x05 },
4840         }
4841 };
4842
4843 static int patch_stac92hd83xxx(struct hda_codec *codec)
4844 {
4845         struct sigmatel_spec *spec;
4846         hda_nid_t conn[STAC92HD83_DAC_COUNT + 1];
4847         int err;
4848         int num_dacs;
4849         hda_nid_t nid;
4850
4851         spec  = kzalloc(sizeof(*spec), GFP_KERNEL);
4852         if (spec == NULL)
4853                 return -ENOMEM;
4854
4855         codec->spec = spec;
4856         codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
4857         spec->mono_nid = 0x19;
4858         spec->digbeep_nid = 0x21;
4859         spec->dmic_nids = stac92hd83xxx_dmic_nids;
4860         spec->dmux_nids = stac92hd83xxx_dmux_nids;
4861         spec->adc_nids = stac92hd83xxx_adc_nids;
4862         spec->pwr_nids = stac92hd83xxx_pwr_nids;
4863         spec->amp_nids = stac92hd83xxx_amp_nids;
4864         spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
4865         spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
4866         spec->multiout.dac_nids = spec->dac_nids;
4867
4868         spec->init = stac92hd83xxx_core_init;
4869         spec->mixer = stac92hd83xxx_mixer;
4870         spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
4871         spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
4872         spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
4873         spec->num_amps = ARRAY_SIZE(stac92hd83xxx_amp_nids);
4874         spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
4875         spec->dinput_mux = &stac92hd83xxx_dmux;
4876         spec->pin_nids = stac92hd83xxx_pin_nids;
4877         spec->board_config = snd_hda_check_board_config(codec,
4878                                                         STAC_92HD83XXX_MODELS,
4879                                                         stac92hd83xxx_models,
4880                                                         stac92hd83xxx_cfg_tbl);
4881 again:
4882         if (spec->board_config < 0)
4883                 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4884                         " STAC92HD83XXX, using BIOS defaults\n");
4885         else
4886                 stac92xx_set_config_regs(codec,
4887                                 stac92hd83xxx_brd_tbl[spec->board_config]);
4888
4889         switch (codec->vendor_id) {
4890         case 0x111d7604:
4891         case 0x111d7605:
4892                 if (spec->board_config == STAC_92HD83XXX_PWR_REF)
4893                         break;
4894                 spec->num_pwrs = 0;
4895                 break;
4896         }
4897
4898         err = stac92xx_parse_auto_config(codec, 0x1d, 0);
4899         if (!err) {
4900                 if (spec->board_config < 0) {
4901                         printk(KERN_WARNING "hda_codec: No auto-config is "
4902                                "available, default to model=ref\n");
4903                         spec->board_config = STAC_92HD83XXX_REF;
4904                         goto again;
4905                 }
4906                 err = -EINVAL;
4907         }
4908
4909         if (err < 0) {
4910                 stac92xx_free(codec);
4911                 return err;
4912         }
4913
4914         switch (spec->board_config) {
4915         case STAC_DELL_S14:
4916                 nid = 0xf;
4917                 break;
4918         default:
4919                 nid = 0xe;
4920                 break;
4921         }
4922
4923         num_dacs = snd_hda_get_connections(codec, nid,
4924                                 conn, STAC92HD83_DAC_COUNT + 1) - 1;
4925
4926         /* set port X to select the last DAC
4927          */
4928         snd_hda_codec_write_cache(codec, nid, 0,
4929                         AC_VERB_SET_CONNECT_SEL, num_dacs);
4930
4931         codec->patch_ops = stac92xx_patch_ops;
4932
4933         codec->proc_widget_hook = stac92hd_proc_hook;
4934
4935         return 0;
4936 }
4937
4938 static struct hda_input_mux stac92hd71bxx_dmux_nomixer = {
4939         .num_items = 3,
4940         .items = {
4941                 { "Analog Inputs", 0x00 },
4942                 { "Digital Mic 1", 0x02 },
4943                 { "Digital Mic 2", 0x03 },
4944         }
4945 };
4946
4947 static struct hda_input_mux stac92hd71bxx_dmux_amixer = {
4948         .num_items = 4,
4949         .items = {
4950                 { "Analog Inputs", 0x00 },
4951                 { "Mixer", 0x01 },
4952                 { "Digital Mic 1", 0x02 },
4953                 { "Digital Mic 2", 0x03 },
4954         }
4955 };
4956
4957 /* get the pin connection (fixed, none, etc) */
4958 static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
4959 {
4960         struct sigmatel_spec *spec = codec->spec;
4961         unsigned int cfg;
4962
4963         cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
4964         return get_defcfg_connect(cfg);
4965 }
4966
4967 static int stac92hd71bxx_connected_ports(struct hda_codec *codec,
4968                                          hda_nid_t *nids, int num_nids)
4969 {
4970         struct sigmatel_spec *spec = codec->spec;
4971         int idx, num;
4972         unsigned int def_conf;
4973
4974         for (num = 0; num < num_nids; num++) {
4975                 for (idx = 0; idx < spec->num_pins; idx++)
4976                         if (spec->pin_nids[idx] == nids[num])
4977                                 break;
4978                 if (idx >= spec->num_pins)
4979                         break;
4980                 def_conf = stac_get_defcfg_connect(codec, idx);
4981                 if (def_conf == AC_JACK_PORT_NONE)
4982                         break;
4983         }
4984         return num;
4985 }
4986
4987 static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
4988                                           hda_nid_t dig0pin)
4989 {
4990         struct sigmatel_spec *spec = codec->spec;
4991         int idx;
4992
4993         for (idx = 0; idx < spec->num_pins; idx++)
4994                 if (spec->pin_nids[idx] == dig0pin)
4995                         break;
4996         if ((idx + 2) >= spec->num_pins)
4997                 return 0;
4998
4999         /* dig1pin case */
5000         if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
5001                 return 2;
5002
5003         /* dig0pin + dig2pin case */
5004         if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
5005                 return 2;
5006         if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
5007                 return 1;
5008         else
5009                 return 0;
5010 }
5011
5012 static int patch_stac92hd71bxx(struct hda_codec *codec)
5013 {
5014         struct sigmatel_spec *spec;
5015         struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
5016         int err = 0;
5017         unsigned int ndmic_nids = 0;
5018
5019         spec  = kzalloc(sizeof(*spec), GFP_KERNEL);
5020         if (spec == NULL)
5021                 return -ENOMEM;
5022
5023         codec->spec = spec;
5024         codec->patch_ops = stac92xx_patch_ops;
5025         spec->num_pins = STAC92HD71BXX_NUM_PINS;
5026         switch (codec->vendor_id) {
5027         case 0x111d76b6:
5028         case 0x111d76b7:
5029                 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5030                 break;
5031         case 0x111d7603:
5032         case 0x111d7608:
5033                 /* On 92HD75Bx 0x27 isn't a pin nid */
5034                 spec->num_pins--;
5035                 /* fallthrough */
5036         default:
5037                 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5038         }
5039         spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
5040         spec->board_config = snd_hda_check_board_config(codec,
5041                                                         STAC_92HD71BXX_MODELS,
5042                                                         stac92hd71bxx_models,
5043                                                         stac92hd71bxx_cfg_tbl);
5044 again:
5045         if (spec->board_config < 0)
5046                 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5047                         " STAC92HD71BXX, using BIOS defaults\n");
5048         else
5049                 stac92xx_set_config_regs(codec,
5050                                 stac92hd71bxx_brd_tbl[spec->board_config]);
5051
5052         if (spec->board_config > STAC_92HD71BXX_REF) {
5053                 /* GPIO0 = EAPD */
5054                 spec->gpio_mask = 0x01;
5055                 spec->gpio_dir = 0x01;
5056                 spec->gpio_data = 0x01;
5057         }
5058
5059         spec->dmic_nids = stac92hd71bxx_dmic_nids;
5060         spec->dmux_nids = stac92hd71bxx_dmux_nids;
5061
5062         switch (codec->vendor_id) {
5063         case 0x111d76b6: /* 4 Port without Analog Mixer */
5064         case 0x111d76b7:
5065                 unmute_init++;
5066                 /* fallthru */
5067         case 0x111d76b4: /* 6 Port without Analog Mixer */
5068         case 0x111d76b5:
5069                 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_nomixer,
5070                        sizeof(stac92hd71bxx_dmux_nomixer));
5071                 spec->mixer = stac92hd71bxx_mixer;
5072                 spec->init = stac92hd71bxx_core_init;
5073                 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
5074                 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5075                                         stac92hd71bxx_dmic_nids,
5076                                         STAC92HD71BXX_NUM_DMICS);
5077                 if (spec->num_dmics) {
5078                         spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5079                         spec->dinput_mux = &spec->private_dimux;
5080                         ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1;
5081                 }
5082                 break;
5083         case 0x111d7608: /* 5 Port with Analog Mixer */
5084                 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
5085                        sizeof(stac92hd71bxx_dmux_amixer));
5086                 spec->private_dimux.num_items--;
5087                 switch (spec->board_config) {
5088                 case STAC_HP_M4:
5089                         /* Enable VREF power saving on GPIO1 detect */
5090                         err = stac_add_event(spec, codec->afg,
5091                                              STAC_VREF_EVENT, 0x02);
5092                         if (err < 0)
5093                                 return err;
5094                         snd_hda_codec_write_cache(codec, codec->afg, 0,
5095                                 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
5096                         snd_hda_codec_write_cache(codec, codec->afg, 0,
5097                                 AC_VERB_SET_UNSOLICITED_ENABLE,
5098                                 AC_USRSP_EN | err);
5099                         spec->gpio_mask |= 0x02;
5100                         break;
5101                 }
5102                 if ((codec->revision_id & 0xf) == 0 ||
5103                     (codec->revision_id & 0xf) == 1)
5104                         spec->stream_delay = 40; /* 40 milliseconds */
5105
5106                 /* no output amps */
5107                 spec->num_pwrs = 0;
5108                 spec->mixer = stac92hd71bxx_analog_mixer;
5109                 spec->dinput_mux = &spec->private_dimux;
5110
5111                 /* disable VSW */
5112                 spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
5113                 unmute_init++;
5114                 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
5115                 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
5116                 stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS - 1] = 0;
5117                 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5118                                         stac92hd71bxx_dmic_nids,
5119                                         STAC92HD71BXX_NUM_DMICS - 1);
5120                 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5121                 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 2;
5122                 break;
5123         case 0x111d7603: /* 6 Port with Analog Mixer */
5124                 if ((codec->revision_id & 0xf) == 1)
5125                         spec->stream_delay = 40; /* 40 milliseconds */
5126
5127                 /* no output amps */
5128                 spec->num_pwrs = 0;
5129                 /* fallthru */
5130         default:
5131                 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
5132                        sizeof(stac92hd71bxx_dmux_amixer));
5133                 spec->dinput_mux = &spec->private_dimux;
5134                 spec->mixer = stac92hd71bxx_analog_mixer;
5135                 spec->init = stac92hd71bxx_analog_core_init;
5136                 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
5137                 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5138                                         stac92hd71bxx_dmic_nids,
5139                                         STAC92HD71BXX_NUM_DMICS);
5140                 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5141                 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1;
5142         }
5143
5144         if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5145                 snd_hda_sequence_write_cache(codec, unmute_init);
5146
5147         spec->aloopback_ctl = stac92hd71bxx_loopback;
5148         spec->aloopback_mask = 0x50;
5149         spec->aloopback_shift = 0;
5150
5151         spec->powerdown_adcs = 1;
5152         spec->digbeep_nid = 0x26;
5153         spec->mux_nids = stac92hd71bxx_mux_nids;
5154         spec->adc_nids = stac92hd71bxx_adc_nids;
5155         spec->smux_nids = stac92hd71bxx_smux_nids;
5156         spec->pwr_nids = stac92hd71bxx_pwr_nids;
5157
5158         spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5159         spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
5160         spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
5161
5162         switch (spec->board_config) {
5163         case STAC_HP_M4:
5164                 /* enable internal microphone */
5165                 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
5166                 stac92xx_auto_set_pinctl(codec, 0x0e,
5167                         AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
5168                 /* fallthru */
5169         case STAC_DELL_M4_2:
5170                 spec->num_dmics = 0;
5171                 spec->num_smuxes = 0;
5172                 spec->num_dmuxes = 0;
5173                 break;
5174         case STAC_DELL_M4_1:
5175         case STAC_DELL_M4_3:
5176                 spec->num_dmics = 1;
5177                 spec->num_smuxes = 0;
5178                 spec->num_dmuxes = 1;
5179                 break;
5180         case STAC_HP_DV5:
5181                 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
5182                 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
5183                 break;
5184         case STAC_HP_HDX:
5185                 spec->num_dmics = 1;
5186                 spec->num_dmuxes = 1;
5187                 spec->num_smuxes = 1;
5188                 /* 
5189                  * For controlling MUTE LED on HP HDX16/HDX18 notebooks,
5190                  * the CONFIG_SND_HDA_POWER_SAVE is needed to be set.
5191                  */
5192 #ifdef CONFIG_SND_HDA_POWER_SAVE
5193                 /* orange/white mute led on GPIO3, orange=0, white=1 */
5194                 spec->gpio_mask |= 0x08;
5195                 spec->gpio_dir  |= 0x08;
5196                 spec->gpio_data |= 0x08;  /* set to white */
5197
5198                 /* register check_power_status callback. */
5199                 codec->patch_ops.check_power_status = 
5200                     stac92xx_hp_hdx_check_power_status;
5201 #endif  
5202                 break;
5203         };
5204
5205         spec->multiout.dac_nids = spec->dac_nids;
5206         if (spec->dinput_mux)
5207                 spec->private_dimux.num_items += spec->num_dmics - ndmic_nids;
5208
5209         err = stac92xx_parse_auto_config(codec, 0x21, 0);
5210         if (!err) {
5211                 if (spec->board_config < 0) {
5212                         printk(KERN_WARNING "hda_codec: No auto-config is "
5213                                "available, default to model=ref\n");
5214                         spec->board_config = STAC_92HD71BXX_REF;
5215                         goto again;
5216                 }
5217                 err = -EINVAL;
5218         }
5219
5220         if (err < 0) {
5221                 stac92xx_free(codec);
5222                 return err;
5223         }
5224
5225         codec->proc_widget_hook = stac92hd7x_proc_hook;
5226
5227         return 0;
5228 };
5229
5230 static int patch_stac922x(struct hda_codec *codec)
5231 {
5232         struct sigmatel_spec *spec;
5233         int err;
5234
5235         spec  = kzalloc(sizeof(*spec), GFP_KERNEL);
5236         if (spec == NULL)
5237                 return -ENOMEM;
5238
5239         codec->spec = spec;
5240         spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
5241         spec->pin_nids = stac922x_pin_nids;
5242         spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
5243                                                         stac922x_models,
5244                                                         stac922x_cfg_tbl);
5245         if (spec->board_config == STAC_INTEL_MAC_AUTO) {
5246                 spec->gpio_mask = spec->gpio_dir = 0x03;
5247                 spec->gpio_data = 0x03;
5248                 /* Intel Macs have all same PCI SSID, so we need to check
5249                  * codec SSID to distinguish the exact models
5250                  */
5251                 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
5252                 switch (codec->subsystem_id) {
5253
5254                 case 0x106b0800:
5255                         spec->board_config = STAC_INTEL_MAC_V1;
5256                         break;
5257                 case 0x106b0600:
5258                 case 0x106b0700:
5259                         spec->board_config = STAC_INTEL_MAC_V2;
5260                         break;
5261                 case 0x106b0e00:
5262                 case 0x106b0f00:
5263                 case 0x106b1600:
5264                 case 0x106b1700:
5265                 case 0x106b0200:
5266                 case 0x106b1e00:
5267                         spec->board_config = STAC_INTEL_MAC_V3;
5268                         break;
5269                 case 0x106b1a00:
5270                 case 0x00000100:
5271                         spec->board_config = STAC_INTEL_MAC_V4;
5272                         break;
5273                 case 0x106b0a00:
5274                 case 0x106b2200:
5275                         spec->board_config = STAC_INTEL_MAC_V5;
5276                         break;
5277                 default:
5278                         spec->board_config = STAC_INTEL_MAC_V3;
5279                         break;
5280                 }
5281         }
5282
5283  again:
5284         if (spec->board_config < 0)
5285                 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
5286                         "using BIOS defaults\n");
5287         else
5288                 stac92xx_set_config_regs(codec,
5289                                 stac922x_brd_tbl[spec->board_config]);
5290
5291         spec->adc_nids = stac922x_adc_nids;
5292         spec->mux_nids = stac922x_mux_nids;
5293         spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
5294         spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
5295         spec->num_dmics = 0;
5296         spec->num_pwrs = 0;
5297
5298         spec->init = stac922x_core_init;
5299         spec->mixer = stac922x_mixer;
5300
5301         spec->multiout.dac_nids = spec->dac_nids;
5302         
5303         err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
5304         if (!err) {
5305                 if (spec->board_config < 0) {
5306                         printk(KERN_WARNING "hda_codec: No auto-config is "
5307                                "available, default to model=ref\n");
5308                         spec->board_config = STAC_D945_REF;
5309                         goto again;
5310                 }
5311                 err = -EINVAL;
5312         }
5313         if (err < 0) {
5314                 stac92xx_free(codec);
5315                 return err;
5316         }
5317
5318         codec->patch_ops = stac92xx_patch_ops;
5319
5320         /* Fix Mux capture level; max to 2 */
5321         snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
5322                                   (0 << AC_AMPCAP_OFFSET_SHIFT) |
5323                                   (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
5324                                   (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
5325                                   (0 << AC_AMPCAP_MUTE_SHIFT));
5326
5327         return 0;
5328 }
5329
5330 static int patch_stac927x(struct hda_codec *codec)
5331 {
5332         struct sigmatel_spec *spec;
5333         int err;
5334
5335         spec  = kzalloc(sizeof(*spec), GFP_KERNEL);
5336         if (spec == NULL)
5337                 return -ENOMEM;
5338
5339         codec->spec = spec;
5340         codec->slave_dig_outs = stac927x_slave_dig_outs;
5341         spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
5342         spec->pin_nids = stac927x_pin_nids;
5343         spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
5344                                                         stac927x_models,
5345                                                         stac927x_cfg_tbl);
5346  again:
5347         if (spec->board_config < 0)
5348                 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5349                             "STAC927x, using BIOS defaults\n");
5350         else
5351                 stac92xx_set_config_regs(codec,
5352                                 stac927x_brd_tbl[spec->board_config]);
5353
5354         spec->digbeep_nid = 0x23;
5355         spec->adc_nids = stac927x_adc_nids;
5356         spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
5357         spec->mux_nids = stac927x_mux_nids;
5358         spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
5359         spec->smux_nids = stac927x_smux_nids;
5360         spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
5361         spec->spdif_labels = stac927x_spdif_labels;
5362         spec->dac_list = stac927x_dac_nids;
5363         spec->multiout.dac_nids = spec->dac_nids;
5364
5365         switch (spec->board_config) {
5366         case STAC_D965_3ST:
5367         case STAC_D965_5ST:
5368                 /* GPIO0 High = Enable EAPD */
5369                 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
5370                 spec->gpio_data = 0x01;
5371                 spec->num_dmics = 0;
5372
5373                 spec->init = d965_core_init;
5374                 spec->mixer = stac927x_mixer;
5375                 break;
5376         case STAC_DELL_BIOS:
5377                 switch (codec->subsystem_id) {
5378                 case 0x10280209:
5379                 case 0x1028022e:
5380                         /* correct the device field to SPDIF out */
5381                         snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
5382                         break;
5383                 };
5384                 /* configure the analog microphone on some laptops */
5385                 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
5386                 /* correct the front output jack as a hp out */
5387                 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
5388                 /* correct the front input jack as a mic */
5389                 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
5390                 /* fallthru */
5391         case STAC_DELL_3ST:
5392                 /* GPIO2 High = Enable EAPD */
5393                 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
5394                 spec->gpio_data = 0x04;
5395                 spec->dmic_nids = stac927x_dmic_nids;
5396                 spec->num_dmics = STAC927X_NUM_DMICS;
5397
5398                 spec->init = d965_core_init;
5399                 spec->mixer = stac927x_mixer;
5400                 spec->dmux_nids = stac927x_dmux_nids;
5401                 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
5402                 break;
5403         default:
5404                 if (spec->board_config > STAC_D965_REF) {
5405                         /* GPIO0 High = Enable EAPD */
5406                         spec->eapd_mask = spec->gpio_mask = 0x01;
5407                         spec->gpio_dir = spec->gpio_data = 0x01;
5408                 }
5409                 spec->num_dmics = 0;
5410
5411                 spec->init = stac927x_core_init;
5412                 spec->mixer = stac927x_mixer;
5413         }
5414
5415         spec->num_pwrs = 0;
5416         spec->aloopback_ctl = stac927x_loopback;
5417         spec->aloopback_mask = 0x40;
5418         spec->aloopback_shift = 0;
5419         spec->eapd_switch = 1;
5420
5421         err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
5422         if (!err) {
5423                 if (spec->board_config < 0) {
5424                         printk(KERN_WARNING "hda_codec: No auto-config is "
5425                                "available, default to model=ref\n");
5426                         spec->board_config = STAC_D965_REF;
5427                         goto again;
5428                 }
5429                 err = -EINVAL;
5430         }
5431         if (err < 0) {
5432                 stac92xx_free(codec);
5433                 return err;
5434         }
5435
5436         codec->patch_ops = stac92xx_patch_ops;
5437
5438         codec->proc_widget_hook = stac927x_proc_hook;
5439
5440         /*
5441          * !!FIXME!!
5442          * The STAC927x seem to require fairly long delays for certain
5443          * command sequences.  With too short delays (even if the answer
5444          * is set to RIRB properly), it results in the silence output
5445          * on some hardwares like Dell.
5446          *
5447          * The below flag enables the longer delay (see get_response
5448          * in hda_intel.c).
5449          */
5450         codec->bus->needs_damn_long_delay = 1;
5451
5452         /* no jack detecion for ref-no-jd model */
5453         if (spec->board_config == STAC_D965_REF_NO_JD)
5454                 spec->hp_detect = 0;
5455
5456         return 0;
5457 }
5458
5459 static int patch_stac9205(struct hda_codec *codec)
5460 {
5461         struct sigmatel_spec *spec;
5462         int err;
5463
5464         spec  = kzalloc(sizeof(*spec), GFP_KERNEL);
5465         if (spec == NULL)
5466                 return -ENOMEM;
5467
5468         codec->spec = spec;
5469         spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
5470         spec->pin_nids = stac9205_pin_nids;
5471         spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
5472                                                         stac9205_models,
5473                                                         stac9205_cfg_tbl);
5474  again:
5475         if (spec->board_config < 0)
5476                 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
5477         else
5478                 stac92xx_set_config_regs(codec,
5479                                          stac9205_brd_tbl[spec->board_config]);
5480
5481         spec->digbeep_nid = 0x23;
5482         spec->adc_nids = stac9205_adc_nids;
5483         spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
5484         spec->mux_nids = stac9205_mux_nids;
5485         spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
5486         spec->smux_nids = stac9205_smux_nids;
5487         spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
5488         spec->dmic_nids = stac9205_dmic_nids;
5489         spec->num_dmics = STAC9205_NUM_DMICS;
5490         spec->dmux_nids = stac9205_dmux_nids;
5491         spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
5492         spec->num_pwrs = 0;
5493
5494         spec->init = stac9205_core_init;
5495         spec->mixer = stac9205_mixer;
5496         spec->aloopback_ctl = stac9205_loopback;
5497
5498         spec->aloopback_mask = 0x40;
5499         spec->aloopback_shift = 0;
5500         /* Turn on/off EAPD per HP plugging */
5501         if (spec->board_config != STAC_9205_EAPD)
5502                 spec->eapd_switch = 1;
5503         spec->multiout.dac_nids = spec->dac_nids;
5504         
5505         switch (spec->board_config){
5506         case STAC_9205_DELL_M43:
5507                 /* Enable SPDIF in/out */
5508                 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
5509                 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
5510
5511                 /* Enable unsol response for GPIO4/Dock HP connection */
5512                 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
5513                 if (err < 0)
5514                         return err;
5515                 snd_hda_codec_write_cache(codec, codec->afg, 0,
5516                         AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
5517                 snd_hda_codec_write_cache(codec, codec->afg, 0,
5518                                           AC_VERB_SET_UNSOLICITED_ENABLE,
5519                                           AC_USRSP_EN | err);
5520
5521                 spec->gpio_dir = 0x0b;
5522                 spec->eapd_mask = 0x01;
5523                 spec->gpio_mask = 0x1b;
5524                 spec->gpio_mute = 0x10;
5525                 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
5526                  * GPIO3 Low = DRM
5527                  */
5528                 spec->gpio_data = 0x01;
5529                 break;
5530         case STAC_9205_REF:
5531                 /* SPDIF-In enabled */
5532                 break;
5533         default:
5534                 /* GPIO0 High = EAPD */
5535                 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5536                 spec->gpio_data = 0x01;
5537                 break;
5538         }
5539
5540         err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
5541         if (!err) {
5542                 if (spec->board_config < 0) {
5543                         printk(KERN_WARNING "hda_codec: No auto-config is "
5544                                "available, default to model=ref\n");
5545                         spec->board_config = STAC_9205_REF;
5546                         goto again;
5547                 }
5548                 err = -EINVAL;
5549         }
5550         if (err < 0) {
5551                 stac92xx_free(codec);
5552                 return err;
5553         }
5554
5555         codec->patch_ops = stac92xx_patch_ops;
5556
5557         codec->proc_widget_hook = stac9205_proc_hook;
5558
5559         return 0;
5560 }
5561
5562 /*
5563  * STAC9872 hack
5564  */
5565
5566 static struct hda_verb stac9872_core_init[] = {
5567         {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
5568         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5569         {}
5570 };
5571
5572 static struct snd_kcontrol_new stac9872_mixer[] = {
5573         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5574         HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5575         { } /* end */
5576 };
5577
5578 static hda_nid_t stac9872_pin_nids[] = {
5579         0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
5580         0x11, 0x13, 0x14,
5581 };
5582
5583 static hda_nid_t stac9872_adc_nids[] = {
5584         0x8 /*,0x6*/
5585 };
5586
5587 static hda_nid_t stac9872_mux_nids[] = {
5588         0x15
5589 };
5590
5591 static int patch_stac9872(struct hda_codec *codec)
5592 {
5593         struct sigmatel_spec *spec;
5594         int err;
5595
5596         spec  = kzalloc(sizeof(*spec), GFP_KERNEL);
5597         if (spec == NULL)
5598                 return -ENOMEM;
5599         codec->spec = spec;
5600
5601 #if 0 /* no model right now */
5602         spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
5603                                                         stac9872_models,
5604                                                         stac9872_cfg_tbl);
5605 #endif
5606
5607         spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
5608         spec->pin_nids = stac9872_pin_nids;
5609         spec->multiout.dac_nids = spec->dac_nids;
5610         spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
5611         spec->adc_nids = stac9872_adc_nids;
5612         spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
5613         spec->mux_nids = stac9872_mux_nids;
5614         spec->mixer = stac9872_mixer;
5615         spec->init = stac9872_core_init;
5616
5617         err = stac92xx_parse_auto_config(codec, 0x10, 0x12);
5618         if (err < 0) {
5619                 stac92xx_free(codec);
5620                 return -EINVAL;
5621         }
5622         spec->input_mux = &spec->private_imux;
5623         codec->patch_ops = stac92xx_patch_ops;
5624         return 0;
5625 }
5626
5627
5628 /*
5629  * patch entries
5630  */
5631 static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
5632         { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
5633         { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
5634         { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
5635         { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5636         { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5637         { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5638         { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
5639         { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5640         { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5641         { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5642         { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5643         { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5644         { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
5645         { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5646         { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5647         { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5648         { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5649         { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5650         { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5651         { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5652         { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5653         { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5654         { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
5655         { .id = 0x83847632, .name = "STAC9202",  .patch = patch_stac925x },
5656         { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5657         { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5658         { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5659         { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5660         { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
5661         { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5662         { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
5663         /* The following does not take into account .id=0x83847661 when subsys =
5664          * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5665          * currently not fully supported.
5666          */
5667         { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5668         { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5669         { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
5670         { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5671         { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5672         { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5673         { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5674         { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5675         { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5676         { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5677         { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
5678         { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
5679         { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
5680         { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
5681         { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
5682         { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5683         { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
5684         { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
5685         { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5686         { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5687         { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5688         { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5689         { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5690         { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5691         { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5692         { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5693         {} /* terminator */
5694 };
5695
5696 MODULE_ALIAS("snd-hda-codec-id:8384*");
5697 MODULE_ALIAS("snd-hda-codec-id:111d*");
5698
5699 MODULE_LICENSE("GPL");
5700 MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
5701
5702 static struct hda_codec_preset_list sigmatel_list = {
5703         .preset = snd_hda_preset_sigmatel,
5704         .owner = THIS_MODULE,
5705 };
5706
5707 static int __init patch_sigmatel_init(void)
5708 {
5709         return snd_hda_add_codec_preset(&sigmatel_list);
5710 }
5711
5712 static void __exit patch_sigmatel_exit(void)
5713 {
5714         snd_hda_delete_codec_preset(&sigmatel_list);
5715 }
5716
5717 module_init(patch_sigmatel_init)
5718 module_exit(patch_sigmatel_exit)