a2f11bf8155c8794bf4457a758d23a0fa5d35342
[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 <linux/dmi.h>
32 #include <linux/module.h>
33 #include <sound/core.h>
34 #include <sound/jack.h>
35 #include <sound/tlv.h>
36 #include "hda_codec.h"
37 #include "hda_local.h"
38 #include "hda_auto_parser.h"
39 #include "hda_beep.h"
40 #include "hda_jack.h"
41 #include "hda_generic.h"
42
43 enum {
44         STAC_VREF_EVENT = 8,
45         STAC_PWR_EVENT,
46 };
47
48 enum {
49         STAC_REF,
50         STAC_9200_OQO,
51         STAC_9200_DELL_D21,
52         STAC_9200_DELL_D22,
53         STAC_9200_DELL_D23,
54         STAC_9200_DELL_M21,
55         STAC_9200_DELL_M22,
56         STAC_9200_DELL_M23,
57         STAC_9200_DELL_M24,
58         STAC_9200_DELL_M25,
59         STAC_9200_DELL_M26,
60         STAC_9200_DELL_M27,
61         STAC_9200_M4,
62         STAC_9200_M4_2,
63         STAC_9200_PANASONIC,
64         STAC_9200_EAPD_INIT,
65         STAC_9200_MODELS
66 };
67
68 enum {
69         STAC_9205_REF,
70         STAC_9205_DELL_M42,
71         STAC_9205_DELL_M43,
72         STAC_9205_DELL_M44,
73         STAC_9205_EAPD,
74         STAC_9205_MODELS
75 };
76
77 enum {
78         STAC_92HD73XX_NO_JD, /* no jack-detection */
79         STAC_92HD73XX_REF,
80         STAC_92HD73XX_INTEL,
81         STAC_DELL_M6_AMIC,
82         STAC_DELL_M6_DMIC,
83         STAC_DELL_M6_BOTH,
84         STAC_DELL_EQ,
85         STAC_ALIENWARE_M17X,
86         STAC_92HD89XX_HP_FRONT_JACK,
87         STAC_92HD73XX_MODELS
88 };
89
90 enum {
91         STAC_92HD83XXX_REF,
92         STAC_92HD83XXX_PWR_REF,
93         STAC_DELL_S14,
94         STAC_DELL_VOSTRO_3500,
95         STAC_92HD83XXX_HP_cNB11_INTQUAD,
96         STAC_HP_DV7_4000,
97         STAC_HP_ZEPHYR,
98         STAC_92HD83XXX_HP_LED,
99         STAC_92HD83XXX_HP_INV_LED,
100         STAC_92HD83XXX_HP_MIC_LED,
101         STAC_92HD83XXX_HEADSET_JACK,
102         STAC_92HD83XXX_HP,
103         STAC_HP_ENVY_BASS,
104         STAC_HP_BNB13_EQ,
105         STAC_92HD83XXX_MODELS
106 };
107
108 enum {
109         STAC_92HD71BXX_REF,
110         STAC_DELL_M4_1,
111         STAC_DELL_M4_2,
112         STAC_DELL_M4_3,
113         STAC_HP_M4,
114         STAC_HP_DV4,
115         STAC_HP_DV5,
116         STAC_HP_HDX,
117         STAC_92HD71BXX_HP,
118         STAC_92HD71BXX_NO_DMIC,
119         STAC_92HD71BXX_NO_SMUX,
120         STAC_92HD71BXX_MODELS
121 };
122
123 enum {
124         STAC_925x_REF,
125         STAC_M1,
126         STAC_M1_2,
127         STAC_M2,
128         STAC_M2_2,
129         STAC_M3,
130         STAC_M5,
131         STAC_M6,
132         STAC_925x_MODELS
133 };
134
135 enum {
136         STAC_D945_REF,
137         STAC_D945GTP3,
138         STAC_D945GTP5,
139         STAC_INTEL_MAC_V1,
140         STAC_INTEL_MAC_V2,
141         STAC_INTEL_MAC_V3,
142         STAC_INTEL_MAC_V4,
143         STAC_INTEL_MAC_V5,
144         STAC_INTEL_MAC_AUTO,
145         STAC_ECS_202,
146         STAC_922X_DELL_D81,
147         STAC_922X_DELL_D82,
148         STAC_922X_DELL_M81,
149         STAC_922X_DELL_M82,
150         STAC_922X_INTEL_MAC_GPIO,
151         STAC_922X_MODELS
152 };
153
154 enum {
155         STAC_D965_REF_NO_JD, /* no jack-detection */
156         STAC_D965_REF,
157         STAC_D965_3ST,
158         STAC_D965_5ST,
159         STAC_D965_5ST_NO_FP,
160         STAC_D965_VERBS,
161         STAC_DELL_3ST,
162         STAC_DELL_BIOS,
163         STAC_DELL_BIOS_AMIC,
164         STAC_DELL_BIOS_SPDIF,
165         STAC_927X_DELL_DMIC,
166         STAC_927X_VOLKNOB,
167         STAC_927X_MODELS
168 };
169
170 enum {
171         STAC_9872_VAIO,
172         STAC_9872_MODELS
173 };
174
175 struct sigmatel_spec {
176         struct hda_gen_spec gen;
177
178         unsigned int eapd_switch: 1;
179         unsigned int linear_tone_beep:1;
180         unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */
181         unsigned int volknob_init:1; /* special volume-knob initialization */
182         unsigned int powerdown_adcs:1;
183         unsigned int have_spdif_mux:1;
184
185         /* gpio lines */
186         unsigned int eapd_mask;
187         unsigned int gpio_mask;
188         unsigned int gpio_dir;
189         unsigned int gpio_data;
190         unsigned int gpio_mute;
191         unsigned int gpio_led;
192         unsigned int gpio_led_polarity;
193         unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */
194         unsigned int vref_led;
195         int default_polarity;
196
197         unsigned int mic_mute_led_gpio; /* capture mute LED GPIO */
198         unsigned int mic_enabled; /* current mic mute state (bitmask) */
199
200         /* stream */
201         unsigned int stream_delay;
202
203         /* analog loopback */
204         const struct snd_kcontrol_new *aloopback_ctl;
205         unsigned int aloopback;
206         unsigned char aloopback_mask;
207         unsigned char aloopback_shift;
208
209         /* power management */
210         unsigned int power_map_bits;
211         unsigned int num_pwrs;
212         const hda_nid_t *pwr_nids;
213         unsigned int active_adcs;
214
215         /* beep widgets */
216         hda_nid_t anabeep_nid;
217
218         /* SPDIF-out mux */
219         const char * const *spdif_labels;
220         struct hda_input_mux spdif_mux;
221         unsigned int cur_smux[2];
222 };
223
224 #define AC_VERB_IDT_SET_POWER_MAP       0x7ec
225 #define AC_VERB_IDT_GET_POWER_MAP       0xfec
226
227 static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
228         0x0a, 0x0b, 0x0c, 0xd, 0x0e,
229         0x0f, 0x10, 0x11
230 };
231
232 static const hda_nid_t stac92hd83xxx_pwr_nids[7] = {
233         0x0a, 0x0b, 0x0c, 0xd, 0x0e,
234         0x0f, 0x10
235 };
236
237 static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
238         0x0a, 0x0d, 0x0f
239 };
240
241
242 /*
243  * PCM hooks
244  */
245 static void stac_playback_pcm_hook(struct hda_pcm_stream *hinfo,
246                                    struct hda_codec *codec,
247                                    struct snd_pcm_substream *substream,
248                                    int action)
249 {
250         struct sigmatel_spec *spec = codec->spec;
251         if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay)
252                 msleep(spec->stream_delay);
253 }
254
255 static void stac_capture_pcm_hook(struct hda_pcm_stream *hinfo,
256                                   struct hda_codec *codec,
257                                   struct snd_pcm_substream *substream,
258                                   int action)
259 {
260         struct sigmatel_spec *spec = codec->spec;
261         int i, idx = 0;
262
263         if (!spec->powerdown_adcs)
264                 return;
265
266         for (i = 0; i < spec->gen.num_all_adcs; i++) {
267                 if (spec->gen.all_adcs[i] == hinfo->nid) {
268                         idx = i;
269                         break;
270                 }
271         }
272
273         switch (action) {
274         case HDA_GEN_PCM_ACT_OPEN:
275                 msleep(40);
276                 snd_hda_codec_write(codec, hinfo->nid, 0,
277                                     AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
278                 spec->active_adcs |= (1 << idx);
279                 break;
280         case HDA_GEN_PCM_ACT_CLOSE:
281                 snd_hda_codec_write(codec, hinfo->nid, 0,
282                                     AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
283                 spec->active_adcs &= ~(1 << idx);
284                 break;
285         }
286 }
287
288 /*
289  * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
290  * funky external mute control using GPIO pins.
291  */
292
293 static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
294                           unsigned int dir_mask, unsigned int data)
295 {
296         unsigned int gpiostate, gpiomask, gpiodir;
297
298         snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
299
300         gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
301                                        AC_VERB_GET_GPIO_DATA, 0);
302         gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
303
304         gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
305                                       AC_VERB_GET_GPIO_MASK, 0);
306         gpiomask |= mask;
307
308         gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
309                                      AC_VERB_GET_GPIO_DIRECTION, 0);
310         gpiodir |= dir_mask;
311
312         /* Configure GPIOx as CMOS */
313         snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
314
315         snd_hda_codec_write(codec, codec->afg, 0,
316                             AC_VERB_SET_GPIO_MASK, gpiomask);
317         snd_hda_codec_read(codec, codec->afg, 0,
318                            AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
319
320         msleep(1);
321
322         snd_hda_codec_read(codec, codec->afg, 0,
323                            AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
324 }
325
326 /* hook for controlling mic-mute LED GPIO */
327 static void stac_capture_led_hook(struct hda_codec *codec,
328                                   struct snd_kcontrol *kcontrol,
329                                   struct snd_ctl_elem_value *ucontrol)
330 {
331         struct sigmatel_spec *spec = codec->spec;
332         unsigned int mask;
333         bool cur_mute, prev_mute;
334
335         if (!kcontrol || !ucontrol)
336                 return;
337
338         mask = 1U << snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
339         prev_mute = !spec->mic_enabled;
340         if (ucontrol->value.integer.value[0] ||
341             ucontrol->value.integer.value[1])
342                 spec->mic_enabled |= mask;
343         else
344                 spec->mic_enabled &= ~mask;
345         cur_mute = !spec->mic_enabled;
346         if (cur_mute != prev_mute) {
347                 if (cur_mute)
348                         spec->gpio_data |= spec->mic_mute_led_gpio;
349                 else
350                         spec->gpio_data &= ~spec->mic_mute_led_gpio;
351                 stac_gpio_set(codec, spec->gpio_mask,
352                               spec->gpio_dir, spec->gpio_data);
353         }
354 }
355
356 static int stac_vrefout_set(struct hda_codec *codec,
357                                         hda_nid_t nid, unsigned int new_vref)
358 {
359         int error, pinctl;
360
361         snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref);
362         pinctl = snd_hda_codec_read(codec, nid, 0,
363                                 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
364
365         if (pinctl < 0)
366                 return pinctl;
367
368         pinctl &= 0xff;
369         pinctl &= ~AC_PINCTL_VREFEN;
370         pinctl |= (new_vref & AC_PINCTL_VREFEN);
371
372         error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl);
373         if (error < 0)
374                 return error;
375
376         return 1;
377 }
378
379 /* prevent codec AFG to D3 state when vref-out pin is used for mute LED */
380 /* this hook is set in stac_setup_gpio() */
381 static unsigned int stac_vref_led_power_filter(struct hda_codec *codec,
382                                                hda_nid_t nid,
383                                                unsigned int power_state)
384 {
385         if (nid == codec->afg && power_state == AC_PWRST_D3)
386                 return AC_PWRST_D1;
387         return snd_hda_gen_path_power_filter(codec, nid, power_state);
388 }
389
390 /* update mute-LED accoring to the master switch */
391 static void stac_update_led_status(struct hda_codec *codec, int enabled)
392 {
393         struct sigmatel_spec *spec = codec->spec;
394         int muted = !enabled;
395
396         if (!spec->gpio_led)
397                 return;
398
399         /* LED state is inverted on these systems */
400         if (spec->gpio_led_polarity)
401                 muted = !muted;
402
403         if (!spec->vref_mute_led_nid) {
404                 if (muted)
405                         spec->gpio_data |= spec->gpio_led;
406                 else
407                         spec->gpio_data &= ~spec->gpio_led;
408                 stac_gpio_set(codec, spec->gpio_mask,
409                                 spec->gpio_dir, spec->gpio_data);
410         } else {
411                 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD;
412                 stac_vrefout_set(codec, spec->vref_mute_led_nid,
413                                  spec->vref_led);
414         }
415 }
416
417 /* vmaster hook to update mute LED */
418 static void stac_vmaster_hook(void *private_data, int val)
419 {
420         stac_update_led_status(private_data, val);
421 }
422
423 /* automute hook to handle GPIO mute and EAPD updates */
424 static void stac_update_outputs(struct hda_codec *codec)
425 {
426         struct sigmatel_spec *spec = codec->spec;
427
428         if (spec->gpio_mute)
429                 spec->gen.master_mute =
430                         !(snd_hda_codec_read(codec, codec->afg, 0,
431                                 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
432
433         snd_hda_gen_update_outputs(codec);
434
435         if (spec->eapd_mask && spec->eapd_switch) {
436                 unsigned int val = spec->gpio_data;
437                 if (spec->gen.speaker_muted)
438                         val &= ~spec->eapd_mask;
439                 else
440                         val |= spec->eapd_mask;
441                 if (spec->gpio_data != val) {
442                         spec->gpio_data = val;
443                         stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir,
444                                       val);
445                 }
446         }
447 }
448
449 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
450                                   bool enable, bool do_write)
451 {
452         struct sigmatel_spec *spec = codec->spec;
453         unsigned int idx, val;
454
455         for (idx = 0; idx < spec->num_pwrs; idx++) {
456                 if (spec->pwr_nids[idx] == nid)
457                         break;
458         }
459         if (idx >= spec->num_pwrs)
460                 return;
461
462         idx = 1 << idx;
463
464         val = spec->power_map_bits;
465         if (enable)
466                 val &= ~idx;
467         else
468                 val |= idx;
469
470         /* power down unused output ports */
471         if (val != spec->power_map_bits) {
472                 spec->power_map_bits = val;
473                 if (do_write)
474                         snd_hda_codec_write(codec, codec->afg, 0,
475                                             AC_VERB_IDT_SET_POWER_MAP, val);
476         }
477 }
478
479 /* update power bit per jack plug/unplug */
480 static void jack_update_power(struct hda_codec *codec,
481                               struct hda_jack_tbl *jack)
482 {
483         struct sigmatel_spec *spec = codec->spec;
484         int i;
485
486         if (!spec->num_pwrs)
487                 return;
488
489         if (jack && jack->nid) {
490                 stac_toggle_power_map(codec, jack->nid,
491                                       snd_hda_jack_detect(codec, jack->nid),
492                                       true);
493                 return;
494         }
495
496         /* update all jacks */
497         for (i = 0; i < spec->num_pwrs; i++) {
498                 hda_nid_t nid = spec->pwr_nids[i];
499                 jack = snd_hda_jack_tbl_get(codec, nid);
500                 if (!jack || !jack->action)
501                         continue;
502                 if (jack->action == STAC_PWR_EVENT ||
503                     jack->action <= HDA_GEN_LAST_EVENT)
504                         stac_toggle_power_map(codec, nid,
505                                               snd_hda_jack_detect(codec, nid),
506                                               false);
507         }
508
509         snd_hda_codec_write(codec, codec->afg, 0, AC_VERB_IDT_SET_POWER_MAP,
510                             spec->power_map_bits);
511 }
512
513 static void stac_hp_automute(struct hda_codec *codec,
514                                  struct hda_jack_tbl *jack)
515 {
516         snd_hda_gen_hp_automute(codec, jack);
517         jack_update_power(codec, jack);
518 }
519
520 static void stac_line_automute(struct hda_codec *codec,
521                                    struct hda_jack_tbl *jack)
522 {
523         snd_hda_gen_line_automute(codec, jack);
524         jack_update_power(codec, jack);
525 }
526
527 static void stac_mic_autoswitch(struct hda_codec *codec,
528                                 struct hda_jack_tbl *jack)
529 {
530         snd_hda_gen_mic_autoswitch(codec, jack);
531         jack_update_power(codec, jack);
532 }
533
534 static void stac_vref_event(struct hda_codec *codec, struct hda_jack_tbl *event)
535 {
536         unsigned int data;
537
538         data = snd_hda_codec_read(codec, codec->afg, 0,
539                                   AC_VERB_GET_GPIO_DATA, 0);
540         /* toggle VREF state based on GPIOx status */
541         snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
542                             !!(data & (1 << event->private_data)));
543 }
544
545 /* initialize the power map and enable the power event to jacks that
546  * haven't been assigned to automute
547  */
548 static void stac_init_power_map(struct hda_codec *codec)
549 {
550         struct sigmatel_spec *spec = codec->spec;
551         int i;
552
553         for (i = 0; i < spec->num_pwrs; i++)  {
554                 hda_nid_t nid = spec->pwr_nids[i];
555                 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
556                 def_conf = get_defcfg_connect(def_conf);
557                 if (snd_hda_jack_tbl_get(codec, nid))
558                         continue;
559                 if (def_conf == AC_JACK_PORT_COMPLEX &&
560                     !(spec->vref_mute_led_nid == nid ||
561                       is_jack_detectable(codec, nid))) {
562                         snd_hda_jack_detect_enable_callback(codec, nid,
563                                                             STAC_PWR_EVENT,
564                                                             jack_update_power);
565                 } else {
566                         if (def_conf == AC_JACK_PORT_NONE)
567                                 stac_toggle_power_map(codec, nid, false, false);
568                         else
569                                 stac_toggle_power_map(codec, nid, true, false);
570                 }
571         }
572 }
573
574 /*
575  */
576
577 static inline bool get_int_hint(struct hda_codec *codec, const char *key,
578                                 int *valp)
579 {
580         return !snd_hda_get_int_hint(codec, key, valp);
581 }
582
583 /* override some hints from the hwdep entry */
584 static void stac_store_hints(struct hda_codec *codec)
585 {
586         struct sigmatel_spec *spec = codec->spec;
587         int val;
588
589         if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
590                 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
591                         spec->gpio_mask;
592         }
593         if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
594                 spec->gpio_mask &= spec->gpio_mask;
595         if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
596                 spec->gpio_dir &= spec->gpio_mask;
597         if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
598                 spec->eapd_mask &= spec->gpio_mask;
599         if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
600                 spec->gpio_mute &= spec->gpio_mask;
601         val = snd_hda_get_bool_hint(codec, "eapd_switch");
602         if (val >= 0)
603                 spec->eapd_switch = val;
604 }
605
606 /*
607  * loopback controls
608  */
609
610 #define stac_aloopback_info snd_ctl_boolean_mono_info
611
612 static int stac_aloopback_get(struct snd_kcontrol *kcontrol,
613                               struct snd_ctl_elem_value *ucontrol)
614 {
615         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
616         unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
617         struct sigmatel_spec *spec = codec->spec;
618
619         ucontrol->value.integer.value[0] = !!(spec->aloopback &
620                                               (spec->aloopback_mask << idx));
621         return 0;
622 }
623
624 static int stac_aloopback_put(struct snd_kcontrol *kcontrol,
625                               struct snd_ctl_elem_value *ucontrol)
626 {
627         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
628         struct sigmatel_spec *spec = codec->spec;
629         unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
630         unsigned int dac_mode;
631         unsigned int val, idx_val;
632
633         idx_val = spec->aloopback_mask << idx;
634         if (ucontrol->value.integer.value[0])
635                 val = spec->aloopback | idx_val;
636         else
637                 val = spec->aloopback & ~idx_val;
638         if (spec->aloopback == val)
639                 return 0;
640
641         spec->aloopback = val;
642
643         /* Only return the bits defined by the shift value of the
644          * first two bytes of the mask
645          */
646         dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
647                                       kcontrol->private_value & 0xFFFF, 0x0);
648         dac_mode >>= spec->aloopback_shift;
649
650         if (spec->aloopback & idx_val) {
651                 snd_hda_power_up(codec);
652                 dac_mode |= idx_val;
653         } else {
654                 snd_hda_power_down(codec);
655                 dac_mode &= ~idx_val;
656         }
657
658         snd_hda_codec_write_cache(codec, codec->afg, 0,
659                 kcontrol->private_value >> 16, dac_mode);
660
661         return 1;
662 }
663
664 #define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
665         { \
666                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
667                 .name  = "Analog Loopback", \
668                 .count = cnt, \
669                 .info  = stac_aloopback_info, \
670                 .get   = stac_aloopback_get, \
671                 .put   = stac_aloopback_put, \
672                 .private_value = verb_read | (verb_write << 16), \
673         }
674
675 /*
676  * Mute LED handling on HP laptops
677  */
678
679 /* check whether it's a HP laptop with a docking port */
680 static bool hp_bnb2011_with_dock(struct hda_codec *codec)
681 {
682         if (codec->vendor_id != 0x111d7605 &&
683             codec->vendor_id != 0x111d76d1)
684                 return false;
685
686         switch (codec->subsystem_id) {
687         case 0x103c1618:
688         case 0x103c1619:
689         case 0x103c161a:
690         case 0x103c161b:
691         case 0x103c161c:
692         case 0x103c161d:
693         case 0x103c161e:
694         case 0x103c161f:
695
696         case 0x103c162a:
697         case 0x103c162b:
698
699         case 0x103c1630:
700         case 0x103c1631:
701
702         case 0x103c1633:
703         case 0x103c1634:
704         case 0x103c1635:
705
706         case 0x103c3587:
707         case 0x103c3588:
708         case 0x103c3589:
709         case 0x103c358a:
710
711         case 0x103c3667:
712         case 0x103c3668:
713         case 0x103c3669:
714
715                 return true;
716         }
717         return false;
718 }
719
720 static bool hp_blike_system(u32 subsystem_id)
721 {
722         switch (subsystem_id) {
723         case 0x103c1520:
724         case 0x103c1521:
725         case 0x103c1523:
726         case 0x103c1524:
727         case 0x103c1525:
728         case 0x103c1722:
729         case 0x103c1723:
730         case 0x103c1724:
731         case 0x103c1725:
732         case 0x103c1726:
733         case 0x103c1727:
734         case 0x103c1728:
735         case 0x103c1729:
736         case 0x103c172a:
737         case 0x103c172b:
738         case 0x103c307e:
739         case 0x103c307f:
740         case 0x103c3080:
741         case 0x103c3081:
742         case 0x103c7007:
743         case 0x103c7008:
744                 return true;
745         }
746         return false;
747 }
748
749 static void set_hp_led_gpio(struct hda_codec *codec)
750 {
751         struct sigmatel_spec *spec = codec->spec;
752         unsigned int gpio;
753
754         if (spec->gpio_led)
755                 return;
756
757         gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
758         gpio &= AC_GPIO_IO_COUNT;
759         if (gpio > 3)
760                 spec->gpio_led = 0x08; /* GPIO 3 */
761         else
762                 spec->gpio_led = 0x01; /* GPIO 0 */
763 }
764
765 /*
766  * This method searches for the mute LED GPIO configuration
767  * provided as OEM string in SMBIOS. The format of that string
768  * is HP_Mute_LED_P_G or HP_Mute_LED_P
769  * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
770  * that corresponds to the NOT muted state of the master volume
771  * and G is the index of the GPIO to use as the mute LED control (0..9)
772  * If _G portion is missing it is assigned based on the codec ID
773  *
774  * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
775  * or  HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
776  *
777  *
778  * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
779  * SMBIOS - at least the ones I have seen do not have them - which include
780  * my own system (HP Pavilion dv6-1110ax) and my cousin's
781  * HP Pavilion dv9500t CTO.
782  * Need more information on whether it is true across the entire series.
783  * -- kunal
784  */
785 static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity)
786 {
787         struct sigmatel_spec *spec = codec->spec;
788         const struct dmi_device *dev = NULL;
789
790         if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
791                 get_int_hint(codec, "gpio_led_polarity",
792                              &spec->gpio_led_polarity);
793                 return 1;
794         }
795
796         while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, NULL, dev))) {
797                 if (sscanf(dev->name, "HP_Mute_LED_%d_%x",
798                            &spec->gpio_led_polarity,
799                            &spec->gpio_led) == 2) {
800                         unsigned int max_gpio;
801                         max_gpio = snd_hda_param_read(codec, codec->afg,
802                                                       AC_PAR_GPIO_CAP);
803                         max_gpio &= AC_GPIO_IO_COUNT;
804                         if (spec->gpio_led < max_gpio)
805                                 spec->gpio_led = 1 << spec->gpio_led;
806                         else
807                                 spec->vref_mute_led_nid = spec->gpio_led;
808                         return 1;
809                 }
810                 if (sscanf(dev->name, "HP_Mute_LED_%d",
811                            &spec->gpio_led_polarity) == 1) {
812                         set_hp_led_gpio(codec);
813                         return 1;
814                 }
815                 /* BIOS bug: unfilled OEM string */
816                 if (strstr(dev->name, "HP_Mute_LED_P_G")) {
817                         set_hp_led_gpio(codec);
818                         if (default_polarity >= 0)
819                                 spec->gpio_led_polarity = default_polarity;
820                         else
821                                 spec->gpio_led_polarity = 1;
822                         return 1;
823                 }
824         }
825
826         /*
827          * Fallback case - if we don't find the DMI strings,
828          * we statically set the GPIO - if not a B-series system
829          * and default polarity is provided
830          */
831         if (!hp_blike_system(codec->subsystem_id) &&
832             (default_polarity == 0 || default_polarity == 1)) {
833                 set_hp_led_gpio(codec);
834                 spec->gpio_led_polarity = default_polarity;
835                 return 1;
836         }
837         return 0;
838 }
839
840 /* check whether a built-in speaker is included in parsed pins */
841 static bool has_builtin_speaker(struct hda_codec *codec)
842 {
843         struct sigmatel_spec *spec = codec->spec;
844         hda_nid_t *nid_pin;
845         int nids, i;
846
847         if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) {
848                 nid_pin = spec->gen.autocfg.line_out_pins;
849                 nids = spec->gen.autocfg.line_outs;
850         } else {
851                 nid_pin = spec->gen.autocfg.speaker_pins;
852                 nids = spec->gen.autocfg.speaker_outs;
853         }
854
855         for (i = 0; i < nids; i++) {
856                 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid_pin[i]);
857                 if (snd_hda_get_input_pin_attr(def_conf) == INPUT_PIN_ATTR_INT)
858                         return true;
859         }
860         return false;
861 }
862
863 /*
864  * PC beep controls
865  */
866
867 /* create PC beep volume controls */
868 static int stac_auto_create_beep_ctls(struct hda_codec *codec,
869                                                 hda_nid_t nid)
870 {
871         struct sigmatel_spec *spec = codec->spec;
872         u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
873         struct snd_kcontrol_new *knew;
874         static struct snd_kcontrol_new abeep_mute_ctl =
875                 HDA_CODEC_MUTE(NULL, 0, 0, 0);
876         static struct snd_kcontrol_new dbeep_mute_ctl =
877                 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0);
878         static struct snd_kcontrol_new beep_vol_ctl =
879                 HDA_CODEC_VOLUME(NULL, 0, 0, 0);
880
881         /* check for mute support for the the amp */
882         if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
883                 const struct snd_kcontrol_new *temp;
884                 if (spec->anabeep_nid == nid)
885                         temp = &abeep_mute_ctl;
886                 else
887                         temp = &dbeep_mute_ctl;
888                 knew = snd_hda_gen_add_kctl(&spec->gen,
889                                             "Beep Playback Switch", temp);
890                 if (!knew)
891                         return -ENOMEM;
892                 knew->private_value =
893                         HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
894         }
895
896         /* check to see if there is volume support for the amp */
897         if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
898                 knew = snd_hda_gen_add_kctl(&spec->gen,
899                                             "Beep Playback Volume",
900                                             &beep_vol_ctl);
901                 if (!knew)
902                         return -ENOMEM;
903                 knew->private_value =
904                         HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
905         }
906         return 0;
907 }
908
909 #ifdef CONFIG_SND_HDA_INPUT_BEEP
910 #define stac_dig_beep_switch_info snd_ctl_boolean_mono_info
911
912 static int stac_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
913                                     struct snd_ctl_elem_value *ucontrol)
914 {
915         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
916         ucontrol->value.integer.value[0] = codec->beep->enabled;
917         return 0;
918 }
919
920 static int stac_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
921                                     struct snd_ctl_elem_value *ucontrol)
922 {
923         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
924         return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
925 }
926
927 static const struct snd_kcontrol_new stac_dig_beep_ctrl = {
928         .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
929         .name = "Beep Playback Switch",
930         .info = stac_dig_beep_switch_info,
931         .get = stac_dig_beep_switch_get,
932         .put = stac_dig_beep_switch_put,
933 };
934
935 static int stac_beep_switch_ctl(struct hda_codec *codec)
936 {
937         struct sigmatel_spec *spec = codec->spec;
938
939         if (!snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_dig_beep_ctrl))
940                 return -ENOMEM;
941         return 0;
942 }
943 #endif
944
945 /*
946  * SPDIF-out mux controls
947  */
948
949 static int stac_smux_enum_info(struct snd_kcontrol *kcontrol,
950                                struct snd_ctl_elem_info *uinfo)
951 {
952         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
953         struct sigmatel_spec *spec = codec->spec;
954         return snd_hda_input_mux_info(&spec->spdif_mux, uinfo);
955 }
956
957 static int stac_smux_enum_get(struct snd_kcontrol *kcontrol,
958                               struct snd_ctl_elem_value *ucontrol)
959 {
960         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
961         struct sigmatel_spec *spec = codec->spec;
962         unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
963
964         ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
965         return 0;
966 }
967
968 static int stac_smux_enum_put(struct snd_kcontrol *kcontrol,
969                               struct snd_ctl_elem_value *ucontrol)
970 {
971         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
972         struct sigmatel_spec *spec = codec->spec;
973         unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
974
975         return snd_hda_input_mux_put(codec, &spec->spdif_mux, ucontrol,
976                                      spec->gen.autocfg.dig_out_pins[smux_idx],
977                                      &spec->cur_smux[smux_idx]);
978 }
979
980 static struct snd_kcontrol_new stac_smux_mixer = {
981         .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
982         .name = "IEC958 Playback Source",
983         /* count set later */
984         .info = stac_smux_enum_info,
985         .get = stac_smux_enum_get,
986         .put = stac_smux_enum_put,
987 };
988
989 static const char * const stac_spdif_labels[] = {
990         "Digital Playback", "Analog Mux 1", "Analog Mux 2", NULL
991 };
992
993 static int stac_create_spdif_mux_ctls(struct hda_codec *codec)
994 {
995         struct sigmatel_spec *spec = codec->spec;
996         struct auto_pin_cfg *cfg = &spec->gen.autocfg;
997         const char * const *labels = spec->spdif_labels;
998         struct snd_kcontrol_new *kctl;
999         int i, num_cons;
1000
1001         if (cfg->dig_outs < 1)
1002                 return 0;
1003
1004         num_cons = snd_hda_get_num_conns(codec, cfg->dig_out_pins[0]);
1005         if (num_cons <= 1)
1006                 return 0;
1007
1008         if (!labels)
1009                 labels = stac_spdif_labels;
1010         for (i = 0; i < num_cons; i++) {
1011                 if (snd_BUG_ON(!labels[i]))
1012                         return -EINVAL;
1013                 snd_hda_add_imux_item(&spec->spdif_mux, labels[i], i, NULL);
1014         }
1015
1016         kctl = snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_smux_mixer);
1017         if (!kctl)
1018                 return -ENOMEM;
1019         kctl->count = cfg->dig_outs;
1020
1021         return 0;
1022 }
1023
1024 /*
1025  */
1026
1027 static const struct hda_verb stac9200_core_init[] = {
1028         /* set dac0mux for dac converter */
1029         { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
1030         {}
1031 };
1032
1033 static const struct hda_verb stac9200_eapd_init[] = {
1034         /* set dac0mux for dac converter */
1035         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
1036         {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1037         {}
1038 };
1039
1040 static const struct hda_verb dell_eq_core_init[] = {
1041         /* set master volume to max value without distortion
1042          * and direct control */
1043         { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
1044         {}
1045 };
1046
1047 static const struct hda_verb stac92hd73xx_core_init[] = {
1048         /* set master volume and direct control */
1049         { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
1050         {}
1051 };
1052
1053 static const struct hda_verb stac92hd83xxx_core_init[] = {
1054         /* power state controls amps */
1055         { 0x01, AC_VERB_SET_EAPD, 1 << 2},
1056         {}
1057 };
1058
1059 static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
1060         { 0x22, 0x785, 0x43 },
1061         { 0x22, 0x782, 0xe0 },
1062         { 0x22, 0x795, 0x00 },
1063         {}
1064 };
1065
1066 static const struct hda_verb stac92hd71bxx_core_init[] = {
1067         /* set master volume and direct control */
1068         { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
1069         {}
1070 };
1071
1072 static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
1073         /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
1074         { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1075         { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1076         { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1077         {}
1078 };
1079
1080 static const struct hda_verb stac925x_core_init[] = {
1081         /* set dac0mux for dac converter */
1082         { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
1083         /* mute the master volume */
1084         { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
1085         {}
1086 };
1087
1088 static const struct hda_verb stac922x_core_init[] = {
1089         /* set master volume and direct control */
1090         { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
1091         {}
1092 };
1093
1094 static const struct hda_verb d965_core_init[] = {
1095         /* unmute node 0x1b */
1096         { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
1097         /* select node 0x03 as DAC */
1098         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1099         {}
1100 };
1101
1102 static const struct hda_verb dell_3st_core_init[] = {
1103         /* don't set delta bit */
1104         {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
1105         /* unmute node 0x1b */
1106         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
1107         /* select node 0x03 as DAC */
1108         {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1109         {}
1110 };
1111
1112 static const struct hda_verb stac927x_core_init[] = {
1113         /* set master volume and direct control */
1114         { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
1115         /* enable analog pc beep path */
1116         { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
1117         {}
1118 };
1119
1120 static const struct hda_verb stac927x_volknob_core_init[] = {
1121         /* don't set delta bit */
1122         {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
1123         /* enable analog pc beep path */
1124         {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
1125         {}
1126 };
1127
1128 static const struct hda_verb stac9205_core_init[] = {
1129         /* set master volume and direct control */
1130         { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
1131         /* enable analog pc beep path */
1132         { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
1133         {}
1134 };
1135
1136 static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback =
1137         STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3);
1138
1139 static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback =
1140         STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4);
1141
1142 static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback =
1143         STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5);
1144
1145 static const struct snd_kcontrol_new stac92hd71bxx_loopback =
1146         STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2);
1147
1148 static const struct snd_kcontrol_new stac9205_loopback =
1149         STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1);
1150
1151 static const struct snd_kcontrol_new stac927x_loopback =
1152         STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1);
1153
1154 static const struct hda_pintbl ref9200_pin_configs[] = {
1155         { 0x08, 0x01c47010 },
1156         { 0x09, 0x01447010 },
1157         { 0x0d, 0x0221401f },
1158         { 0x0e, 0x01114010 },
1159         { 0x0f, 0x02a19020 },
1160         { 0x10, 0x01a19021 },
1161         { 0x11, 0x90100140 },
1162         { 0x12, 0x01813122 },
1163         {}
1164 };
1165
1166 static const struct hda_pintbl gateway9200_m4_pin_configs[] = {
1167         { 0x08, 0x400000fe },
1168         { 0x09, 0x404500f4 },
1169         { 0x0d, 0x400100f0 },
1170         { 0x0e, 0x90110010 },
1171         { 0x0f, 0x400100f1 },
1172         { 0x10, 0x02a1902e },
1173         { 0x11, 0x500000f2 },
1174         { 0x12, 0x500000f3 },
1175         {}
1176 };
1177
1178 static const struct hda_pintbl gateway9200_m4_2_pin_configs[] = {
1179         { 0x08, 0x400000fe },
1180         { 0x09, 0x404500f4 },
1181         { 0x0d, 0x400100f0 },
1182         { 0x0e, 0x90110010 },
1183         { 0x0f, 0x400100f1 },
1184         { 0x10, 0x02a1902e },
1185         { 0x11, 0x500000f2 },
1186         { 0x12, 0x500000f3 },
1187         {}
1188 };
1189
1190 /*
1191     STAC 9200 pin configs for
1192     102801A8
1193     102801DE
1194     102801E8
1195 */
1196 static const struct hda_pintbl dell9200_d21_pin_configs[] = {
1197         { 0x08, 0x400001f0 },
1198         { 0x09, 0x400001f1 },
1199         { 0x0d, 0x02214030 },
1200         { 0x0e, 0x01014010 },
1201         { 0x0f, 0x02a19020 },
1202         { 0x10, 0x01a19021 },
1203         { 0x11, 0x90100140 },
1204         { 0x12, 0x01813122 },
1205         {}
1206 };
1207
1208 /*
1209     STAC 9200 pin configs for
1210     102801C0
1211     102801C1
1212 */
1213 static const struct hda_pintbl dell9200_d22_pin_configs[] = {
1214         { 0x08, 0x400001f0 },
1215         { 0x09, 0x400001f1 },
1216         { 0x0d, 0x0221401f },
1217         { 0x0e, 0x01014010 },
1218         { 0x0f, 0x01813020 },
1219         { 0x10, 0x02a19021 },
1220         { 0x11, 0x90100140 },
1221         { 0x12, 0x400001f2 },
1222         {}
1223 };
1224
1225 /*
1226     STAC 9200 pin configs for
1227     102801C4 (Dell Dimension E310)
1228     102801C5
1229     102801C7
1230     102801D9
1231     102801DA
1232     102801E3
1233 */
1234 static const struct hda_pintbl dell9200_d23_pin_configs[] = {
1235         { 0x08, 0x400001f0 },
1236         { 0x09, 0x400001f1 },
1237         { 0x0d, 0x0221401f },
1238         { 0x0e, 0x01014010 },
1239         { 0x0f, 0x01813020 },
1240         { 0x10, 0x01a19021 },
1241         { 0x11, 0x90100140 },
1242         { 0x12, 0x400001f2 },
1243         {}
1244 };
1245
1246
1247 /* 
1248     STAC 9200-32 pin configs for
1249     102801B5 (Dell Inspiron 630m)
1250     102801D8 (Dell Inspiron 640m)
1251 */
1252 static const struct hda_pintbl dell9200_m21_pin_configs[] = {
1253         { 0x08, 0x40c003fa },
1254         { 0x09, 0x03441340 },
1255         { 0x0d, 0x0321121f },
1256         { 0x0e, 0x90170310 },
1257         { 0x0f, 0x408003fb },
1258         { 0x10, 0x03a11020 },
1259         { 0x11, 0x401003fc },
1260         { 0x12, 0x403003fd },
1261         {}
1262 };
1263
1264 /* 
1265     STAC 9200-32 pin configs for
1266     102801C2 (Dell Latitude D620)
1267     102801C8 
1268     102801CC (Dell Latitude D820)
1269     102801D4 
1270     102801D6 
1271 */
1272 static const struct hda_pintbl dell9200_m22_pin_configs[] = {
1273         { 0x08, 0x40c003fa },
1274         { 0x09, 0x0144131f },
1275         { 0x0d, 0x0321121f },
1276         { 0x0e, 0x90170310 },
1277         { 0x0f, 0x90a70321 },
1278         { 0x10, 0x03a11020 },
1279         { 0x11, 0x401003fb },
1280         { 0x12, 0x40f000fc },
1281         {}
1282 };
1283
1284 /* 
1285     STAC 9200-32 pin configs for
1286     102801CE (Dell XPS M1710)
1287     102801CF (Dell Precision M90)
1288 */
1289 static const struct hda_pintbl dell9200_m23_pin_configs[] = {
1290         { 0x08, 0x40c003fa },
1291         { 0x09, 0x01441340 },
1292         { 0x0d, 0x0421421f },
1293         { 0x0e, 0x90170310 },
1294         { 0x0f, 0x408003fb },
1295         { 0x10, 0x04a1102e },
1296         { 0x11, 0x90170311 },
1297         { 0x12, 0x403003fc },
1298         {}
1299 };
1300
1301 /*
1302     STAC 9200-32 pin configs for 
1303     102801C9
1304     102801CA
1305     102801CB (Dell Latitude 120L)
1306     102801D3
1307 */
1308 static const struct hda_pintbl dell9200_m24_pin_configs[] = {
1309         { 0x08, 0x40c003fa },
1310         { 0x09, 0x404003fb },
1311         { 0x0d, 0x0321121f },
1312         { 0x0e, 0x90170310 },
1313         { 0x0f, 0x408003fc },
1314         { 0x10, 0x03a11020 },
1315         { 0x11, 0x401003fd },
1316         { 0x12, 0x403003fe },
1317         {}
1318 };
1319
1320 /*
1321     STAC 9200-32 pin configs for
1322     102801BD (Dell Inspiron E1505n)
1323     102801EE
1324     102801EF
1325 */
1326 static const struct hda_pintbl dell9200_m25_pin_configs[] = {
1327         { 0x08, 0x40c003fa },
1328         { 0x09, 0x01441340 },
1329         { 0x0d, 0x0421121f },
1330         { 0x0e, 0x90170310 },
1331         { 0x0f, 0x408003fb },
1332         { 0x10, 0x04a11020 },
1333         { 0x11, 0x401003fc },
1334         { 0x12, 0x403003fd },
1335         {}
1336 };
1337
1338 /*
1339     STAC 9200-32 pin configs for
1340     102801F5 (Dell Inspiron 1501)
1341     102801F6
1342 */
1343 static const struct hda_pintbl dell9200_m26_pin_configs[] = {
1344         { 0x08, 0x40c003fa },
1345         { 0x09, 0x404003fb },
1346         { 0x0d, 0x0421121f },
1347         { 0x0e, 0x90170310 },
1348         { 0x0f, 0x408003fc },
1349         { 0x10, 0x04a11020 },
1350         { 0x11, 0x401003fd },
1351         { 0x12, 0x403003fe },
1352         {}
1353 };
1354
1355 /*
1356     STAC 9200-32
1357     102801CD (Dell Inspiron E1705/9400)
1358 */
1359 static const struct hda_pintbl dell9200_m27_pin_configs[] = {
1360         { 0x08, 0x40c003fa },
1361         { 0x09, 0x01441340 },
1362         { 0x0d, 0x0421121f },
1363         { 0x0e, 0x90170310 },
1364         { 0x0f, 0x90170310 },
1365         { 0x10, 0x04a11020 },
1366         { 0x11, 0x90170310 },
1367         { 0x12, 0x40f003fc },
1368         {}
1369 };
1370
1371 static const struct hda_pintbl oqo9200_pin_configs[] = {
1372         { 0x08, 0x40c000f0 },
1373         { 0x09, 0x404000f1 },
1374         { 0x0d, 0x0221121f },
1375         { 0x0e, 0x02211210 },
1376         { 0x0f, 0x90170111 },
1377         { 0x10, 0x90a70120 },
1378         { 0x11, 0x400000f2 },
1379         { 0x12, 0x400000f3 },
1380         {}
1381 };
1382
1383
1384 static void stac9200_fixup_panasonic(struct hda_codec *codec,
1385                                      const struct hda_fixup *fix, int action)
1386 {
1387         struct sigmatel_spec *spec = codec->spec;
1388
1389         if (action == HDA_FIXUP_ACT_PRE_PROBE) {
1390                 spec->gpio_mask = spec->gpio_dir = 0x09;
1391                 spec->gpio_data = 0x00;
1392                 /* CF-74 has no headphone detection, and the driver should *NOT*
1393                  * do detection and HP/speaker toggle because the hardware does it.
1394                  */
1395                 spec->gen.suppress_auto_mute = 1;
1396         }
1397 }
1398
1399
1400 static const struct hda_fixup stac9200_fixups[] = {
1401         [STAC_REF] = {
1402                 .type = HDA_FIXUP_PINS,
1403                 .v.pins = ref9200_pin_configs,
1404         },
1405         [STAC_9200_OQO] = {
1406                 .type = HDA_FIXUP_PINS,
1407                 .v.pins = oqo9200_pin_configs,
1408                 .chained = true,
1409                 .chain_id = STAC_9200_EAPD_INIT,
1410         },
1411         [STAC_9200_DELL_D21] = {
1412                 .type = HDA_FIXUP_PINS,
1413                 .v.pins = dell9200_d21_pin_configs,
1414         },
1415         [STAC_9200_DELL_D22] = {
1416                 .type = HDA_FIXUP_PINS,
1417                 .v.pins = dell9200_d22_pin_configs,
1418         },
1419         [STAC_9200_DELL_D23] = {
1420                 .type = HDA_FIXUP_PINS,
1421                 .v.pins = dell9200_d23_pin_configs,
1422         },
1423         [STAC_9200_DELL_M21] = {
1424                 .type = HDA_FIXUP_PINS,
1425                 .v.pins = dell9200_m21_pin_configs,
1426         },
1427         [STAC_9200_DELL_M22] = {
1428                 .type = HDA_FIXUP_PINS,
1429                 .v.pins = dell9200_m22_pin_configs,
1430         },
1431         [STAC_9200_DELL_M23] = {
1432                 .type = HDA_FIXUP_PINS,
1433                 .v.pins = dell9200_m23_pin_configs,
1434         },
1435         [STAC_9200_DELL_M24] = {
1436                 .type = HDA_FIXUP_PINS,
1437                 .v.pins = dell9200_m24_pin_configs,
1438         },
1439         [STAC_9200_DELL_M25] = {
1440                 .type = HDA_FIXUP_PINS,
1441                 .v.pins = dell9200_m25_pin_configs,
1442         },
1443         [STAC_9200_DELL_M26] = {
1444                 .type = HDA_FIXUP_PINS,
1445                 .v.pins = dell9200_m26_pin_configs,
1446         },
1447         [STAC_9200_DELL_M27] = {
1448                 .type = HDA_FIXUP_PINS,
1449                 .v.pins = dell9200_m27_pin_configs,
1450         },
1451         [STAC_9200_M4] = {
1452                 .type = HDA_FIXUP_PINS,
1453                 .v.pins = gateway9200_m4_pin_configs,
1454                 .chained = true,
1455                 .chain_id = STAC_9200_EAPD_INIT,
1456         },
1457         [STAC_9200_M4_2] = {
1458                 .type = HDA_FIXUP_PINS,
1459                 .v.pins = gateway9200_m4_2_pin_configs,
1460                 .chained = true,
1461                 .chain_id = STAC_9200_EAPD_INIT,
1462         },
1463         [STAC_9200_PANASONIC] = {
1464                 .type = HDA_FIXUP_FUNC,
1465                 .v.func = stac9200_fixup_panasonic,
1466         },
1467         [STAC_9200_EAPD_INIT] = {
1468                 .type = HDA_FIXUP_VERBS,
1469                 .v.verbs = (const struct hda_verb[]) {
1470                         {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1471                         {}
1472                 },
1473         },
1474 };
1475
1476 static const struct hda_model_fixup stac9200_models[] = {
1477         { .id = STAC_REF, .name = "ref" },
1478         { .id = STAC_9200_OQO, .name = "oqo" },
1479         { .id = STAC_9200_DELL_D21, .name = "dell-d21" },
1480         { .id = STAC_9200_DELL_D22, .name = "dell-d22" },
1481         { .id = STAC_9200_DELL_D23, .name = "dell-d23" },
1482         { .id = STAC_9200_DELL_M21, .name = "dell-m21" },
1483         { .id = STAC_9200_DELL_M22, .name = "dell-m22" },
1484         { .id = STAC_9200_DELL_M23, .name = "dell-m23" },
1485         { .id = STAC_9200_DELL_M24, .name = "dell-m24" },
1486         { .id = STAC_9200_DELL_M25, .name = "dell-m25" },
1487         { .id = STAC_9200_DELL_M26, .name = "dell-m26" },
1488         { .id = STAC_9200_DELL_M27, .name = "dell-m27" },
1489         { .id = STAC_9200_M4, .name = "gateway-m4" },
1490         { .id = STAC_9200_M4_2, .name = "gateway-m4-2" },
1491         { .id = STAC_9200_PANASONIC, .name = "panasonic" },
1492         {}
1493 };
1494
1495 static const struct snd_pci_quirk stac9200_fixup_tbl[] = {
1496         /* SigmaTel reference board */
1497         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1498                       "DFI LanParty", STAC_REF),
1499         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1500                       "DFI LanParty", STAC_REF),
1501         /* Dell laptops have BIOS problem */
1502         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1503                       "unknown Dell", STAC_9200_DELL_D21),
1504         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
1505                       "Dell Inspiron 630m", STAC_9200_DELL_M21),
1506         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1507                       "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1508         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1509                       "unknown Dell", STAC_9200_DELL_D22),
1510         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1511                       "unknown Dell", STAC_9200_DELL_D22),
1512         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
1513                       "Dell Latitude D620", STAC_9200_DELL_M22),
1514         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1515                       "unknown Dell", STAC_9200_DELL_D23),
1516         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1517                       "unknown Dell", STAC_9200_DELL_D23),
1518         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1519                       "unknown Dell", STAC_9200_DELL_M22),
1520         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1521                       "unknown Dell", STAC_9200_DELL_M24),
1522         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1523                       "unknown Dell", STAC_9200_DELL_M24),
1524         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
1525                       "Dell Latitude 120L", STAC_9200_DELL_M24),
1526         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
1527                       "Dell Latitude D820", STAC_9200_DELL_M22),
1528         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
1529                       "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
1530         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
1531                       "Dell XPS M1710", STAC_9200_DELL_M23),
1532         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
1533                       "Dell Precision M90", STAC_9200_DELL_M23),
1534         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1535                       "unknown Dell", STAC_9200_DELL_M22),
1536         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1537                       "unknown Dell", STAC_9200_DELL_M22),
1538         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
1539                       "unknown Dell", STAC_9200_DELL_M22),
1540         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
1541                       "Dell Inspiron 640m", STAC_9200_DELL_M21),
1542         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1543                       "unknown Dell", STAC_9200_DELL_D23),
1544         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1545                       "unknown Dell", STAC_9200_DELL_D23),
1546         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1547                       "unknown Dell", STAC_9200_DELL_D21),
1548         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1549                       "unknown Dell", STAC_9200_DELL_D23),
1550         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1551                       "unknown Dell", STAC_9200_DELL_D21),
1552         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1553                       "unknown Dell", STAC_9200_DELL_M25),
1554         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1555                       "unknown Dell", STAC_9200_DELL_M25),
1556         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
1557                       "Dell Inspiron 1501", STAC_9200_DELL_M26),
1558         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1559                       "unknown Dell", STAC_9200_DELL_M26),
1560         /* Panasonic */
1561         SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
1562         /* Gateway machines needs EAPD to be set on resume */
1563         SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1564         SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1565         SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
1566         /* OQO Mobile */
1567         SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
1568         {} /* terminator */
1569 };
1570
1571 static const struct hda_pintbl ref925x_pin_configs[] = {
1572         { 0x07, 0x40c003f0 },
1573         { 0x08, 0x424503f2 },
1574         { 0x0a, 0x01813022 },
1575         { 0x0b, 0x02a19021 },
1576         { 0x0c, 0x90a70320 },
1577         { 0x0d, 0x02214210 },
1578         { 0x10, 0x01019020 },
1579         { 0x11, 0x9033032e },
1580         {}
1581 };
1582
1583 static const struct hda_pintbl stac925xM1_pin_configs[] = {
1584         { 0x07, 0x40c003f4 },
1585         { 0x08, 0x424503f2 },
1586         { 0x0a, 0x400000f3 },
1587         { 0x0b, 0x02a19020 },
1588         { 0x0c, 0x40a000f0 },
1589         { 0x0d, 0x90100210 },
1590         { 0x10, 0x400003f1 },
1591         { 0x11, 0x9033032e },
1592         {}
1593 };
1594
1595 static const struct hda_pintbl stac925xM1_2_pin_configs[] = {
1596         { 0x07, 0x40c003f4 },
1597         { 0x08, 0x424503f2 },
1598         { 0x0a, 0x400000f3 },
1599         { 0x0b, 0x02a19020 },
1600         { 0x0c, 0x40a000f0 },
1601         { 0x0d, 0x90100210 },
1602         { 0x10, 0x400003f1 },
1603         { 0x11, 0x9033032e },
1604         {}
1605 };
1606
1607 static const struct hda_pintbl stac925xM2_pin_configs[] = {
1608         { 0x07, 0x40c003f4 },
1609         { 0x08, 0x424503f2 },
1610         { 0x0a, 0x400000f3 },
1611         { 0x0b, 0x02a19020 },
1612         { 0x0c, 0x40a000f0 },
1613         { 0x0d, 0x90100210 },
1614         { 0x10, 0x400003f1 },
1615         { 0x11, 0x9033032e },
1616         {}
1617 };
1618
1619 static const struct hda_pintbl stac925xM2_2_pin_configs[] = {
1620         { 0x07, 0x40c003f4 },
1621         { 0x08, 0x424503f2 },
1622         { 0x0a, 0x400000f3 },
1623         { 0x0b, 0x02a19020 },
1624         { 0x0c, 0x40a000f0 },
1625         { 0x0d, 0x90100210 },
1626         { 0x10, 0x400003f1 },
1627         { 0x11, 0x9033032e },
1628         {}
1629 };
1630
1631 static const struct hda_pintbl stac925xM3_pin_configs[] = {
1632         { 0x07, 0x40c003f4 },
1633         { 0x08, 0x424503f2 },
1634         { 0x0a, 0x400000f3 },
1635         { 0x0b, 0x02a19020 },
1636         { 0x0c, 0x40a000f0 },
1637         { 0x0d, 0x90100210 },
1638         { 0x10, 0x400003f1 },
1639         { 0x11, 0x503303f3 },
1640         {}
1641 };
1642
1643 static const struct hda_pintbl stac925xM5_pin_configs[] = {
1644         { 0x07, 0x40c003f4 },
1645         { 0x08, 0x424503f2 },
1646         { 0x0a, 0x400000f3 },
1647         { 0x0b, 0x02a19020 },
1648         { 0x0c, 0x40a000f0 },
1649         { 0x0d, 0x90100210 },
1650         { 0x10, 0x400003f1 },
1651         { 0x11, 0x9033032e },
1652         {}
1653 };
1654
1655 static const struct hda_pintbl stac925xM6_pin_configs[] = {
1656         { 0x07, 0x40c003f4 },
1657         { 0x08, 0x424503f2 },
1658         { 0x0a, 0x400000f3 },
1659         { 0x0b, 0x02a19020 },
1660         { 0x0c, 0x40a000f0 },
1661         { 0x0d, 0x90100210 },
1662         { 0x10, 0x400003f1 },
1663         { 0x11, 0x90330320 },
1664         {}
1665 };
1666
1667 static const struct hda_fixup stac925x_fixups[] = {
1668         [STAC_REF] = {
1669                 .type = HDA_FIXUP_PINS,
1670                 .v.pins = ref925x_pin_configs,
1671         },
1672         [STAC_M1] = {
1673                 .type = HDA_FIXUP_PINS,
1674                 .v.pins = stac925xM1_pin_configs,
1675         },
1676         [STAC_M1_2] = {
1677                 .type = HDA_FIXUP_PINS,
1678                 .v.pins = stac925xM1_2_pin_configs,
1679         },
1680         [STAC_M2] = {
1681                 .type = HDA_FIXUP_PINS,
1682                 .v.pins = stac925xM2_pin_configs,
1683         },
1684         [STAC_M2_2] = {
1685                 .type = HDA_FIXUP_PINS,
1686                 .v.pins = stac925xM2_2_pin_configs,
1687         },
1688         [STAC_M3] = {
1689                 .type = HDA_FIXUP_PINS,
1690                 .v.pins = stac925xM3_pin_configs,
1691         },
1692         [STAC_M5] = {
1693                 .type = HDA_FIXUP_PINS,
1694                 .v.pins = stac925xM5_pin_configs,
1695         },
1696         [STAC_M6] = {
1697                 .type = HDA_FIXUP_PINS,
1698                 .v.pins = stac925xM6_pin_configs,
1699         },
1700 };
1701
1702 static const struct hda_model_fixup stac925x_models[] = {
1703         { .id = STAC_REF, .name = "ref" },
1704         { .id = STAC_M1, .name = "m1" },
1705         { .id = STAC_M1_2, .name = "m1-2" },
1706         { .id = STAC_M2, .name = "m2" },
1707         { .id = STAC_M2_2, .name = "m2-2" },
1708         { .id = STAC_M3, .name = "m3" },
1709         { .id = STAC_M5, .name = "m5" },
1710         { .id = STAC_M6, .name = "m6" },
1711         {}
1712 };
1713
1714 static const struct snd_pci_quirk stac925x_fixup_tbl[] = {
1715         /* SigmaTel reference board */
1716         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
1717         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
1718         SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
1719
1720         /* Default table for unknown ID */
1721         SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1722
1723         /* gateway machines are checked via codec ssid */
1724         SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1725         SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1726         SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1727         SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
1728         SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
1729         /* Not sure about the brand name for those */
1730         SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1731         SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1732         SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1733         SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
1734         {} /* terminator */
1735 };
1736
1737 static const struct hda_pintbl ref92hd73xx_pin_configs[] = {
1738         { 0x0a, 0x02214030 },
1739         { 0x0b, 0x02a19040 },
1740         { 0x0c, 0x01a19020 },
1741         { 0x0d, 0x02214030 },
1742         { 0x0e, 0x0181302e },
1743         { 0x0f, 0x01014010 },
1744         { 0x10, 0x01014020 },
1745         { 0x11, 0x01014030 },
1746         { 0x12, 0x02319040 },
1747         { 0x13, 0x90a000f0 },
1748         { 0x14, 0x90a000f0 },
1749         { 0x22, 0x01452050 },
1750         { 0x23, 0x01452050 },
1751         {}
1752 };
1753
1754 static const struct hda_pintbl dell_m6_pin_configs[] = {
1755         { 0x0a, 0x0321101f },
1756         { 0x0b, 0x4f00000f },
1757         { 0x0c, 0x4f0000f0 },
1758         { 0x0d, 0x90170110 },
1759         { 0x0e, 0x03a11020 },
1760         { 0x0f, 0x0321101f },
1761         { 0x10, 0x4f0000f0 },
1762         { 0x11, 0x4f0000f0 },
1763         { 0x12, 0x4f0000f0 },
1764         { 0x13, 0x90a60160 },
1765         { 0x14, 0x4f0000f0 },
1766         { 0x22, 0x4f0000f0 },
1767         { 0x23, 0x4f0000f0 },
1768         {}
1769 };
1770
1771 static const struct hda_pintbl alienware_m17x_pin_configs[] = {
1772         { 0x0a, 0x0321101f },
1773         { 0x0b, 0x0321101f },
1774         { 0x0c, 0x03a11020 },
1775         { 0x0d, 0x03014020 },
1776         { 0x0e, 0x90170110 },
1777         { 0x0f, 0x4f0000f0 },
1778         { 0x10, 0x4f0000f0 },
1779         { 0x11, 0x4f0000f0 },
1780         { 0x12, 0x4f0000f0 },
1781         { 0x13, 0x90a60160 },
1782         { 0x14, 0x4f0000f0 },
1783         { 0x22, 0x4f0000f0 },
1784         { 0x23, 0x904601b0 },
1785         {}
1786 };
1787
1788 static const struct hda_pintbl intel_dg45id_pin_configs[] = {
1789         { 0x0a, 0x02214230 },
1790         { 0x0b, 0x02A19240 },
1791         { 0x0c, 0x01013214 },
1792         { 0x0d, 0x01014210 },
1793         { 0x0e, 0x01A19250 },
1794         { 0x0f, 0x01011212 },
1795         { 0x10, 0x01016211 },
1796         {}
1797 };
1798
1799 static const struct hda_pintbl stac92hd89xx_hp_front_jack_pin_configs[] = {
1800         { 0x0a, 0x02214030 },
1801         { 0x0b, 0x02A19010 },
1802         {}
1803 };
1804
1805 static void stac92hd73xx_fixup_ref(struct hda_codec *codec,
1806                                    const struct hda_fixup *fix, int action)
1807 {
1808         struct sigmatel_spec *spec = codec->spec;
1809
1810         if (action != HDA_FIXUP_ACT_PRE_PROBE)
1811                 return;
1812
1813         snd_hda_apply_pincfgs(codec, ref92hd73xx_pin_configs);
1814         spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0;
1815 }
1816
1817 static void stac92hd73xx_fixup_dell(struct hda_codec *codec)
1818 {
1819         struct sigmatel_spec *spec = codec->spec;
1820
1821         snd_hda_apply_pincfgs(codec, dell_m6_pin_configs);
1822         spec->eapd_switch = 0;
1823 }
1824
1825 static void stac92hd73xx_fixup_dell_eq(struct hda_codec *codec,
1826                                        const struct hda_fixup *fix, int action)
1827 {
1828         struct sigmatel_spec *spec = codec->spec;
1829
1830         if (action != HDA_FIXUP_ACT_PRE_PROBE)
1831                 return;
1832
1833         stac92hd73xx_fixup_dell(codec);
1834         snd_hda_add_verbs(codec, dell_eq_core_init);
1835         spec->volknob_init = 1;
1836 }
1837
1838 /* Analog Mics */
1839 static void stac92hd73xx_fixup_dell_m6_amic(struct hda_codec *codec,
1840                                     const struct hda_fixup *fix, int action)
1841 {
1842         if (action != HDA_FIXUP_ACT_PRE_PROBE)
1843                 return;
1844
1845         stac92hd73xx_fixup_dell(codec);
1846         snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
1847 }
1848
1849 /* Digital Mics */
1850 static void stac92hd73xx_fixup_dell_m6_dmic(struct hda_codec *codec,
1851                                     const struct hda_fixup *fix, int action)
1852 {
1853         if (action != HDA_FIXUP_ACT_PRE_PROBE)
1854                 return;
1855
1856         stac92hd73xx_fixup_dell(codec);
1857         snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
1858 }
1859
1860 /* Both */
1861 static void stac92hd73xx_fixup_dell_m6_both(struct hda_codec *codec,
1862                                     const struct hda_fixup *fix, int action)
1863 {
1864         if (action != HDA_FIXUP_ACT_PRE_PROBE)
1865                 return;
1866
1867         stac92hd73xx_fixup_dell(codec);
1868         snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
1869         snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
1870 }
1871
1872 static void stac92hd73xx_fixup_alienware_m17x(struct hda_codec *codec,
1873                                     const struct hda_fixup *fix, int action)
1874 {
1875         struct sigmatel_spec *spec = codec->spec;
1876
1877         if (action != HDA_FIXUP_ACT_PRE_PROBE)
1878                 return;
1879
1880         snd_hda_apply_pincfgs(codec, alienware_m17x_pin_configs);
1881         spec->eapd_switch = 0;
1882 }
1883
1884 static void stac92hd73xx_fixup_no_jd(struct hda_codec *codec,
1885                                      const struct hda_fixup *fix, int action)
1886 {
1887         if (action == HDA_FIXUP_ACT_PRE_PROBE)
1888                 codec->no_jack_detect = 1;
1889 }
1890
1891 static const struct hda_fixup stac92hd73xx_fixups[] = {
1892         [STAC_92HD73XX_REF] = {
1893                 .type = HDA_FIXUP_FUNC,
1894                 .v.func = stac92hd73xx_fixup_ref,
1895         },
1896         [STAC_DELL_M6_AMIC] = {
1897                 .type = HDA_FIXUP_FUNC,
1898                 .v.func = stac92hd73xx_fixup_dell_m6_amic,
1899         },
1900         [STAC_DELL_M6_DMIC] = {
1901                 .type = HDA_FIXUP_FUNC,
1902                 .v.func = stac92hd73xx_fixup_dell_m6_dmic,
1903         },
1904         [STAC_DELL_M6_BOTH] = {
1905                 .type = HDA_FIXUP_FUNC,
1906                 .v.func = stac92hd73xx_fixup_dell_m6_both,
1907         },
1908         [STAC_DELL_EQ]  = {
1909                 .type = HDA_FIXUP_FUNC,
1910                 .v.func = stac92hd73xx_fixup_dell_eq,
1911         },
1912         [STAC_ALIENWARE_M17X] = {
1913                 .type = HDA_FIXUP_FUNC,
1914                 .v.func = stac92hd73xx_fixup_alienware_m17x,
1915         },
1916         [STAC_92HD73XX_INTEL] = {
1917                 .type = HDA_FIXUP_PINS,
1918                 .v.pins = intel_dg45id_pin_configs,
1919         },
1920         [STAC_92HD73XX_NO_JD] = {
1921                 .type = HDA_FIXUP_FUNC,
1922                 .v.func = stac92hd73xx_fixup_no_jd,
1923         },
1924         [STAC_92HD89XX_HP_FRONT_JACK] = {
1925                 .type = HDA_FIXUP_PINS,
1926                 .v.pins = stac92hd89xx_hp_front_jack_pin_configs,
1927         }
1928 };
1929
1930 static const struct hda_model_fixup stac92hd73xx_models[] = {
1931         { .id = STAC_92HD73XX_NO_JD, .name = "no-jd" },
1932         { .id = STAC_92HD73XX_REF, .name = "ref" },
1933         { .id = STAC_92HD73XX_INTEL, .name = "intel" },
1934         { .id = STAC_DELL_M6_AMIC, .name = "dell-m6-amic" },
1935         { .id = STAC_DELL_M6_DMIC, .name = "dell-m6-dmic" },
1936         { .id = STAC_DELL_M6_BOTH, .name = "dell-m6" },
1937         { .id = STAC_DELL_EQ, .name = "dell-eq" },
1938         { .id = STAC_ALIENWARE_M17X, .name = "alienware" },
1939         {}
1940 };
1941
1942 static const struct snd_pci_quirk stac92hd73xx_fixup_tbl[] = {
1943         /* SigmaTel reference board */
1944         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1945                                 "DFI LanParty", STAC_92HD73XX_REF),
1946         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1947                                 "DFI LanParty", STAC_92HD73XX_REF),
1948         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1949                                 "Intel DG45ID", STAC_92HD73XX_INTEL),
1950         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1951                                 "Intel DG45FC", STAC_92HD73XX_INTEL),
1952         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
1953                                 "Dell Studio 1535", STAC_DELL_M6_DMIC),
1954         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
1955                                 "unknown Dell", STAC_DELL_M6_DMIC),
1956         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
1957                                 "unknown Dell", STAC_DELL_M6_BOTH),
1958         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
1959                                 "unknown Dell", STAC_DELL_M6_BOTH),
1960         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
1961                                 "unknown Dell", STAC_DELL_M6_AMIC),
1962         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
1963                                 "unknown Dell", STAC_DELL_M6_AMIC),
1964         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
1965                                 "unknown Dell", STAC_DELL_M6_DMIC),
1966         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1967                                 "unknown Dell", STAC_DELL_M6_DMIC),
1968         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
1969                                 "Dell Studio 1537", STAC_DELL_M6_DMIC),
1970         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1971                                 "Dell Studio 17", STAC_DELL_M6_DMIC),
1972         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1973                                 "Dell Studio 1555", STAC_DELL_M6_DMIC),
1974         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1975                                 "Dell Studio 1557", STAC_DELL_M6_DMIC),
1976         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
1977                                 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
1978         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
1979                                 "Dell Studio 1558", STAC_DELL_M6_DMIC),
1980         /* codec SSID matching */
1981         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1982                       "Alienware M17x", STAC_ALIENWARE_M17X),
1983         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1984                       "Alienware M17x", STAC_ALIENWARE_M17X),
1985         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
1986                       "Alienware M17x R3", STAC_DELL_EQ),
1987         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2b17,
1988                                 "unknown HP", STAC_92HD89XX_HP_FRONT_JACK),
1989         {} /* terminator */
1990 };
1991
1992 static const struct hda_pintbl ref92hd83xxx_pin_configs[] = {
1993         { 0x0a, 0x02214030 },
1994         { 0x0b, 0x02211010 },
1995         { 0x0c, 0x02a19020 },
1996         { 0x0d, 0x02170130 },
1997         { 0x0e, 0x01014050 },
1998         { 0x0f, 0x01819040 },
1999         { 0x10, 0x01014020 },
2000         { 0x11, 0x90a3014e },
2001         { 0x1f, 0x01451160 },
2002         { 0x20, 0x98560170 },
2003         {}
2004 };
2005
2006 static const struct hda_pintbl dell_s14_pin_configs[] = {
2007         { 0x0a, 0x0221403f },
2008         { 0x0b, 0x0221101f },
2009         { 0x0c, 0x02a19020 },
2010         { 0x0d, 0x90170110 },
2011         { 0x0e, 0x40f000f0 },
2012         { 0x0f, 0x40f000f0 },
2013         { 0x10, 0x40f000f0 },
2014         { 0x11, 0x90a60160 },
2015         { 0x1f, 0x40f000f0 },
2016         { 0x20, 0x40f000f0 },
2017         {}
2018 };
2019
2020 static const struct hda_pintbl dell_vostro_3500_pin_configs[] = {
2021         { 0x0a, 0x02a11020 },
2022         { 0x0b, 0x0221101f },
2023         { 0x0c, 0x400000f0 },
2024         { 0x0d, 0x90170110 },
2025         { 0x0e, 0x400000f1 },
2026         { 0x0f, 0x400000f2 },
2027         { 0x10, 0x400000f3 },
2028         { 0x11, 0x90a60160 },
2029         { 0x1f, 0x400000f4 },
2030         { 0x20, 0x400000f5 },
2031         {}
2032 };
2033
2034 static const struct hda_pintbl hp_dv7_4000_pin_configs[] = {
2035         { 0x0a, 0x03a12050 },
2036         { 0x0b, 0x0321201f },
2037         { 0x0c, 0x40f000f0 },
2038         { 0x0d, 0x90170110 },
2039         { 0x0e, 0x40f000f0 },
2040         { 0x0f, 0x40f000f0 },
2041         { 0x10, 0x90170110 },
2042         { 0x11, 0xd5a30140 },
2043         { 0x1f, 0x40f000f0 },
2044         { 0x20, 0x40f000f0 },
2045         {}
2046 };
2047
2048 static const struct hda_pintbl hp_zephyr_pin_configs[] = {
2049         { 0x0a, 0x01813050 },
2050         { 0x0b, 0x0421201f },
2051         { 0x0c, 0x04a1205e },
2052         { 0x0d, 0x96130310 },
2053         { 0x0e, 0x96130310 },
2054         { 0x0f, 0x0101401f },
2055         { 0x10, 0x1111611f },
2056         { 0x11, 0xd5a30130 },
2057         {}
2058 };
2059
2060 static const struct hda_pintbl hp_cNB11_intquad_pin_configs[] = {
2061         { 0x0a, 0x40f000f0 },
2062         { 0x0b, 0x0221101f },
2063         { 0x0c, 0x02a11020 },
2064         { 0x0d, 0x92170110 },
2065         { 0x0e, 0x40f000f0 },
2066         { 0x0f, 0x92170110 },
2067         { 0x10, 0x40f000f0 },
2068         { 0x11, 0xd5a30130 },
2069         { 0x1f, 0x40f000f0 },
2070         { 0x20, 0x40f000f0 },
2071         {}
2072 };
2073
2074 static void stac92hd83xxx_fixup_hp(struct hda_codec *codec,
2075                                    const struct hda_fixup *fix, int action)
2076 {
2077         struct sigmatel_spec *spec = codec->spec;
2078
2079         if (action != HDA_FIXUP_ACT_PRE_PROBE)
2080                 return;
2081
2082         if (hp_bnb2011_with_dock(codec)) {
2083                 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
2084                 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
2085         }
2086
2087         if (find_mute_led_cfg(codec, spec->default_polarity))
2088                 snd_printd("mute LED gpio %d polarity %d\n",
2089                                 spec->gpio_led,
2090                                 spec->gpio_led_polarity);
2091 }
2092
2093 static void stac92hd83xxx_fixup_hp_zephyr(struct hda_codec *codec,
2094                                    const struct hda_fixup *fix, int action)
2095 {
2096         if (action != HDA_FIXUP_ACT_PRE_PROBE)
2097                 return;
2098
2099         snd_hda_apply_pincfgs(codec, hp_zephyr_pin_configs);
2100         snd_hda_add_verbs(codec, stac92hd83xxx_hp_zephyr_init);
2101 }
2102
2103 static void stac92hd83xxx_fixup_hp_led(struct hda_codec *codec,
2104                                    const struct hda_fixup *fix, int action)
2105 {
2106         struct sigmatel_spec *spec = codec->spec;
2107
2108         if (action == HDA_FIXUP_ACT_PRE_PROBE)
2109                 spec->default_polarity = 0;
2110 }
2111
2112 static void stac92hd83xxx_fixup_hp_inv_led(struct hda_codec *codec,
2113                                    const struct hda_fixup *fix, int action)
2114 {
2115         struct sigmatel_spec *spec = codec->spec;
2116
2117         if (action == HDA_FIXUP_ACT_PRE_PROBE)
2118                 spec->default_polarity = 1;
2119 }
2120
2121 static void stac92hd83xxx_fixup_hp_mic_led(struct hda_codec *codec,
2122                                    const struct hda_fixup *fix, int action)
2123 {
2124         struct sigmatel_spec *spec = codec->spec;
2125
2126         if (action == HDA_FIXUP_ACT_PRE_PROBE) {
2127                 spec->mic_mute_led_gpio = 0x08; /* GPIO3 */
2128                 /* resetting controller clears GPIO, so we need to keep on */
2129                 codec->bus->power_keep_link_on = 1;
2130         }
2131 }
2132
2133 static void stac92hd83xxx_fixup_headset_jack(struct hda_codec *codec,
2134                                    const struct hda_fixup *fix, int action)
2135 {
2136         struct sigmatel_spec *spec = codec->spec;
2137
2138         if (action == HDA_FIXUP_ACT_PRE_PROBE)
2139                 spec->headset_jack = 1;
2140 }
2141
2142 static const struct hda_verb hp_bnb13_eq_verbs[] = {
2143         /* 44.1KHz base */
2144         { 0x22, 0x7A6, 0x3E },
2145         { 0x22, 0x7A7, 0x68 },
2146         { 0x22, 0x7A8, 0x17 },
2147         { 0x22, 0x7A9, 0x3E },
2148         { 0x22, 0x7AA, 0x68 },
2149         { 0x22, 0x7AB, 0x17 },
2150         { 0x22, 0x7AC, 0x00 },
2151         { 0x22, 0x7AD, 0x80 },
2152         { 0x22, 0x7A6, 0x83 },
2153         { 0x22, 0x7A7, 0x2F },
2154         { 0x22, 0x7A8, 0xD1 },
2155         { 0x22, 0x7A9, 0x83 },
2156         { 0x22, 0x7AA, 0x2F },
2157         { 0x22, 0x7AB, 0xD1 },
2158         { 0x22, 0x7AC, 0x01 },
2159         { 0x22, 0x7AD, 0x80 },
2160         { 0x22, 0x7A6, 0x3E },
2161         { 0x22, 0x7A7, 0x68 },
2162         { 0x22, 0x7A8, 0x17 },
2163         { 0x22, 0x7A9, 0x3E },
2164         { 0x22, 0x7AA, 0x68 },
2165         { 0x22, 0x7AB, 0x17 },
2166         { 0x22, 0x7AC, 0x02 },
2167         { 0x22, 0x7AD, 0x80 },
2168         { 0x22, 0x7A6, 0x7C },
2169         { 0x22, 0x7A7, 0xC6 },
2170         { 0x22, 0x7A8, 0x0C },
2171         { 0x22, 0x7A9, 0x7C },
2172         { 0x22, 0x7AA, 0xC6 },
2173         { 0x22, 0x7AB, 0x0C },
2174         { 0x22, 0x7AC, 0x03 },
2175         { 0x22, 0x7AD, 0x80 },
2176         { 0x22, 0x7A6, 0xC3 },
2177         { 0x22, 0x7A7, 0x25 },
2178         { 0x22, 0x7A8, 0xAF },
2179         { 0x22, 0x7A9, 0xC3 },
2180         { 0x22, 0x7AA, 0x25 },
2181         { 0x22, 0x7AB, 0xAF },
2182         { 0x22, 0x7AC, 0x04 },
2183         { 0x22, 0x7AD, 0x80 },
2184         { 0x22, 0x7A6, 0x3E },
2185         { 0x22, 0x7A7, 0x85 },
2186         { 0x22, 0x7A8, 0x73 },
2187         { 0x22, 0x7A9, 0x3E },
2188         { 0x22, 0x7AA, 0x85 },
2189         { 0x22, 0x7AB, 0x73 },
2190         { 0x22, 0x7AC, 0x05 },
2191         { 0x22, 0x7AD, 0x80 },
2192         { 0x22, 0x7A6, 0x85 },
2193         { 0x22, 0x7A7, 0x39 },
2194         { 0x22, 0x7A8, 0xC7 },
2195         { 0x22, 0x7A9, 0x85 },
2196         { 0x22, 0x7AA, 0x39 },
2197         { 0x22, 0x7AB, 0xC7 },
2198         { 0x22, 0x7AC, 0x06 },
2199         { 0x22, 0x7AD, 0x80 },
2200         { 0x22, 0x7A6, 0x3C },
2201         { 0x22, 0x7A7, 0x90 },
2202         { 0x22, 0x7A8, 0xB0 },
2203         { 0x22, 0x7A9, 0x3C },
2204         { 0x22, 0x7AA, 0x90 },
2205         { 0x22, 0x7AB, 0xB0 },
2206         { 0x22, 0x7AC, 0x07 },
2207         { 0x22, 0x7AD, 0x80 },
2208         { 0x22, 0x7A6, 0x7A },
2209         { 0x22, 0x7A7, 0xC6 },
2210         { 0x22, 0x7A8, 0x39 },
2211         { 0x22, 0x7A9, 0x7A },
2212         { 0x22, 0x7AA, 0xC6 },
2213         { 0x22, 0x7AB, 0x39 },
2214         { 0x22, 0x7AC, 0x08 },
2215         { 0x22, 0x7AD, 0x80 },
2216         { 0x22, 0x7A6, 0xC4 },
2217         { 0x22, 0x7A7, 0xE9 },
2218         { 0x22, 0x7A8, 0xDC },
2219         { 0x22, 0x7A9, 0xC4 },
2220         { 0x22, 0x7AA, 0xE9 },
2221         { 0x22, 0x7AB, 0xDC },
2222         { 0x22, 0x7AC, 0x09 },
2223         { 0x22, 0x7AD, 0x80 },
2224         { 0x22, 0x7A6, 0x3D },
2225         { 0x22, 0x7A7, 0xE1 },
2226         { 0x22, 0x7A8, 0x0D },
2227         { 0x22, 0x7A9, 0x3D },
2228         { 0x22, 0x7AA, 0xE1 },
2229         { 0x22, 0x7AB, 0x0D },
2230         { 0x22, 0x7AC, 0x0A },
2231         { 0x22, 0x7AD, 0x80 },
2232         { 0x22, 0x7A6, 0x89 },
2233         { 0x22, 0x7A7, 0xB6 },
2234         { 0x22, 0x7A8, 0xEB },
2235         { 0x22, 0x7A9, 0x89 },
2236         { 0x22, 0x7AA, 0xB6 },
2237         { 0x22, 0x7AB, 0xEB },
2238         { 0x22, 0x7AC, 0x0B },
2239         { 0x22, 0x7AD, 0x80 },
2240         { 0x22, 0x7A6, 0x39 },
2241         { 0x22, 0x7A7, 0x9D },
2242         { 0x22, 0x7A8, 0xFE },
2243         { 0x22, 0x7A9, 0x39 },
2244         { 0x22, 0x7AA, 0x9D },
2245         { 0x22, 0x7AB, 0xFE },
2246         { 0x22, 0x7AC, 0x0C },
2247         { 0x22, 0x7AD, 0x80 },
2248         { 0x22, 0x7A6, 0x76 },
2249         { 0x22, 0x7A7, 0x49 },
2250         { 0x22, 0x7A8, 0x15 },
2251         { 0x22, 0x7A9, 0x76 },
2252         { 0x22, 0x7AA, 0x49 },
2253         { 0x22, 0x7AB, 0x15 },
2254         { 0x22, 0x7AC, 0x0D },
2255         { 0x22, 0x7AD, 0x80 },
2256         { 0x22, 0x7A6, 0xC8 },
2257         { 0x22, 0x7A7, 0x80 },
2258         { 0x22, 0x7A8, 0xF5 },
2259         { 0x22, 0x7A9, 0xC8 },
2260         { 0x22, 0x7AA, 0x80 },
2261         { 0x22, 0x7AB, 0xF5 },
2262         { 0x22, 0x7AC, 0x0E },
2263         { 0x22, 0x7AD, 0x80 },
2264         { 0x22, 0x7A6, 0x40 },
2265         { 0x22, 0x7A7, 0x00 },
2266         { 0x22, 0x7A8, 0x00 },
2267         { 0x22, 0x7A9, 0x40 },
2268         { 0x22, 0x7AA, 0x00 },
2269         { 0x22, 0x7AB, 0x00 },
2270         { 0x22, 0x7AC, 0x0F },
2271         { 0x22, 0x7AD, 0x80 },
2272         { 0x22, 0x7A6, 0x90 },
2273         { 0x22, 0x7A7, 0x68 },
2274         { 0x22, 0x7A8, 0xF1 },
2275         { 0x22, 0x7A9, 0x90 },
2276         { 0x22, 0x7AA, 0x68 },
2277         { 0x22, 0x7AB, 0xF1 },
2278         { 0x22, 0x7AC, 0x10 },
2279         { 0x22, 0x7AD, 0x80 },
2280         { 0x22, 0x7A6, 0x34 },
2281         { 0x22, 0x7A7, 0x47 },
2282         { 0x22, 0x7A8, 0x6C },
2283         { 0x22, 0x7A9, 0x34 },
2284         { 0x22, 0x7AA, 0x47 },
2285         { 0x22, 0x7AB, 0x6C },
2286         { 0x22, 0x7AC, 0x11 },
2287         { 0x22, 0x7AD, 0x80 },
2288         { 0x22, 0x7A6, 0x6F },
2289         { 0x22, 0x7A7, 0x97 },
2290         { 0x22, 0x7A8, 0x0F },
2291         { 0x22, 0x7A9, 0x6F },
2292         { 0x22, 0x7AA, 0x97 },
2293         { 0x22, 0x7AB, 0x0F },
2294         { 0x22, 0x7AC, 0x12 },
2295         { 0x22, 0x7AD, 0x80 },
2296         { 0x22, 0x7A6, 0xCB },
2297         { 0x22, 0x7A7, 0xB8 },
2298         { 0x22, 0x7A8, 0x94 },
2299         { 0x22, 0x7A9, 0xCB },
2300         { 0x22, 0x7AA, 0xB8 },
2301         { 0x22, 0x7AB, 0x94 },
2302         { 0x22, 0x7AC, 0x13 },
2303         { 0x22, 0x7AD, 0x80 },
2304         { 0x22, 0x7A6, 0x40 },
2305         { 0x22, 0x7A7, 0x00 },
2306         { 0x22, 0x7A8, 0x00 },
2307         { 0x22, 0x7A9, 0x40 },
2308         { 0x22, 0x7AA, 0x00 },
2309         { 0x22, 0x7AB, 0x00 },
2310         { 0x22, 0x7AC, 0x14 },
2311         { 0x22, 0x7AD, 0x80 },
2312         { 0x22, 0x7A6, 0x95 },
2313         { 0x22, 0x7A7, 0x76 },
2314         { 0x22, 0x7A8, 0x5B },
2315         { 0x22, 0x7A9, 0x95 },
2316         { 0x22, 0x7AA, 0x76 },
2317         { 0x22, 0x7AB, 0x5B },
2318         { 0x22, 0x7AC, 0x15 },
2319         { 0x22, 0x7AD, 0x80 },
2320         { 0x22, 0x7A6, 0x31 },
2321         { 0x22, 0x7A7, 0xAC },
2322         { 0x22, 0x7A8, 0x31 },
2323         { 0x22, 0x7A9, 0x31 },
2324         { 0x22, 0x7AA, 0xAC },
2325         { 0x22, 0x7AB, 0x31 },
2326         { 0x22, 0x7AC, 0x16 },
2327         { 0x22, 0x7AD, 0x80 },
2328         { 0x22, 0x7A6, 0x6A },
2329         { 0x22, 0x7A7, 0x89 },
2330         { 0x22, 0x7A8, 0xA5 },
2331         { 0x22, 0x7A9, 0x6A },
2332         { 0x22, 0x7AA, 0x89 },
2333         { 0x22, 0x7AB, 0xA5 },
2334         { 0x22, 0x7AC, 0x17 },
2335         { 0x22, 0x7AD, 0x80 },
2336         { 0x22, 0x7A6, 0xCE },
2337         { 0x22, 0x7A7, 0x53 },
2338         { 0x22, 0x7A8, 0xCF },
2339         { 0x22, 0x7A9, 0xCE },
2340         { 0x22, 0x7AA, 0x53 },
2341         { 0x22, 0x7AB, 0xCF },
2342         { 0x22, 0x7AC, 0x18 },
2343         { 0x22, 0x7AD, 0x80 },
2344         { 0x22, 0x7A6, 0x40 },
2345         { 0x22, 0x7A7, 0x00 },
2346         { 0x22, 0x7A8, 0x00 },
2347         { 0x22, 0x7A9, 0x40 },
2348         { 0x22, 0x7AA, 0x00 },
2349         { 0x22, 0x7AB, 0x00 },
2350         { 0x22, 0x7AC, 0x19 },
2351         { 0x22, 0x7AD, 0x80 },
2352         /* 48KHz base */
2353         { 0x22, 0x7A6, 0x3E },
2354         { 0x22, 0x7A7, 0x88 },
2355         { 0x22, 0x7A8, 0xDC },
2356         { 0x22, 0x7A9, 0x3E },
2357         { 0x22, 0x7AA, 0x88 },
2358         { 0x22, 0x7AB, 0xDC },
2359         { 0x22, 0x7AC, 0x1A },
2360         { 0x22, 0x7AD, 0x80 },
2361         { 0x22, 0x7A6, 0x82 },
2362         { 0x22, 0x7A7, 0xEE },
2363         { 0x22, 0x7A8, 0x46 },
2364         { 0x22, 0x7A9, 0x82 },
2365         { 0x22, 0x7AA, 0xEE },
2366         { 0x22, 0x7AB, 0x46 },
2367         { 0x22, 0x7AC, 0x1B },
2368         { 0x22, 0x7AD, 0x80 },
2369         { 0x22, 0x7A6, 0x3E },
2370         { 0x22, 0x7A7, 0x88 },
2371         { 0x22, 0x7A8, 0xDC },
2372         { 0x22, 0x7A9, 0x3E },
2373         { 0x22, 0x7AA, 0x88 },
2374         { 0x22, 0x7AB, 0xDC },
2375         { 0x22, 0x7AC, 0x1C },
2376         { 0x22, 0x7AD, 0x80 },
2377         { 0x22, 0x7A6, 0x7D },
2378         { 0x22, 0x7A7, 0x09 },
2379         { 0x22, 0x7A8, 0x28 },
2380         { 0x22, 0x7A9, 0x7D },
2381         { 0x22, 0x7AA, 0x09 },
2382         { 0x22, 0x7AB, 0x28 },
2383         { 0x22, 0x7AC, 0x1D },
2384         { 0x22, 0x7AD, 0x80 },
2385         { 0x22, 0x7A6, 0xC2 },
2386         { 0x22, 0x7A7, 0xE5 },
2387         { 0x22, 0x7A8, 0xB4 },
2388         { 0x22, 0x7A9, 0xC2 },
2389         { 0x22, 0x7AA, 0xE5 },
2390         { 0x22, 0x7AB, 0xB4 },
2391         { 0x22, 0x7AC, 0x1E },
2392         { 0x22, 0x7AD, 0x80 },
2393         { 0x22, 0x7A6, 0x3E },
2394         { 0x22, 0x7A7, 0xA3 },
2395         { 0x22, 0x7A8, 0x1F },
2396         { 0x22, 0x7A9, 0x3E },
2397         { 0x22, 0x7AA, 0xA3 },
2398         { 0x22, 0x7AB, 0x1F },
2399         { 0x22, 0x7AC, 0x1F },
2400         { 0x22, 0x7AD, 0x80 },
2401         { 0x22, 0x7A6, 0x84 },
2402         { 0x22, 0x7A7, 0xCA },
2403         { 0x22, 0x7A8, 0xF1 },
2404         { 0x22, 0x7A9, 0x84 },
2405         { 0x22, 0x7AA, 0xCA },
2406         { 0x22, 0x7AB, 0xF1 },
2407         { 0x22, 0x7AC, 0x20 },
2408         { 0x22, 0x7AD, 0x80 },
2409         { 0x22, 0x7A6, 0x3C },
2410         { 0x22, 0x7A7, 0xD5 },
2411         { 0x22, 0x7A8, 0x9C },
2412         { 0x22, 0x7A9, 0x3C },
2413         { 0x22, 0x7AA, 0xD5 },
2414         { 0x22, 0x7AB, 0x9C },
2415         { 0x22, 0x7AC, 0x21 },
2416         { 0x22, 0x7AD, 0x80 },
2417         { 0x22, 0x7A6, 0x7B },
2418         { 0x22, 0x7A7, 0x35 },
2419         { 0x22, 0x7A8, 0x0F },
2420         { 0x22, 0x7A9, 0x7B },
2421         { 0x22, 0x7AA, 0x35 },
2422         { 0x22, 0x7AB, 0x0F },
2423         { 0x22, 0x7AC, 0x22 },
2424         { 0x22, 0x7AD, 0x80 },
2425         { 0x22, 0x7A6, 0xC4 },
2426         { 0x22, 0x7A7, 0x87 },
2427         { 0x22, 0x7A8, 0x45 },
2428         { 0x22, 0x7A9, 0xC4 },
2429         { 0x22, 0x7AA, 0x87 },
2430         { 0x22, 0x7AB, 0x45 },
2431         { 0x22, 0x7AC, 0x23 },
2432         { 0x22, 0x7AD, 0x80 },
2433         { 0x22, 0x7A6, 0x3E },
2434         { 0x22, 0x7A7, 0x0A },
2435         { 0x22, 0x7A8, 0x78 },
2436         { 0x22, 0x7A9, 0x3E },
2437         { 0x22, 0x7AA, 0x0A },
2438         { 0x22, 0x7AB, 0x78 },
2439         { 0x22, 0x7AC, 0x24 },
2440         { 0x22, 0x7AD, 0x80 },
2441         { 0x22, 0x7A6, 0x88 },
2442         { 0x22, 0x7A7, 0xE2 },
2443         { 0x22, 0x7A8, 0x05 },
2444         { 0x22, 0x7A9, 0x88 },
2445         { 0x22, 0x7AA, 0xE2 },
2446         { 0x22, 0x7AB, 0x05 },
2447         { 0x22, 0x7AC, 0x25 },
2448         { 0x22, 0x7AD, 0x80 },
2449         { 0x22, 0x7A6, 0x3A },
2450         { 0x22, 0x7A7, 0x1A },
2451         { 0x22, 0x7A8, 0xA3 },
2452         { 0x22, 0x7A9, 0x3A },
2453         { 0x22, 0x7AA, 0x1A },
2454         { 0x22, 0x7AB, 0xA3 },
2455         { 0x22, 0x7AC, 0x26 },
2456         { 0x22, 0x7AD, 0x80 },
2457         { 0x22, 0x7A6, 0x77 },
2458         { 0x22, 0x7A7, 0x1D },
2459         { 0x22, 0x7A8, 0xFB },
2460         { 0x22, 0x7A9, 0x77 },
2461         { 0x22, 0x7AA, 0x1D },
2462         { 0x22, 0x7AB, 0xFB },
2463         { 0x22, 0x7AC, 0x27 },
2464         { 0x22, 0x7AD, 0x80 },
2465         { 0x22, 0x7A6, 0xC7 },
2466         { 0x22, 0x7A7, 0xDA },
2467         { 0x22, 0x7A8, 0xE5 },
2468         { 0x22, 0x7A9, 0xC7 },
2469         { 0x22, 0x7AA, 0xDA },
2470         { 0x22, 0x7AB, 0xE5 },
2471         { 0x22, 0x7AC, 0x28 },
2472         { 0x22, 0x7AD, 0x80 },
2473         { 0x22, 0x7A6, 0x40 },
2474         { 0x22, 0x7A7, 0x00 },
2475         { 0x22, 0x7A8, 0x00 },
2476         { 0x22, 0x7A9, 0x40 },
2477         { 0x22, 0x7AA, 0x00 },
2478         { 0x22, 0x7AB, 0x00 },
2479         { 0x22, 0x7AC, 0x29 },
2480         { 0x22, 0x7AD, 0x80 },
2481         { 0x22, 0x7A6, 0x8E },
2482         { 0x22, 0x7A7, 0xD7 },
2483         { 0x22, 0x7A8, 0x22 },
2484         { 0x22, 0x7A9, 0x8E },
2485         { 0x22, 0x7AA, 0xD7 },
2486         { 0x22, 0x7AB, 0x22 },
2487         { 0x22, 0x7AC, 0x2A },
2488         { 0x22, 0x7AD, 0x80 },
2489         { 0x22, 0x7A6, 0x35 },
2490         { 0x22, 0x7A7, 0x26 },
2491         { 0x22, 0x7A8, 0xC6 },
2492         { 0x22, 0x7A9, 0x35 },
2493         { 0x22, 0x7AA, 0x26 },
2494         { 0x22, 0x7AB, 0xC6 },
2495         { 0x22, 0x7AC, 0x2B },
2496         { 0x22, 0x7AD, 0x80 },
2497         { 0x22, 0x7A6, 0x71 },
2498         { 0x22, 0x7A7, 0x28 },
2499         { 0x22, 0x7A8, 0xDE },
2500         { 0x22, 0x7A9, 0x71 },
2501         { 0x22, 0x7AA, 0x28 },
2502         { 0x22, 0x7AB, 0xDE },
2503         { 0x22, 0x7AC, 0x2C },
2504         { 0x22, 0x7AD, 0x80 },
2505         { 0x22, 0x7A6, 0xCA },
2506         { 0x22, 0x7A7, 0xD9 },
2507         { 0x22, 0x7A8, 0x3A },
2508         { 0x22, 0x7A9, 0xCA },
2509         { 0x22, 0x7AA, 0xD9 },
2510         { 0x22, 0x7AB, 0x3A },
2511         { 0x22, 0x7AC, 0x2D },
2512         { 0x22, 0x7AD, 0x80 },
2513         { 0x22, 0x7A6, 0x40 },
2514         { 0x22, 0x7A7, 0x00 },
2515         { 0x22, 0x7A8, 0x00 },
2516         { 0x22, 0x7A9, 0x40 },
2517         { 0x22, 0x7AA, 0x00 },
2518         { 0x22, 0x7AB, 0x00 },
2519         { 0x22, 0x7AC, 0x2E },
2520         { 0x22, 0x7AD, 0x80 },
2521         { 0x22, 0x7A6, 0x93 },
2522         { 0x22, 0x7A7, 0x5E },
2523         { 0x22, 0x7A8, 0xD8 },
2524         { 0x22, 0x7A9, 0x93 },
2525         { 0x22, 0x7AA, 0x5E },
2526         { 0x22, 0x7AB, 0xD8 },
2527         { 0x22, 0x7AC, 0x2F },
2528         { 0x22, 0x7AD, 0x80 },
2529         { 0x22, 0x7A6, 0x32 },
2530         { 0x22, 0x7A7, 0xB7 },
2531         { 0x22, 0x7A8, 0xB1 },
2532         { 0x22, 0x7A9, 0x32 },
2533         { 0x22, 0x7AA, 0xB7 },
2534         { 0x22, 0x7AB, 0xB1 },
2535         { 0x22, 0x7AC, 0x30 },
2536         { 0x22, 0x7AD, 0x80 },
2537         { 0x22, 0x7A6, 0x6C },
2538         { 0x22, 0x7A7, 0xA1 },
2539         { 0x22, 0x7A8, 0x28 },
2540         { 0x22, 0x7A9, 0x6C },
2541         { 0x22, 0x7AA, 0xA1 },
2542         { 0x22, 0x7AB, 0x28 },
2543         { 0x22, 0x7AC, 0x31 },
2544         { 0x22, 0x7AD, 0x80 },
2545         { 0x22, 0x7A6, 0xCD },
2546         { 0x22, 0x7A7, 0x48 },
2547         { 0x22, 0x7A8, 0x4F },
2548         { 0x22, 0x7A9, 0xCD },
2549         { 0x22, 0x7AA, 0x48 },
2550         { 0x22, 0x7AB, 0x4F },
2551         { 0x22, 0x7AC, 0x32 },
2552         { 0x22, 0x7AD, 0x80 },
2553         { 0x22, 0x7A6, 0x40 },
2554         { 0x22, 0x7A7, 0x00 },
2555         { 0x22, 0x7A8, 0x00 },
2556         { 0x22, 0x7A9, 0x40 },
2557         { 0x22, 0x7AA, 0x00 },
2558         { 0x22, 0x7AB, 0x00 },
2559         { 0x22, 0x7AC, 0x33 },
2560         { 0x22, 0x7AD, 0x80 },
2561         /* common */
2562         { 0x22, 0x782, 0xC1 },
2563         { 0x22, 0x771, 0x2C },
2564         { 0x22, 0x772, 0x2C },
2565         { 0x22, 0x788, 0x04 },
2566         { 0x01, 0x7B0, 0x08 },
2567         {}
2568 };
2569
2570 static const struct hda_fixup stac92hd83xxx_fixups[] = {
2571         [STAC_92HD83XXX_REF] = {
2572                 .type = HDA_FIXUP_PINS,
2573                 .v.pins = ref92hd83xxx_pin_configs,
2574         },
2575         [STAC_92HD83XXX_PWR_REF] = {
2576                 .type = HDA_FIXUP_PINS,
2577                 .v.pins = ref92hd83xxx_pin_configs,
2578         },
2579         [STAC_DELL_S14] = {
2580                 .type = HDA_FIXUP_PINS,
2581                 .v.pins = dell_s14_pin_configs,
2582         },
2583         [STAC_DELL_VOSTRO_3500] = {
2584                 .type = HDA_FIXUP_PINS,
2585                 .v.pins = dell_vostro_3500_pin_configs,
2586         },
2587         [STAC_92HD83XXX_HP_cNB11_INTQUAD] = {
2588                 .type = HDA_FIXUP_PINS,
2589                 .v.pins = hp_cNB11_intquad_pin_configs,
2590                 .chained = true,
2591                 .chain_id = STAC_92HD83XXX_HP,
2592         },
2593         [STAC_92HD83XXX_HP] = {
2594                 .type = HDA_FIXUP_FUNC,
2595                 .v.func = stac92hd83xxx_fixup_hp,
2596         },
2597         [STAC_HP_DV7_4000] = {
2598                 .type = HDA_FIXUP_PINS,
2599                 .v.pins = hp_dv7_4000_pin_configs,
2600                 .chained = true,
2601                 .chain_id = STAC_92HD83XXX_HP,
2602         },
2603         [STAC_HP_ZEPHYR] = {
2604                 .type = HDA_FIXUP_FUNC,
2605                 .v.func = stac92hd83xxx_fixup_hp_zephyr,
2606                 .chained = true,
2607                 .chain_id = STAC_92HD83XXX_HP,
2608         },
2609         [STAC_92HD83XXX_HP_LED] = {
2610                 .type = HDA_FIXUP_FUNC,
2611                 .v.func = stac92hd83xxx_fixup_hp_led,
2612                 .chained = true,
2613                 .chain_id = STAC_92HD83XXX_HP,
2614         },
2615         [STAC_92HD83XXX_HP_INV_LED] = {
2616                 .type = HDA_FIXUP_FUNC,
2617                 .v.func = stac92hd83xxx_fixup_hp_inv_led,
2618                 .chained = true,
2619                 .chain_id = STAC_92HD83XXX_HP,
2620         },
2621         [STAC_92HD83XXX_HP_MIC_LED] = {
2622                 .type = HDA_FIXUP_FUNC,
2623                 .v.func = stac92hd83xxx_fixup_hp_mic_led,
2624                 .chained = true,
2625                 .chain_id = STAC_92HD83XXX_HP,
2626         },
2627         [STAC_92HD83XXX_HEADSET_JACK] = {
2628                 .type = HDA_FIXUP_FUNC,
2629                 .v.func = stac92hd83xxx_fixup_headset_jack,
2630         },
2631         [STAC_HP_ENVY_BASS] = {
2632                 .type = HDA_FIXUP_PINS,
2633                 .v.pins = (const struct hda_pintbl[]) {
2634                         { 0x0f, 0x90170111 },
2635                         {}
2636                 },
2637         },
2638         [STAC_HP_BNB13_EQ] = {
2639                 .type = HDA_FIXUP_VERBS,
2640                 .v.verbs = hp_bnb13_eq_verbs,
2641                 .chained = true,
2642                 .chain_id = STAC_92HD83XXX_HP_MIC_LED,
2643         },
2644 };
2645
2646 static const struct hda_model_fixup stac92hd83xxx_models[] = {
2647         { .id = STAC_92HD83XXX_REF, .name = "ref" },
2648         { .id = STAC_92HD83XXX_PWR_REF, .name = "mic-ref" },
2649         { .id = STAC_DELL_S14, .name = "dell-s14" },
2650         { .id = STAC_DELL_VOSTRO_3500, .name = "dell-vostro-3500" },
2651         { .id = STAC_92HD83XXX_HP_cNB11_INTQUAD, .name = "hp_cNB11_intquad" },
2652         { .id = STAC_HP_DV7_4000, .name = "hp-dv7-4000" },
2653         { .id = STAC_HP_ZEPHYR, .name = "hp-zephyr" },
2654         { .id = STAC_92HD83XXX_HP_LED, .name = "hp-led" },
2655         { .id = STAC_92HD83XXX_HP_INV_LED, .name = "hp-inv-led" },
2656         { .id = STAC_92HD83XXX_HP_MIC_LED, .name = "hp-mic-led" },
2657         { .id = STAC_92HD83XXX_HEADSET_JACK, .name = "headset-jack" },
2658         { .id = STAC_HP_ENVY_BASS, .name = "hp-envy-bass" },
2659         { .id = STAC_HP_BNB13_EQ, .name = "hp-bnb13-eq" },
2660         {}
2661 };
2662
2663 static const struct snd_pci_quirk stac92hd83xxx_fixup_tbl[] = {
2664         /* SigmaTel reference board */
2665         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2666                       "DFI LanParty", STAC_92HD83XXX_REF),
2667         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2668                       "DFI LanParty", STAC_92HD83XXX_REF),
2669         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
2670                       "unknown Dell", STAC_DELL_S14),
2671         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532,
2672                       "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK),
2673         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533,
2674                       "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK),
2675         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534,
2676                       "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK),
2677         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535,
2678                       "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK),
2679         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c,
2680                       "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
2681         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d,
2682                       "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK),
2683         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549,
2684                       "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
2685         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d,
2686                       "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK),
2687         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584,
2688                       "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK),
2689         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
2690                       "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
2691         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
2692                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2693         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
2694                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2695         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
2696                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2697         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
2698                           "HP Pavilion dv7", STAC_HP_DV7_4000),
2699         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
2700                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2701         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
2702                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2703         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1888,
2704                           "HP Envy Spectre", STAC_HP_ENVY_BASS),
2705         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
2706                           "HP Folio", STAC_HP_BNB13_EQ),
2707         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18F8,
2708                           "HP bNB13", STAC_HP_BNB13_EQ),
2709         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1909,
2710                           "HP bNB13", STAC_HP_BNB13_EQ),
2711         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x190A,
2712                           "HP bNB13", STAC_HP_BNB13_EQ),
2713         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1940,
2714                           "HP bNB13", STAC_HP_BNB13_EQ),
2715         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1941,
2716                           "HP bNB13", STAC_HP_BNB13_EQ),
2717         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1942,
2718                           "HP bNB13", STAC_HP_BNB13_EQ),
2719         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1943,
2720                           "HP bNB13", STAC_HP_BNB13_EQ),
2721         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1944,
2722                           "HP bNB13", STAC_HP_BNB13_EQ),
2723         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1945,
2724                           "HP bNB13", STAC_HP_BNB13_EQ),
2725         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1946,
2726                           "HP bNB13", STAC_HP_BNB13_EQ),
2727         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1948,
2728                           "HP bNB13", STAC_HP_BNB13_EQ),
2729         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1949,
2730                           "HP bNB13", STAC_HP_BNB13_EQ),
2731         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194A,
2732                           "HP bNB13", STAC_HP_BNB13_EQ),
2733         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194B,
2734                           "HP bNB13", STAC_HP_BNB13_EQ),
2735         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194C,
2736                           "HP bNB13", STAC_HP_BNB13_EQ),
2737         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194E,
2738                           "HP bNB13", STAC_HP_BNB13_EQ),
2739         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194F,
2740                           "HP bNB13", STAC_HP_BNB13_EQ),
2741         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1950,
2742                           "HP bNB13", STAC_HP_BNB13_EQ),
2743         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1951,
2744                           "HP bNB13", STAC_HP_BNB13_EQ),
2745         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195A,
2746                           "HP bNB13", STAC_HP_BNB13_EQ),
2747         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195B,
2748                           "HP bNB13", STAC_HP_BNB13_EQ),
2749         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195C,
2750                           "HP bNB13", STAC_HP_BNB13_EQ),
2751         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1991,
2752                           "HP bNB13", STAC_HP_BNB13_EQ),
2753         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2103,
2754                           "HP bNB13", STAC_HP_BNB13_EQ),
2755         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2104,
2756                           "HP bNB13", STAC_HP_BNB13_EQ),
2757         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2105,
2758                           "HP bNB13", STAC_HP_BNB13_EQ),
2759         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2106,
2760                           "HP bNB13", STAC_HP_BNB13_EQ),
2761         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2107,
2762                           "HP bNB13", STAC_HP_BNB13_EQ),
2763         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2108,
2764                           "HP bNB13", STAC_HP_BNB13_EQ),
2765         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2109,
2766                           "HP bNB13", STAC_HP_BNB13_EQ),
2767         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x210A,
2768                           "HP bNB13", STAC_HP_BNB13_EQ),
2769         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x210B,
2770                           "HP bNB13", STAC_HP_BNB13_EQ),
2771         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211C,
2772                           "HP bNB13", STAC_HP_BNB13_EQ),
2773         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211D,
2774                           "HP bNB13", STAC_HP_BNB13_EQ),
2775         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211E,
2776                           "HP bNB13", STAC_HP_BNB13_EQ),
2777         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211F,
2778                           "HP bNB13", STAC_HP_BNB13_EQ),
2779         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2120,
2780                           "HP bNB13", STAC_HP_BNB13_EQ),
2781         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2121,
2782                           "HP bNB13", STAC_HP_BNB13_EQ),
2783         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2122,
2784                           "HP bNB13", STAC_HP_BNB13_EQ),
2785         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2123,
2786                           "HP bNB13", STAC_HP_BNB13_EQ),
2787         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x213E,
2788                           "HP bNB13", STAC_HP_BNB13_EQ),
2789         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x213F,
2790                           "HP bNB13", STAC_HP_BNB13_EQ),
2791         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2140,
2792                           "HP bNB13", STAC_HP_BNB13_EQ),
2793         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B2,
2794                           "HP bNB13", STAC_HP_BNB13_EQ),
2795         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B3,
2796                           "HP bNB13", STAC_HP_BNB13_EQ),
2797         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B5,
2798                           "HP bNB13", STAC_HP_BNB13_EQ),
2799         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B6,
2800                           "HP bNB13", STAC_HP_BNB13_EQ),
2801         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x1900,
2802                           "HP", STAC_92HD83XXX_HP_MIC_LED),
2803         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2000,
2804                           "HP", STAC_92HD83XXX_HP_MIC_LED),
2805         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2100,
2806                           "HP", STAC_92HD83XXX_HP_MIC_LED),
2807         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
2808                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2809         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
2810                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2811         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
2812                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2813         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
2814                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2815         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
2816                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2817         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
2818                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2819         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
2820                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2821         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
2822                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2823         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
2824                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2825         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
2826                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2827         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
2828                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2829         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
2830                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2831         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
2832                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2833         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
2834                           "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2835         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
2836                           "HP", STAC_HP_ZEPHYR),
2837         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
2838                           "HP Mini", STAC_92HD83XXX_HP_LED),
2839         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E,
2840                           "HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED),
2841         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x148a,
2842                       "HP Mini", STAC_92HD83XXX_HP_LED),
2843         SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD83XXX_HP),
2844         {} /* terminator */
2845 };
2846
2847 /* HP dv7 bass switch - GPIO5 */
2848 #define stac_hp_bass_gpio_info  snd_ctl_boolean_mono_info
2849 static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
2850                                  struct snd_ctl_elem_value *ucontrol)
2851 {
2852         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2853         struct sigmatel_spec *spec = codec->spec;
2854         ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
2855         return 0;
2856 }
2857
2858 static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
2859                                  struct snd_ctl_elem_value *ucontrol)
2860 {
2861         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2862         struct sigmatel_spec *spec = codec->spec;
2863         unsigned int gpio_data;
2864
2865         gpio_data = (spec->gpio_data & ~0x20) |
2866                 (ucontrol->value.integer.value[0] ? 0x20 : 0);
2867         if (gpio_data == spec->gpio_data)
2868                 return 0;
2869         spec->gpio_data = gpio_data;
2870         stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
2871         return 1;
2872 }
2873
2874 static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
2875         .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2876         .info = stac_hp_bass_gpio_info,
2877         .get = stac_hp_bass_gpio_get,
2878         .put = stac_hp_bass_gpio_put,
2879 };
2880
2881 static int stac_add_hp_bass_switch(struct hda_codec *codec)
2882 {
2883         struct sigmatel_spec *spec = codec->spec;
2884
2885         if (!snd_hda_gen_add_kctl(&spec->gen, "Bass Speaker Playback Switch",
2886                                   &stac_hp_bass_sw_ctrl))
2887                 return -ENOMEM;
2888
2889         spec->gpio_mask |= 0x20;
2890         spec->gpio_dir |= 0x20;
2891         spec->gpio_data |= 0x20;
2892         return 0;
2893 }
2894
2895 static const struct hda_pintbl ref92hd71bxx_pin_configs[] = {
2896         { 0x0a, 0x02214030 },
2897         { 0x0b, 0x02a19040 },
2898         { 0x0c, 0x01a19020 },
2899         { 0x0d, 0x01014010 },
2900         { 0x0e, 0x0181302e },
2901         { 0x0f, 0x01014010 },
2902         { 0x14, 0x01019020 },
2903         { 0x18, 0x90a000f0 },
2904         { 0x19, 0x90a000f0 },
2905         { 0x1e, 0x01452050 },
2906         { 0x1f, 0x01452050 },
2907         {}
2908 };
2909
2910 static const struct hda_pintbl dell_m4_1_pin_configs[] = {
2911         { 0x0a, 0x0421101f },
2912         { 0x0b, 0x04a11221 },
2913         { 0x0c, 0x40f000f0 },
2914         { 0x0d, 0x90170110 },
2915         { 0x0e, 0x23a1902e },
2916         { 0x0f, 0x23014250 },
2917         { 0x14, 0x40f000f0 },
2918         { 0x18, 0x90a000f0 },
2919         { 0x19, 0x40f000f0 },
2920         { 0x1e, 0x4f0000f0 },
2921         { 0x1f, 0x4f0000f0 },
2922         {}
2923 };
2924
2925 static const struct hda_pintbl dell_m4_2_pin_configs[] = {
2926         { 0x0a, 0x0421101f },
2927         { 0x0b, 0x04a11221 },
2928         { 0x0c, 0x90a70330 },
2929         { 0x0d, 0x90170110 },
2930         { 0x0e, 0x23a1902e },
2931         { 0x0f, 0x23014250 },
2932         { 0x14, 0x40f000f0 },
2933         { 0x18, 0x40f000f0 },
2934         { 0x19, 0x40f000f0 },
2935         { 0x1e, 0x044413b0 },
2936         { 0x1f, 0x044413b0 },
2937         {}
2938 };
2939
2940 static const struct hda_pintbl dell_m4_3_pin_configs[] = {
2941         { 0x0a, 0x0421101f },
2942         { 0x0b, 0x04a11221 },
2943         { 0x0c, 0x90a70330 },
2944         { 0x0d, 0x90170110 },
2945         { 0x0e, 0x40f000f0 },
2946         { 0x0f, 0x40f000f0 },
2947         { 0x14, 0x40f000f0 },
2948         { 0x18, 0x90a000f0 },
2949         { 0x19, 0x40f000f0 },
2950         { 0x1e, 0x044413b0 },
2951         { 0x1f, 0x044413b0 },
2952         {}
2953 };
2954
2955 static void stac92hd71bxx_fixup_ref(struct hda_codec *codec,
2956                                     const struct hda_fixup *fix, int action)
2957 {
2958         struct sigmatel_spec *spec = codec->spec;
2959
2960         if (action != HDA_FIXUP_ACT_PRE_PROBE)
2961                 return;
2962
2963         snd_hda_apply_pincfgs(codec, ref92hd71bxx_pin_configs);
2964         spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0;
2965 }
2966
2967 static void stac92hd71bxx_fixup_hp_m4(struct hda_codec *codec,
2968                                       const struct hda_fixup *fix, int action)
2969 {
2970         struct sigmatel_spec *spec = codec->spec;
2971         struct hda_jack_tbl *jack;
2972
2973         if (action != HDA_FIXUP_ACT_PRE_PROBE)
2974                 return;
2975
2976         /* Enable VREF power saving on GPIO1 detect */
2977         snd_hda_codec_write_cache(codec, codec->afg, 0,
2978                                   AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
2979         snd_hda_jack_detect_enable_callback(codec, codec->afg,
2980                                             STAC_VREF_EVENT,
2981                                             stac_vref_event);
2982         jack = snd_hda_jack_tbl_get(codec, codec->afg);
2983         if (jack)
2984                 jack->private_data = 0x02;
2985
2986         spec->gpio_mask |= 0x02;
2987
2988         /* enable internal microphone */
2989         snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
2990 }
2991
2992 static void stac92hd71bxx_fixup_hp_dv4(struct hda_codec *codec,
2993                                        const struct hda_fixup *fix, int action)
2994 {
2995         struct sigmatel_spec *spec = codec->spec;
2996
2997         if (action != HDA_FIXUP_ACT_PRE_PROBE)
2998                 return;
2999         spec->gpio_led = 0x01;
3000 }
3001
3002 static void stac92hd71bxx_fixup_hp_dv5(struct hda_codec *codec,
3003                                        const struct hda_fixup *fix, int action)
3004 {
3005         unsigned int cap;
3006
3007         switch (action) {
3008         case HDA_FIXUP_ACT_PRE_PROBE:
3009                 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
3010                 break;
3011
3012         case HDA_FIXUP_ACT_PROBE:
3013                 /* enable bass on HP dv7 */
3014                 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
3015                 cap &= AC_GPIO_IO_COUNT;
3016                 if (cap >= 6)
3017                         stac_add_hp_bass_switch(codec);
3018                 break;
3019         }
3020 }
3021
3022 static void stac92hd71bxx_fixup_hp_hdx(struct hda_codec *codec,
3023                                        const struct hda_fixup *fix, int action)
3024 {
3025         struct sigmatel_spec *spec = codec->spec;
3026
3027         if (action != HDA_FIXUP_ACT_PRE_PROBE)
3028                 return;
3029         spec->gpio_led = 0x08;
3030 }
3031
3032
3033 static void stac92hd71bxx_fixup_hp(struct hda_codec *codec,
3034                                    const struct hda_fixup *fix, int action)
3035 {
3036         struct sigmatel_spec *spec = codec->spec;
3037
3038         if (action != HDA_FIXUP_ACT_PRE_PROBE)
3039                 return;
3040
3041         if (hp_blike_system(codec->subsystem_id)) {
3042                 unsigned int pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
3043                 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
3044                         get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER  ||
3045                         get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
3046                         /* It was changed in the BIOS to just satisfy MS DTM.
3047                          * Lets turn it back into slaved HP
3048                          */
3049                         pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
3050                                         | (AC_JACK_HP_OUT <<
3051                                                 AC_DEFCFG_DEVICE_SHIFT);
3052                         pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
3053                                                         | AC_DEFCFG_SEQUENCE)))
3054                                                                 | 0x1f;
3055                         snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
3056                 }
3057         }
3058
3059         if (find_mute_led_cfg(codec, 1))
3060                 snd_printd("mute LED gpio %d polarity %d\n",
3061                                 spec->gpio_led,
3062                                 spec->gpio_led_polarity);
3063
3064 }
3065
3066 static const struct hda_fixup stac92hd71bxx_fixups[] = {
3067         [STAC_92HD71BXX_REF] = {
3068                 .type = HDA_FIXUP_FUNC,
3069                 .v.func = stac92hd71bxx_fixup_ref,
3070         },
3071         [STAC_DELL_M4_1] = {
3072                 .type = HDA_FIXUP_PINS,
3073                 .v.pins = dell_m4_1_pin_configs,
3074         },
3075         [STAC_DELL_M4_2] = {
3076                 .type = HDA_FIXUP_PINS,
3077                 .v.pins = dell_m4_2_pin_configs,
3078         },
3079         [STAC_DELL_M4_3] = {
3080                 .type = HDA_FIXUP_PINS,
3081                 .v.pins = dell_m4_3_pin_configs,
3082         },
3083         [STAC_HP_M4] = {
3084                 .type = HDA_FIXUP_FUNC,
3085                 .v.func = stac92hd71bxx_fixup_hp_m4,
3086                 .chained = true,
3087                 .chain_id = STAC_92HD71BXX_HP,
3088         },
3089         [STAC_HP_DV4] = {
3090                 .type = HDA_FIXUP_FUNC,
3091                 .v.func = stac92hd71bxx_fixup_hp_dv4,
3092                 .chained = true,
3093                 .chain_id = STAC_HP_DV5,
3094         },
3095         [STAC_HP_DV5] = {
3096                 .type = HDA_FIXUP_FUNC,
3097                 .v.func = stac92hd71bxx_fixup_hp_dv5,
3098                 .chained = true,
3099                 .chain_id = STAC_92HD71BXX_HP,
3100         },
3101         [STAC_HP_HDX] = {
3102                 .type = HDA_FIXUP_FUNC,
3103                 .v.func = stac92hd71bxx_fixup_hp_hdx,
3104                 .chained = true,
3105                 .chain_id = STAC_92HD71BXX_HP,
3106         },
3107         [STAC_92HD71BXX_HP] = {
3108                 .type = HDA_FIXUP_FUNC,
3109                 .v.func = stac92hd71bxx_fixup_hp,
3110         },
3111 };
3112
3113 static const struct hda_model_fixup stac92hd71bxx_models[] = {
3114         { .id = STAC_92HD71BXX_REF, .name = "ref" },
3115         { .id = STAC_DELL_M4_1, .name = "dell-m4-1" },
3116         { .id = STAC_DELL_M4_2, .name = "dell-m4-2" },
3117         { .id = STAC_DELL_M4_3, .name = "dell-m4-3" },
3118         { .id = STAC_HP_M4, .name = "hp-m4" },
3119         { .id = STAC_HP_DV4, .name = "hp-dv4" },
3120         { .id = STAC_HP_DV5, .name = "hp-dv5" },
3121         { .id = STAC_HP_HDX, .name = "hp-hdx" },
3122         { .id = STAC_HP_DV4, .name = "hp-dv4-1222nr" },
3123         {}
3124 };
3125
3126 static const struct snd_pci_quirk stac92hd71bxx_fixup_tbl[] = {
3127         /* SigmaTel reference board */
3128         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3129                       "DFI LanParty", STAC_92HD71BXX_REF),
3130         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3131                       "DFI LanParty", STAC_92HD71BXX_REF),
3132         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
3133                           "HP", STAC_HP_DV5),
3134         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
3135                       "HP", STAC_HP_DV5),
3136         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
3137                       "HP dv4-7", STAC_HP_DV4),
3138         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
3139                       "HP dv4-7", STAC_HP_DV5),
3140         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
3141                       "HP HDX", STAC_HP_HDX),  /* HDX18 */
3142         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
3143                       "HP mini 1000", STAC_HP_M4),
3144         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
3145                       "HP HDX", STAC_HP_HDX),  /* HDX16 */
3146         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
3147                       "HP dv6", STAC_HP_DV5),
3148         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
3149                       "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
3150         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
3151                       "HP DV6", STAC_HP_DV5),
3152         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
3153                       "HP", STAC_HP_DV5),
3154         SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD71BXX_HP),
3155         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
3156                                 "unknown Dell", STAC_DELL_M4_1),
3157         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
3158                                 "unknown Dell", STAC_DELL_M4_1),
3159         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
3160                                 "unknown Dell", STAC_DELL_M4_1),
3161         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
3162                                 "unknown Dell", STAC_DELL_M4_1),
3163         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
3164                                 "unknown Dell", STAC_DELL_M4_1),
3165         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
3166                                 "unknown Dell", STAC_DELL_M4_1),
3167         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
3168                                 "unknown Dell", STAC_DELL_M4_1),
3169         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
3170                                 "unknown Dell", STAC_DELL_M4_2),
3171         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
3172                                 "unknown Dell", STAC_DELL_M4_2),
3173         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
3174                                 "unknown Dell", STAC_DELL_M4_2),
3175         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
3176                                 "unknown Dell", STAC_DELL_M4_2),
3177         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
3178                                 "unknown Dell", STAC_DELL_M4_3),
3179         {} /* terminator */
3180 };
3181
3182 static const struct hda_pintbl ref922x_pin_configs[] = {
3183         { 0x0a, 0x01014010 },
3184         { 0x0b, 0x01016011 },
3185         { 0x0c, 0x01012012 },
3186         { 0x0d, 0x0221401f },
3187         { 0x0e, 0x01813122 },
3188         { 0x0f, 0x01011014 },
3189         { 0x10, 0x01441030 },
3190         { 0x11, 0x01c41030 },
3191         { 0x15, 0x40000100 },
3192         { 0x1b, 0x40000100 },
3193         {}
3194 };
3195
3196 /*
3197     STAC 922X pin configs for
3198     102801A7
3199     102801AB
3200     102801A9
3201     102801D1
3202     102801D2
3203 */
3204 static const struct hda_pintbl dell_922x_d81_pin_configs[] = {
3205         { 0x0a, 0x02214030 },
3206         { 0x0b, 0x01a19021 },
3207         { 0x0c, 0x01111012 },
3208         { 0x0d, 0x01114010 },
3209         { 0x0e, 0x02a19020 },
3210         { 0x0f, 0x01117011 },
3211         { 0x10, 0x400001f0 },
3212         { 0x11, 0x400001f1 },
3213         { 0x15, 0x01813122 },
3214         { 0x1b, 0x400001f2 },
3215         {}
3216 };
3217
3218 /*
3219     STAC 922X pin configs for
3220     102801AC
3221     102801D0
3222 */
3223 static const struct hda_pintbl dell_922x_d82_pin_configs[] = {
3224         { 0x0a, 0x02214030 },
3225         { 0x0b, 0x01a19021 },
3226         { 0x0c, 0x01111012 },
3227         { 0x0d, 0x01114010 },
3228         { 0x0e, 0x02a19020 },
3229         { 0x0f, 0x01117011 },
3230         { 0x10, 0x01451140 },
3231         { 0x11, 0x400001f0 },
3232         { 0x15, 0x01813122 },
3233         { 0x1b, 0x400001f1 },
3234         {}
3235 };
3236
3237 /*
3238     STAC 922X pin configs for
3239     102801BF
3240 */
3241 static const struct hda_pintbl dell_922x_m81_pin_configs[] = {
3242         { 0x0a, 0x0321101f },
3243         { 0x0b, 0x01112024 },
3244         { 0x0c, 0x01111222 },
3245         { 0x0d, 0x91174220 },
3246         { 0x0e, 0x03a11050 },
3247         { 0x0f, 0x01116221 },
3248         { 0x10, 0x90a70330 },
3249         { 0x11, 0x01452340 },
3250         { 0x15, 0x40C003f1 },
3251         { 0x1b, 0x405003f0 },
3252         {}
3253 };
3254
3255 /*
3256     STAC 9221 A1 pin configs for
3257     102801D7 (Dell XPS M1210)
3258 */
3259 static const struct hda_pintbl dell_922x_m82_pin_configs[] = {
3260         { 0x0a, 0x02211211 },
3261         { 0x0b, 0x408103ff },
3262         { 0x0c, 0x02a1123e },
3263         { 0x0d, 0x90100310 },
3264         { 0x0e, 0x408003f1 },
3265         { 0x0f, 0x0221121f },
3266         { 0x10, 0x03451340 },
3267         { 0x11, 0x40c003f2 },
3268         { 0x15, 0x508003f3 },
3269         { 0x1b, 0x405003f4 },
3270         {}
3271 };
3272
3273 static const struct hda_pintbl d945gtp3_pin_configs[] = {
3274         { 0x0a, 0x0221401f },
3275         { 0x0b, 0x01a19022 },
3276         { 0x0c, 0x01813021 },
3277         { 0x0d, 0x01014010 },
3278         { 0x0e, 0x40000100 },
3279         { 0x0f, 0x40000100 },
3280         { 0x10, 0x40000100 },
3281         { 0x11, 0x40000100 },
3282         { 0x15, 0x02a19120 },
3283         { 0x1b, 0x40000100 },
3284         {}
3285 };
3286
3287 static const struct hda_pintbl d945gtp5_pin_configs[] = {
3288         { 0x0a, 0x0221401f },
3289         { 0x0b, 0x01011012 },
3290         { 0x0c, 0x01813024 },
3291         { 0x0d, 0x01014010 },
3292         { 0x0e, 0x01a19021 },
3293         { 0x0f, 0x01016011 },
3294         { 0x10, 0x01452130 },
3295         { 0x11, 0x40000100 },
3296         { 0x15, 0x02a19320 },
3297         { 0x1b, 0x40000100 },
3298         {}
3299 };
3300
3301 static const struct hda_pintbl intel_mac_v1_pin_configs[] = {
3302         { 0x0a, 0x0121e21f },
3303         { 0x0b, 0x400000ff },
3304         { 0x0c, 0x9017e110 },
3305         { 0x0d, 0x400000fd },
3306         { 0x0e, 0x400000fe },
3307         { 0x0f, 0x0181e020 },
3308         { 0x10, 0x1145e030 },
3309         { 0x11, 0x11c5e240 },
3310         { 0x15, 0x400000fc },
3311         { 0x1b, 0x400000fb },
3312         {}
3313 };
3314
3315 static const struct hda_pintbl intel_mac_v2_pin_configs[] = {
3316         { 0x0a, 0x0121e21f },
3317         { 0x0b, 0x90a7012e },
3318         { 0x0c, 0x9017e110 },
3319         { 0x0d, 0x400000fd },
3320         { 0x0e, 0x400000fe },
3321         { 0x0f, 0x0181e020 },
3322         { 0x10, 0x1145e230 },
3323         { 0x11, 0x500000fa },
3324         { 0x15, 0x400000fc },
3325         { 0x1b, 0x400000fb },
3326         {}
3327 };
3328
3329 static const struct hda_pintbl intel_mac_v3_pin_configs[] = {
3330         { 0x0a, 0x0121e21f },
3331         { 0x0b, 0x90a7012e },
3332         { 0x0c, 0x9017e110 },
3333         { 0x0d, 0x400000fd },
3334         { 0x0e, 0x400000fe },
3335         { 0x0f, 0x0181e020 },
3336         { 0x10, 0x1145e230 },
3337         { 0x11, 0x11c5e240 },
3338         { 0x15, 0x400000fc },
3339         { 0x1b, 0x400000fb },
3340         {}
3341 };
3342
3343 static const struct hda_pintbl intel_mac_v4_pin_configs[] = {
3344         { 0x0a, 0x0321e21f },
3345         { 0x0b, 0x03a1e02e },
3346         { 0x0c, 0x9017e110 },
3347         { 0x0d, 0x9017e11f },
3348         { 0x0e, 0x400000fe },
3349         { 0x0f, 0x0381e020 },
3350         { 0x10, 0x1345e230 },
3351         { 0x11, 0x13c5e240 },
3352         { 0x15, 0x400000fc },
3353         { 0x1b, 0x400000fb },
3354         {}
3355 };
3356
3357 static const struct hda_pintbl intel_mac_v5_pin_configs[] = {
3358         { 0x0a, 0x0321e21f },
3359         { 0x0b, 0x03a1e02e },
3360         { 0x0c, 0x9017e110 },
3361         { 0x0d, 0x9017e11f },
3362         { 0x0e, 0x400000fe },
3363         { 0x0f, 0x0381e020 },
3364         { 0x10, 0x1345e230 },
3365         { 0x11, 0x13c5e240 },
3366         { 0x15, 0x400000fc },
3367         { 0x1b, 0x400000fb },
3368         {}
3369 };
3370
3371 static const struct hda_pintbl ecs202_pin_configs[] = {
3372         { 0x0a, 0x0221401f },
3373         { 0x0b, 0x02a19020 },
3374         { 0x0c, 0x01a19020 },
3375         { 0x0d, 0x01114010 },
3376         { 0x0e, 0x408000f0 },
3377         { 0x0f, 0x01813022 },
3378         { 0x10, 0x074510a0 },
3379         { 0x11, 0x40c400f1 },
3380         { 0x15, 0x9037012e },
3381         { 0x1b, 0x40e000f2 },
3382         {}
3383 };
3384
3385 /* codec SSIDs for Intel Mac sharing the same PCI SSID 8384:7680 */
3386 static const struct snd_pci_quirk stac922x_intel_mac_fixup_tbl[] = {
3387         SND_PCI_QUIRK(0x0000, 0x0100, "Mac Mini", STAC_INTEL_MAC_V3),
3388         SND_PCI_QUIRK(0x106b, 0x0800, "Mac", STAC_INTEL_MAC_V1),
3389         SND_PCI_QUIRK(0x106b, 0x0600, "Mac", STAC_INTEL_MAC_V2),
3390         SND_PCI_QUIRK(0x106b, 0x0700, "Mac", STAC_INTEL_MAC_V2),
3391         SND_PCI_QUIRK(0x106b, 0x0e00, "Mac", STAC_INTEL_MAC_V3),
3392         SND_PCI_QUIRK(0x106b, 0x0f00, "Mac", STAC_INTEL_MAC_V3),
3393         SND_PCI_QUIRK(0x106b, 0x1600, "Mac", STAC_INTEL_MAC_V3),
3394         SND_PCI_QUIRK(0x106b, 0x1700, "Mac", STAC_INTEL_MAC_V3),
3395         SND_PCI_QUIRK(0x106b, 0x0200, "Mac", STAC_INTEL_MAC_V3),
3396         SND_PCI_QUIRK(0x106b, 0x1e00, "Mac", STAC_INTEL_MAC_V3),
3397         SND_PCI_QUIRK(0x106b, 0x1a00, "Mac", STAC_INTEL_MAC_V4),
3398         SND_PCI_QUIRK(0x106b, 0x0a00, "Mac", STAC_INTEL_MAC_V5),
3399         SND_PCI_QUIRK(0x106b, 0x2200, "Mac", STAC_INTEL_MAC_V5),
3400         {}
3401 };
3402
3403 static const struct hda_fixup stac922x_fixups[];
3404
3405 /* remap the fixup from codec SSID and apply it */
3406 static void stac922x_fixup_intel_mac_auto(struct hda_codec *codec,
3407                                           const struct hda_fixup *fix,
3408                                           int action)
3409 {
3410         if (action != HDA_FIXUP_ACT_PRE_PROBE)
3411                 return;
3412         snd_hda_pick_fixup(codec, NULL, stac922x_intel_mac_fixup_tbl,
3413                            stac922x_fixups);
3414         if (codec->fixup_id != STAC_INTEL_MAC_AUTO)
3415                 snd_hda_apply_fixup(codec, action);
3416 }
3417
3418 static void stac922x_fixup_intel_mac_gpio(struct hda_codec *codec,
3419                                           const struct hda_fixup *fix,
3420                                           int action)
3421 {
3422         struct sigmatel_spec *spec = codec->spec;
3423
3424         if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3425                 spec->gpio_mask = spec->gpio_dir = 0x03;
3426                 spec->gpio_data = 0x03;
3427         }
3428 }
3429
3430 static const struct hda_fixup stac922x_fixups[] = {
3431         [STAC_D945_REF] = {
3432                 .type = HDA_FIXUP_PINS,
3433                 .v.pins = ref922x_pin_configs,
3434         },
3435         [STAC_D945GTP3] = {
3436                 .type = HDA_FIXUP_PINS,
3437                 .v.pins = d945gtp3_pin_configs,
3438         },
3439         [STAC_D945GTP5] = {
3440                 .type = HDA_FIXUP_PINS,
3441                 .v.pins = d945gtp5_pin_configs,
3442         },
3443         [STAC_INTEL_MAC_AUTO] = {
3444                 .type = HDA_FIXUP_FUNC,
3445                 .v.func = stac922x_fixup_intel_mac_auto,
3446         },
3447         [STAC_INTEL_MAC_V1] = {
3448                 .type = HDA_FIXUP_PINS,
3449                 .v.pins = intel_mac_v1_pin_configs,
3450                 .chained = true,
3451                 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3452         },
3453         [STAC_INTEL_MAC_V2] = {
3454                 .type = HDA_FIXUP_PINS,
3455                 .v.pins = intel_mac_v2_pin_configs,
3456                 .chained = true,
3457                 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3458         },
3459         [STAC_INTEL_MAC_V3] = {
3460                 .type = HDA_FIXUP_PINS,
3461                 .v.pins = intel_mac_v3_pin_configs,
3462                 .chained = true,
3463                 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3464         },
3465         [STAC_INTEL_MAC_V4] = {
3466                 .type = HDA_FIXUP_PINS,
3467                 .v.pins = intel_mac_v4_pin_configs,
3468                 .chained = true,
3469                 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3470         },
3471         [STAC_INTEL_MAC_V5] = {
3472                 .type = HDA_FIXUP_PINS,
3473                 .v.pins = intel_mac_v5_pin_configs,
3474                 .chained = true,
3475                 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3476         },
3477         [STAC_922X_INTEL_MAC_GPIO] = {
3478                 .type = HDA_FIXUP_FUNC,
3479                 .v.func = stac922x_fixup_intel_mac_gpio,
3480         },
3481         [STAC_ECS_202] = {
3482                 .type = HDA_FIXUP_PINS,
3483                 .v.pins = ecs202_pin_configs,
3484         },
3485         [STAC_922X_DELL_D81] = {
3486                 .type = HDA_FIXUP_PINS,
3487                 .v.pins = dell_922x_d81_pin_configs,
3488         },
3489         [STAC_922X_DELL_D82] = {
3490                 .type = HDA_FIXUP_PINS,
3491                 .v.pins = dell_922x_d82_pin_configs,
3492         },
3493         [STAC_922X_DELL_M81] = {
3494                 .type = HDA_FIXUP_PINS,
3495                 .v.pins = dell_922x_m81_pin_configs,
3496         },
3497         [STAC_922X_DELL_M82] = {
3498                 .type = HDA_FIXUP_PINS,
3499                 .v.pins = dell_922x_m82_pin_configs,
3500         },
3501 };
3502
3503 static const struct hda_model_fixup stac922x_models[] = {
3504         { .id = STAC_D945_REF, .name = "ref" },
3505         { .id = STAC_D945GTP5, .name = "5stack" },
3506         { .id = STAC_D945GTP3, .name = "3stack" },
3507         { .id = STAC_INTEL_MAC_V1, .name = "intel-mac-v1" },
3508         { .id = STAC_INTEL_MAC_V2, .name = "intel-mac-v2" },
3509         { .id = STAC_INTEL_MAC_V3, .name = "intel-mac-v3" },
3510         { .id = STAC_INTEL_MAC_V4, .name = "intel-mac-v4" },
3511         { .id = STAC_INTEL_MAC_V5, .name = "intel-mac-v5" },
3512         { .id = STAC_INTEL_MAC_AUTO, .name = "intel-mac-auto" },
3513         { .id = STAC_ECS_202, .name = "ecs202" },
3514         { .id = STAC_922X_DELL_D81, .name = "dell-d81" },
3515         { .id = STAC_922X_DELL_D82, .name = "dell-d82" },
3516         { .id = STAC_922X_DELL_M81, .name = "dell-m81" },
3517         { .id = STAC_922X_DELL_M82, .name = "dell-m82" },
3518         /* for backward compatibility */
3519         { .id = STAC_INTEL_MAC_V3, .name = "macmini" },
3520         { .id = STAC_INTEL_MAC_V5, .name = "macbook" },
3521         { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro-v1" },
3522         { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro" },
3523         { .id = STAC_INTEL_MAC_V2, .name = "imac-intel" },
3524         { .id = STAC_INTEL_MAC_V3, .name = "imac-intel-20" },
3525         {}
3526 };
3527
3528 static const struct snd_pci_quirk stac922x_fixup_tbl[] = {
3529         /* SigmaTel reference board */
3530         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3531                       "DFI LanParty", STAC_D945_REF),
3532         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3533                       "DFI LanParty", STAC_D945_REF),
3534         /* Intel 945G based systems */
3535         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
3536                       "Intel D945G", STAC_D945GTP3),
3537         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
3538                       "Intel D945G", STAC_D945GTP3),
3539         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
3540                       "Intel D945G", STAC_D945GTP3),
3541         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
3542                       "Intel D945G", STAC_D945GTP3),
3543         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
3544                       "Intel D945G", STAC_D945GTP3),
3545         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
3546                       "Intel D945G", STAC_D945GTP3),
3547         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
3548                       "Intel D945G", STAC_D945GTP3),
3549         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
3550                       "Intel D945G", STAC_D945GTP3),
3551         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
3552                       "Intel D945G", STAC_D945GTP3),
3553         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
3554                       "Intel D945G", STAC_D945GTP3),
3555         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
3556                       "Intel D945G", STAC_D945GTP3),
3557         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
3558                       "Intel D945G", STAC_D945GTP3),
3559         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
3560                       "Intel D945G", STAC_D945GTP3),
3561         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
3562                       "Intel D945G", STAC_D945GTP3),
3563         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
3564                       "Intel D945G", STAC_D945GTP3),
3565         /* Intel D945G 5-stack systems */
3566         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
3567                       "Intel D945G", STAC_D945GTP5),
3568         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
3569                       "Intel D945G", STAC_D945GTP5),
3570         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
3571                       "Intel D945G", STAC_D945GTP5),
3572         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
3573                       "Intel D945G", STAC_D945GTP5),
3574         /* Intel 945P based systems */
3575         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
3576                       "Intel D945P", STAC_D945GTP3),
3577         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
3578                       "Intel D945P", STAC_D945GTP3),
3579         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
3580                       "Intel D945P", STAC_D945GTP3),
3581         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
3582                       "Intel D945P", STAC_D945GTP3),
3583         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
3584                       "Intel D945P", STAC_D945GTP3),
3585         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
3586                       "Intel D945P", STAC_D945GTP5),
3587         /* other intel */
3588         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
3589                       "Intel D945", STAC_D945_REF),
3590         /* other systems  */
3591
3592         /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
3593         SND_PCI_QUIRK(0x8384, 0x7680, "Mac", STAC_INTEL_MAC_AUTO),
3594
3595         /* Dell systems  */
3596         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
3597                       "unknown Dell", STAC_922X_DELL_D81),
3598         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
3599                       "unknown Dell", STAC_922X_DELL_D81),
3600         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
3601                       "unknown Dell", STAC_922X_DELL_D81),
3602         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
3603                       "unknown Dell", STAC_922X_DELL_D82),
3604         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
3605                       "unknown Dell", STAC_922X_DELL_M81),
3606         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
3607                       "unknown Dell", STAC_922X_DELL_D82),
3608         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
3609                       "unknown Dell", STAC_922X_DELL_D81),
3610         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
3611                       "unknown Dell", STAC_922X_DELL_D81),
3612         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
3613                       "Dell XPS M1210", STAC_922X_DELL_M82),
3614         /* ECS/PC Chips boards */
3615         SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
3616                       "ECS/PC chips", STAC_ECS_202),
3617         {} /* terminator */
3618 };
3619
3620 static const struct hda_pintbl ref927x_pin_configs[] = {
3621         { 0x0a, 0x02214020 },
3622         { 0x0b, 0x02a19080 },
3623         { 0x0c, 0x0181304e },
3624         { 0x0d, 0x01014010 },
3625         { 0x0e, 0x01a19040 },
3626         { 0x0f, 0x01011012 },
3627         { 0x10, 0x01016011 },
3628         { 0x11, 0x0101201f },
3629         { 0x12, 0x183301f0 },
3630         { 0x13, 0x18a001f0 },
3631         { 0x14, 0x18a001f0 },
3632         { 0x21, 0x01442070 },
3633         { 0x22, 0x01c42190 },
3634         { 0x23, 0x40000100 },
3635         {}
3636 };
3637
3638 static const struct hda_pintbl d965_3st_pin_configs[] = {
3639         { 0x0a, 0x0221401f },
3640         { 0x0b, 0x02a19120 },
3641         { 0x0c, 0x40000100 },
3642         { 0x0d, 0x01014011 },
3643         { 0x0e, 0x01a19021 },
3644         { 0x0f, 0x01813024 },
3645         { 0x10, 0x40000100 },
3646         { 0x11, 0x40000100 },
3647         { 0x12, 0x40000100 },
3648         { 0x13, 0x40000100 },
3649         { 0x14, 0x40000100 },
3650         { 0x21, 0x40000100 },
3651         { 0x22, 0x40000100 },
3652         { 0x23, 0x40000100 },
3653         {}
3654 };
3655
3656 static const struct hda_pintbl d965_5st_pin_configs[] = {
3657         { 0x0a, 0x02214020 },
3658         { 0x0b, 0x02a19080 },
3659         { 0x0c, 0x0181304e },
3660         { 0x0d, 0x01014010 },
3661         { 0x0e, 0x01a19040 },
3662         { 0x0f, 0x01011012 },
3663         { 0x10, 0x01016011 },
3664         { 0x11, 0x40000100 },
3665         { 0x12, 0x40000100 },
3666         { 0x13, 0x40000100 },
3667         { 0x14, 0x40000100 },
3668         { 0x21, 0x01442070 },
3669         { 0x22, 0x40000100 },
3670         { 0x23, 0x40000100 },
3671         {}
3672 };
3673
3674 static const struct hda_pintbl d965_5st_no_fp_pin_configs[] = {
3675         { 0x0a, 0x40000100 },
3676         { 0x0b, 0x40000100 },
3677         { 0x0c, 0x0181304e },
3678         { 0x0d, 0x01014010 },
3679         { 0x0e, 0x01a19040 },
3680         { 0x0f, 0x01011012 },
3681         { 0x10, 0x01016011 },
3682         { 0x11, 0x40000100 },
3683         { 0x12, 0x40000100 },
3684         { 0x13, 0x40000100 },
3685         { 0x14, 0x40000100 },
3686         { 0x21, 0x01442070 },
3687         { 0x22, 0x40000100 },
3688         { 0x23, 0x40000100 },
3689         {}
3690 };
3691
3692 static const struct hda_pintbl dell_3st_pin_configs[] = {
3693         { 0x0a, 0x02211230 },
3694         { 0x0b, 0x02a11220 },
3695         { 0x0c, 0x01a19040 },
3696         { 0x0d, 0x01114210 },
3697         { 0x0e, 0x01111212 },
3698         { 0x0f, 0x01116211 },
3699         { 0x10, 0x01813050 },
3700         { 0x11, 0x01112214 },
3701         { 0x12, 0x403003fa },
3702         { 0x13, 0x90a60040 },
3703         { 0x14, 0x90a60040 },
3704         { 0x21, 0x404003fb },
3705         { 0x22, 0x40c003fc },
3706         { 0x23, 0x40000100 },
3707         {}
3708 };
3709
3710 static void stac927x_fixup_ref_no_jd(struct hda_codec *codec,
3711                                      const struct hda_fixup *fix, int action)
3712 {
3713         /* no jack detecion for ref-no-jd model */
3714         if (action == HDA_FIXUP_ACT_PRE_PROBE)
3715                 codec->no_jack_detect = 1;
3716 }
3717
3718 static void stac927x_fixup_ref(struct hda_codec *codec,
3719                                const struct hda_fixup *fix, int action)
3720 {
3721         struct sigmatel_spec *spec = codec->spec;
3722
3723         if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3724                 snd_hda_apply_pincfgs(codec, ref927x_pin_configs);
3725                 spec->eapd_mask = spec->gpio_mask = 0;
3726                 spec->gpio_dir = spec->gpio_data = 0;
3727         }
3728 }
3729
3730 static void stac927x_fixup_dell_dmic(struct hda_codec *codec,
3731                                      const struct hda_fixup *fix, int action)
3732 {
3733         struct sigmatel_spec *spec = codec->spec;
3734
3735         if (action != HDA_FIXUP_ACT_PRE_PROBE)
3736                 return;
3737
3738         if (codec->subsystem_id != 0x1028022f) {
3739                 /* GPIO2 High = Enable EAPD */
3740                 spec->eapd_mask = spec->gpio_mask = 0x04;
3741                 spec->gpio_dir = spec->gpio_data = 0x04;
3742         }
3743
3744         snd_hda_add_verbs(codec, dell_3st_core_init);
3745         spec->volknob_init = 1;
3746 }
3747
3748 static void stac927x_fixup_volknob(struct hda_codec *codec,
3749                                    const struct hda_fixup *fix, int action)
3750 {
3751         struct sigmatel_spec *spec = codec->spec;
3752
3753         if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3754                 snd_hda_add_verbs(codec, stac927x_volknob_core_init);
3755                 spec->volknob_init = 1;
3756         }
3757 }
3758
3759 static const struct hda_fixup stac927x_fixups[] = {
3760         [STAC_D965_REF_NO_JD] = {
3761                 .type = HDA_FIXUP_FUNC,
3762                 .v.func = stac927x_fixup_ref_no_jd,
3763                 .chained = true,
3764                 .chain_id = STAC_D965_REF,
3765         },
3766         [STAC_D965_REF] = {
3767                 .type = HDA_FIXUP_FUNC,
3768                 .v.func = stac927x_fixup_ref,
3769         },
3770         [STAC_D965_3ST] = {
3771                 .type = HDA_FIXUP_PINS,
3772                 .v.pins = d965_3st_pin_configs,
3773                 .chained = true,
3774                 .chain_id = STAC_D965_VERBS,
3775         },
3776         [STAC_D965_5ST] = {
3777                 .type = HDA_FIXUP_PINS,
3778                 .v.pins = d965_5st_pin_configs,
3779                 .chained = true,
3780                 .chain_id = STAC_D965_VERBS,
3781         },
3782         [STAC_D965_VERBS] = {
3783                 .type = HDA_FIXUP_VERBS,
3784                 .v.verbs = d965_core_init,
3785         },
3786         [STAC_D965_5ST_NO_FP] = {
3787                 .type = HDA_FIXUP_PINS,
3788                 .v.pins = d965_5st_no_fp_pin_configs,
3789         },
3790         [STAC_DELL_3ST] = {
3791                 .type = HDA_FIXUP_PINS,
3792                 .v.pins = dell_3st_pin_configs,
3793                 .chained = true,
3794                 .chain_id = STAC_927X_DELL_DMIC,
3795         },
3796         [STAC_DELL_BIOS] = {
3797                 .type = HDA_FIXUP_PINS,
3798                 .v.pins = (const struct hda_pintbl[]) {
3799                         /* correct the front output jack as a hp out */
3800                         { 0x0f, 0x0221101f },
3801                         /* correct the front input jack as a mic */
3802                         { 0x0e, 0x02a79130 },
3803                         {}
3804                 },
3805                 .chained = true,
3806                 .chain_id = STAC_927X_DELL_DMIC,
3807         },
3808         [STAC_DELL_BIOS_AMIC] = {
3809                 .type = HDA_FIXUP_PINS,
3810                 .v.pins = (const struct hda_pintbl[]) {
3811                         /* configure the analog microphone on some laptops */
3812                         { 0x0c, 0x90a79130 },
3813                         {}
3814                 },
3815                 .chained = true,
3816                 .chain_id = STAC_DELL_BIOS,
3817         },
3818         [STAC_DELL_BIOS_SPDIF] = {
3819                 .type = HDA_FIXUP_PINS,
3820                 .v.pins = (const struct hda_pintbl[]) {
3821                         /* correct the device field to SPDIF out */
3822                         { 0x21, 0x01442070 },
3823                         {}
3824                 },
3825                 .chained = true,
3826                 .chain_id = STAC_DELL_BIOS,
3827         },
3828         [STAC_927X_DELL_DMIC] = {
3829                 .type = HDA_FIXUP_FUNC,
3830                 .v.func = stac927x_fixup_dell_dmic,
3831         },
3832         [STAC_927X_VOLKNOB] = {
3833                 .type = HDA_FIXUP_FUNC,
3834                 .v.func = stac927x_fixup_volknob,
3835         },
3836 };
3837
3838 static const struct hda_model_fixup stac927x_models[] = {
3839         { .id = STAC_D965_REF_NO_JD, .name = "ref-no-jd" },
3840         { .id = STAC_D965_REF, .name = "ref" },
3841         { .id = STAC_D965_3ST, .name = "3stack" },
3842         { .id = STAC_D965_5ST, .name = "5stack" },
3843         { .id = STAC_D965_5ST_NO_FP, .name = "5stack-no-fp" },
3844         { .id = STAC_DELL_3ST, .name = "dell-3stack" },
3845         { .id = STAC_DELL_BIOS, .name = "dell-bios" },
3846         { .id = STAC_DELL_BIOS_AMIC, .name = "dell-bios-amic" },
3847         { .id = STAC_927X_VOLKNOB, .name = "volknob" },
3848         {}
3849 };
3850
3851 static const struct snd_pci_quirk stac927x_fixup_tbl[] = {
3852         /* SigmaTel reference board */
3853         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3854                       "DFI LanParty", STAC_D965_REF),
3855         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3856                       "DFI LanParty", STAC_D965_REF),
3857          /* Intel 946 based systems */
3858         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
3859         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
3860         /* 965 based 3 stack systems */
3861         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
3862                            "Intel D965", STAC_D965_3ST),
3863         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
3864                            "Intel D965", STAC_D965_3ST),
3865         /* Dell 3 stack systems */
3866         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
3867         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01ed, "Dell     ", STAC_DELL_3ST),
3868         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01f4, "Dell     ", STAC_DELL_3ST),
3869         /* Dell 3 stack systems with verb table in BIOS */
3870         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
3871         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
3872         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0227, "Dell Vostro 1400  ", STAC_DELL_BIOS),
3873         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x022e, "Dell     ", STAC_DELL_BIOS_SPDIF),
3874         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
3875         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0242, "Dell     ", STAC_DELL_BIOS),
3876         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0243, "Dell     ", STAC_DELL_BIOS),
3877         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x02ff, "Dell     ", STAC_DELL_BIOS),
3878         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0209, "Dell XPS 1330", STAC_DELL_BIOS_SPDIF),
3879         /* 965 based 5 stack systems */
3880         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
3881                            "Intel D965", STAC_D965_5ST),
3882         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
3883                            "Intel D965", STAC_D965_5ST),
3884         /* volume-knob fixes */
3885         SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
3886         {} /* terminator */
3887 };
3888
3889 static const struct hda_pintbl ref9205_pin_configs[] = {
3890         { 0x0a, 0x40000100 },
3891         { 0x0b, 0x40000100 },
3892         { 0x0c, 0x01016011 },
3893         { 0x0d, 0x01014010 },
3894         { 0x0e, 0x01813122 },
3895         { 0x0f, 0x01a19021 },
3896         { 0x14, 0x01019020 },
3897         { 0x16, 0x40000100 },
3898         { 0x17, 0x90a000f0 },
3899         { 0x18, 0x90a000f0 },
3900         { 0x21, 0x01441030 },
3901         { 0x22, 0x01c41030 },
3902         {}
3903 };
3904
3905 /*
3906     STAC 9205 pin configs for
3907     102801F1
3908     102801F2
3909     102801FC
3910     102801FD
3911     10280204
3912     1028021F
3913     10280228 (Dell Vostro 1500)
3914     10280229 (Dell Vostro 1700)
3915 */
3916 static const struct hda_pintbl dell_9205_m42_pin_configs[] = {
3917         { 0x0a, 0x0321101F },
3918         { 0x0b, 0x03A11020 },
3919         { 0x0c, 0x400003FA },
3920         { 0x0d, 0x90170310 },
3921         { 0x0e, 0x400003FB },
3922         { 0x0f, 0x400003FC },
3923         { 0x14, 0x400003FD },
3924         { 0x16, 0x40F000F9 },
3925         { 0x17, 0x90A60330 },
3926         { 0x18, 0x400003FF },
3927         { 0x21, 0x0144131F },
3928         { 0x22, 0x40C003FE },
3929         {}
3930 };
3931
3932 /*
3933     STAC 9205 pin configs for
3934     102801F9
3935     102801FA
3936     102801FE
3937     102801FF (Dell Precision M4300)
3938     10280206
3939     10280200
3940     10280201
3941 */
3942 static const struct hda_pintbl dell_9205_m43_pin_configs[] = {
3943         { 0x0a, 0x0321101f },
3944         { 0x0b, 0x03a11020 },
3945         { 0x0c, 0x90a70330 },
3946         { 0x0d, 0x90170310 },
3947         { 0x0e, 0x400000fe },
3948         { 0x0f, 0x400000ff },
3949         { 0x14, 0x400000fd },
3950         { 0x16, 0x40f000f9 },
3951         { 0x17, 0x400000fa },
3952         { 0x18, 0x400000fc },
3953         { 0x21, 0x0144131f },
3954         { 0x22, 0x40c003f8 },
3955         /* Enable SPDIF in/out */
3956         { 0x1f, 0x01441030 },
3957         { 0x20, 0x1c410030 },
3958         {}
3959 };
3960
3961 static const struct hda_pintbl dell_9205_m44_pin_configs[] = {
3962         { 0x0a, 0x0421101f },
3963         { 0x0b, 0x04a11020 },
3964         { 0x0c, 0x400003fa },
3965         { 0x0d, 0x90170310 },
3966         { 0x0e, 0x400003fb },
3967         { 0x0f, 0x400003fc },
3968         { 0x14, 0x400003fd },
3969         { 0x16, 0x400003f9 },
3970         { 0x17, 0x90a60330 },
3971         { 0x18, 0x400003ff },
3972         { 0x21, 0x01441340 },
3973         { 0x22, 0x40c003fe },
3974         {}
3975 };
3976
3977 static void stac9205_fixup_ref(struct hda_codec *codec,
3978                                const struct hda_fixup *fix, int action)
3979 {
3980         struct sigmatel_spec *spec = codec->spec;
3981
3982         if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3983                 snd_hda_apply_pincfgs(codec, ref9205_pin_configs);
3984                 /* SPDIF-In enabled */
3985                 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0;
3986         }
3987 }
3988
3989 static void stac9205_fixup_dell_m43(struct hda_codec *codec,
3990                                     const struct hda_fixup *fix, int action)
3991 {
3992         struct sigmatel_spec *spec = codec->spec;
3993         struct hda_jack_tbl *jack;
3994
3995         if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3996                 snd_hda_apply_pincfgs(codec, dell_9205_m43_pin_configs);
3997
3998                 /* Enable unsol response for GPIO4/Dock HP connection */
3999                 snd_hda_codec_write_cache(codec, codec->afg, 0,
4000                         AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
4001                 snd_hda_jack_detect_enable_callback(codec, codec->afg,
4002                                                     STAC_VREF_EVENT,
4003                                                     stac_vref_event);
4004                 jack = snd_hda_jack_tbl_get(codec, codec->afg);
4005                 if (jack)
4006                         jack->private_data = 0x01;
4007
4008                 spec->gpio_dir = 0x0b;
4009                 spec->eapd_mask = 0x01;
4010                 spec->gpio_mask = 0x1b;
4011                 spec->gpio_mute = 0x10;
4012                 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
4013                  * GPIO3 Low = DRM
4014                  */
4015                 spec->gpio_data = 0x01;
4016         }
4017 }
4018
4019 static void stac9205_fixup_eapd(struct hda_codec *codec,
4020                                 const struct hda_fixup *fix, int action)
4021 {
4022         struct sigmatel_spec *spec = codec->spec;
4023
4024         if (action == HDA_FIXUP_ACT_PRE_PROBE)
4025                 spec->eapd_switch = 0;
4026 }
4027
4028 static const struct hda_fixup stac9205_fixups[] = {
4029         [STAC_9205_REF] = {
4030                 .type = HDA_FIXUP_FUNC,
4031                 .v.func = stac9205_fixup_ref,
4032         },
4033         [STAC_9205_DELL_M42] = {
4034                 .type = HDA_FIXUP_PINS,
4035                 .v.pins = dell_9205_m42_pin_configs,
4036         },
4037         [STAC_9205_DELL_M43] = {
4038                 .type = HDA_FIXUP_FUNC,
4039                 .v.func = stac9205_fixup_dell_m43,
4040         },
4041         [STAC_9205_DELL_M44] = {
4042                 .type = HDA_FIXUP_PINS,
4043                 .v.pins = dell_9205_m44_pin_configs,
4044         },
4045         [STAC_9205_EAPD] = {
4046                 .type = HDA_FIXUP_FUNC,
4047                 .v.func = stac9205_fixup_eapd,
4048         },
4049         {}
4050 };
4051
4052 static const struct hda_model_fixup stac9205_models[] = {
4053         { .id = STAC_9205_REF, .name = "ref" },
4054         { .id = STAC_9205_DELL_M42, .name = "dell-m42" },
4055         { .id = STAC_9205_DELL_M43, .name = "dell-m43" },
4056         { .id = STAC_9205_DELL_M44, .name = "dell-m44" },
4057         { .id = STAC_9205_EAPD, .name = "eapd" },
4058         {}
4059 };
4060
4061 static const struct snd_pci_quirk stac9205_fixup_tbl[] = {
4062         /* SigmaTel reference board */
4063         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
4064                       "DFI LanParty", STAC_9205_REF),
4065         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
4066                       "SigmaTel", STAC_9205_REF),
4067         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
4068                       "DFI LanParty", STAC_9205_REF),
4069         /* Dell */
4070         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
4071                       "unknown Dell", STAC_9205_DELL_M42),
4072         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
4073                       "unknown Dell", STAC_9205_DELL_M42),
4074         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
4075                       "Dell Precision", STAC_9205_DELL_M43),
4076         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
4077                       "Dell Precision", STAC_9205_DELL_M43),
4078         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
4079                       "Dell Precision", STAC_9205_DELL_M43),
4080         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
4081                       "unknown Dell", STAC_9205_DELL_M42),
4082         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
4083                       "unknown Dell", STAC_9205_DELL_M42),
4084         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
4085                       "Dell Precision", STAC_9205_DELL_M43),
4086         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
4087                       "Dell Precision M4300", STAC_9205_DELL_M43),
4088         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
4089                       "unknown Dell", STAC_9205_DELL_M42),
4090         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
4091                       "Dell Precision", STAC_9205_DELL_M43),
4092         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
4093                       "Dell Precision", STAC_9205_DELL_M43),
4094         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
4095                       "Dell Precision", STAC_9205_DELL_M43),
4096         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
4097                       "Dell Inspiron", STAC_9205_DELL_M44),
4098         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
4099                       "Dell Vostro 1500", STAC_9205_DELL_M42),
4100         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
4101                       "Dell Vostro 1700", STAC_9205_DELL_M42),
4102         /* Gateway */
4103         SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
4104         SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
4105         {} /* terminator */
4106 };
4107
4108 static int stac_parse_auto_config(struct hda_codec *codec)
4109 {
4110         struct sigmatel_spec *spec = codec->spec;
4111         int err;
4112         int flags = 0;
4113
4114         if (spec->headset_jack)
4115                 flags |= HDA_PINCFG_HEADSET_MIC;
4116
4117         err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, flags);
4118         if (err < 0)
4119                 return err;
4120
4121         /* add hooks */
4122         spec->gen.pcm_playback_hook = stac_playback_pcm_hook;
4123         spec->gen.pcm_capture_hook = stac_capture_pcm_hook;
4124
4125         spec->gen.automute_hook = stac_update_outputs;
4126         spec->gen.hp_automute_hook = stac_hp_automute;
4127         spec->gen.line_automute_hook = stac_line_automute;
4128         spec->gen.mic_autoswitch_hook = stac_mic_autoswitch;
4129
4130         err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
4131         if (err < 0)
4132                 return err;
4133
4134         /* minimum value is actually mute */
4135         spec->gen.vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
4136
4137         /* setup analog beep controls */
4138         if (spec->anabeep_nid > 0) {
4139                 err = stac_auto_create_beep_ctls(codec,
4140                                                  spec->anabeep_nid);
4141                 if (err < 0)
4142                         return err;
4143         }
4144
4145         /* setup digital beep controls and input device */
4146 #ifdef CONFIG_SND_HDA_INPUT_BEEP
4147         if (spec->gen.beep_nid) {
4148                 hda_nid_t nid = spec->gen.beep_nid;
4149                 unsigned int caps;
4150
4151                 err = stac_auto_create_beep_ctls(codec, nid);
4152                 if (err < 0)
4153                         return err;
4154                 if (codec->beep) {
4155                         /* IDT/STAC codecs have linear beep tone parameter */
4156                         codec->beep->linear_tone = spec->linear_tone_beep;
4157                         /* if no beep switch is available, make its own one */
4158                         caps = query_amp_caps(codec, nid, HDA_OUTPUT);
4159                         if (!(caps & AC_AMPCAP_MUTE)) {
4160                                 err = stac_beep_switch_ctl(codec);
4161                                 if (err < 0)
4162                                         return err;
4163                         }
4164                 }
4165         }
4166 #endif
4167
4168         if (spec->gpio_led)
4169                 spec->gen.vmaster_mute.hook = stac_vmaster_hook;
4170
4171         if (spec->aloopback_ctl &&
4172             snd_hda_get_bool_hint(codec, "loopback") == 1) {
4173                 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, spec->aloopback_ctl))
4174                         return -ENOMEM;
4175         }
4176
4177         if (spec->have_spdif_mux) {
4178                 err = stac_create_spdif_mux_ctls(codec);
4179                 if (err < 0)
4180                         return err;
4181         }
4182
4183         stac_init_power_map(codec);
4184
4185         return 0;
4186 }
4187
4188
4189 static int stac_init(struct hda_codec *codec)
4190 {
4191         struct sigmatel_spec *spec = codec->spec;
4192         int i;
4193
4194         /* override some hints */
4195         stac_store_hints(codec);
4196
4197         /* set up GPIO */
4198         /* turn on EAPD statically when spec->eapd_switch isn't set.
4199          * otherwise, unsol event will turn it on/off dynamically
4200          */
4201         if (!spec->eapd_switch)
4202                 spec->gpio_data |= spec->eapd_mask;
4203         stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
4204
4205         snd_hda_gen_init(codec);
4206
4207         /* sync the power-map */
4208         if (spec->num_pwrs)
4209                 snd_hda_codec_write(codec, codec->afg, 0,
4210                                     AC_VERB_IDT_SET_POWER_MAP,
4211                                     spec->power_map_bits);
4212
4213         /* power down inactive ADCs */
4214         if (spec->powerdown_adcs) {
4215                 for (i = 0; i < spec->gen.num_all_adcs; i++) {
4216                         if (spec->active_adcs & (1 << i))
4217                                 continue;
4218                         snd_hda_codec_write(codec, spec->gen.all_adcs[i], 0,
4219                                             AC_VERB_SET_POWER_STATE,
4220                                             AC_PWRST_D3);
4221                 }
4222         }
4223
4224         return 0;
4225 }
4226
4227 static void stac_shutup(struct hda_codec *codec)
4228 {
4229         struct sigmatel_spec *spec = codec->spec;
4230
4231         snd_hda_shutup_pins(codec);
4232
4233         if (spec->eapd_mask)
4234                 stac_gpio_set(codec, spec->gpio_mask,
4235                                 spec->gpio_dir, spec->gpio_data &
4236                                 ~spec->eapd_mask);
4237 }
4238
4239 #define stac_free       snd_hda_gen_free
4240
4241 #ifdef CONFIG_PROC_FS
4242 static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4243                                struct hda_codec *codec, hda_nid_t nid)
4244 {
4245         if (nid == codec->afg)
4246                 snd_iprintf(buffer, "Power-Map: 0x%02x\n", 
4247                             snd_hda_codec_read(codec, nid, 0,
4248                                                AC_VERB_IDT_GET_POWER_MAP, 0));
4249 }
4250
4251 static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4252                                   struct hda_codec *codec,
4253                                   unsigned int verb)
4254 {
4255         snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4256                     snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4257 }
4258
4259 /* stac92hd71bxx, stac92hd73xx */
4260 static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4261                                  struct hda_codec *codec, hda_nid_t nid)
4262 {
4263         stac92hd_proc_hook(buffer, codec, nid);
4264         if (nid == codec->afg)
4265                 analog_loop_proc_hook(buffer, codec, 0xfa0);
4266 }
4267
4268 static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4269                                struct hda_codec *codec, hda_nid_t nid)
4270 {
4271         if (nid == codec->afg)
4272                 analog_loop_proc_hook(buffer, codec, 0xfe0);
4273 }
4274
4275 static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4276                                struct hda_codec *codec, hda_nid_t nid)
4277 {
4278         if (nid == codec->afg)
4279                 analog_loop_proc_hook(buffer, codec, 0xfeb);
4280 }
4281 #else
4282 #define stac92hd_proc_hook      NULL
4283 #define stac92hd7x_proc_hook    NULL
4284 #define stac9205_proc_hook      NULL
4285 #define stac927x_proc_hook      NULL
4286 #endif
4287
4288 #ifdef CONFIG_PM
4289 static int stac_suspend(struct hda_codec *codec)
4290 {
4291         stac_shutup(codec);
4292         return 0;
4293 }
4294 #else
4295 #define stac_suspend            NULL
4296 #endif /* CONFIG_PM */
4297
4298 static const struct hda_codec_ops stac_patch_ops = {
4299         .build_controls = snd_hda_gen_build_controls,
4300         .build_pcms = snd_hda_gen_build_pcms,
4301         .init = stac_init,
4302         .free = stac_free,
4303         .unsol_event = snd_hda_jack_unsol_event,
4304 #ifdef CONFIG_PM
4305         .suspend = stac_suspend,
4306 #endif
4307         .reboot_notify = stac_shutup,
4308 };
4309
4310 static int alloc_stac_spec(struct hda_codec *codec)
4311 {
4312         struct sigmatel_spec *spec;
4313
4314         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4315         if (!spec)
4316                 return -ENOMEM;
4317         snd_hda_gen_spec_init(&spec->gen);
4318         codec->spec = spec;
4319         codec->no_trigger_sense = 1; /* seems common with STAC/IDT codecs */
4320         return 0;
4321 }
4322
4323 static int patch_stac9200(struct hda_codec *codec)
4324 {
4325         struct sigmatel_spec *spec;
4326         int err;
4327
4328         err = alloc_stac_spec(codec);
4329         if (err < 0)
4330                 return err;
4331
4332         spec = codec->spec;
4333         spec->linear_tone_beep = 1;
4334         spec->gen.own_eapd_ctl = 1;
4335
4336         codec->patch_ops = stac_patch_ops;
4337         codec->power_filter = snd_hda_codec_eapd_power_filter;
4338
4339         snd_hda_add_verbs(codec, stac9200_eapd_init);
4340
4341         snd_hda_pick_fixup(codec, stac9200_models, stac9200_fixup_tbl,
4342                            stac9200_fixups);
4343         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4344
4345         err = stac_parse_auto_config(codec);
4346         if (err < 0) {
4347                 stac_free(codec);
4348                 return err;
4349         }
4350
4351         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4352
4353         return 0;
4354 }
4355
4356 static int patch_stac925x(struct hda_codec *codec)
4357 {
4358         struct sigmatel_spec *spec;
4359         int err;
4360
4361         err = alloc_stac_spec(codec);
4362         if (err < 0)
4363                 return err;
4364
4365         spec = codec->spec;
4366         spec->linear_tone_beep = 1;
4367         spec->gen.own_eapd_ctl = 1;
4368
4369         codec->patch_ops = stac_patch_ops;
4370
4371         snd_hda_add_verbs(codec, stac925x_core_init);
4372
4373         snd_hda_pick_fixup(codec, stac925x_models, stac925x_fixup_tbl,
4374                            stac925x_fixups);
4375         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4376
4377         err = stac_parse_auto_config(codec);
4378         if (err < 0) {
4379                 stac_free(codec);
4380                 return err;
4381         }
4382
4383         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4384
4385         return 0;
4386 }
4387
4388 static int patch_stac92hd73xx(struct hda_codec *codec)
4389 {
4390         struct sigmatel_spec *spec;
4391         int err;
4392         int num_dacs;
4393
4394         err = alloc_stac_spec(codec);
4395         if (err < 0)
4396                 return err;
4397
4398         spec = codec->spec;
4399         spec->linear_tone_beep = 0;
4400         spec->gen.mixer_nid = 0x1d;
4401         spec->have_spdif_mux = 1;
4402
4403         num_dacs = snd_hda_get_num_conns(codec, 0x0a) - 1;
4404         if (num_dacs < 3 || num_dacs > 5) {
4405                 printk(KERN_WARNING "hda_codec: Could not determine "
4406                        "number of channels defaulting to DAC count\n");
4407                 num_dacs = 5;
4408         }
4409
4410         switch (num_dacs) {
4411         case 0x3: /* 6 Channel */
4412                 spec->aloopback_ctl = &stac92hd73xx_6ch_loopback;
4413                 break;
4414         case 0x4: /* 8 Channel */
4415                 spec->aloopback_ctl = &stac92hd73xx_8ch_loopback;
4416                 break;
4417         case 0x5: /* 10 Channel */
4418                 spec->aloopback_ctl = &stac92hd73xx_10ch_loopback;
4419                 break;
4420         }
4421
4422         spec->aloopback_mask = 0x01;
4423         spec->aloopback_shift = 8;
4424
4425         spec->gen.beep_nid = 0x1c; /* digital beep */
4426
4427         /* GPIO0 High = Enable EAPD */
4428         spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4429         spec->gpio_data = 0x01;
4430
4431         spec->eapd_switch = 1;
4432
4433         spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4434         spec->pwr_nids = stac92hd73xx_pwr_nids;
4435
4436         spec->gen.own_eapd_ctl = 1;
4437         spec->gen.power_down_unused = 1;
4438
4439         codec->patch_ops = stac_patch_ops;
4440
4441         snd_hda_pick_fixup(codec, stac92hd73xx_models, stac92hd73xx_fixup_tbl,
4442                            stac92hd73xx_fixups);
4443         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4444
4445         if (!spec->volknob_init)
4446                 snd_hda_add_verbs(codec, stac92hd73xx_core_init);
4447
4448         err = stac_parse_auto_config(codec);
4449         if (err < 0) {
4450                 stac_free(codec);
4451                 return err;
4452         }
4453
4454         /* Don't GPIO-mute speakers if there are no internal speakers, because
4455          * the GPIO might be necessary for Headphone
4456          */
4457         if (spec->eapd_switch && !has_builtin_speaker(codec))
4458                 spec->eapd_switch = 0;
4459
4460         codec->proc_widget_hook = stac92hd7x_proc_hook;
4461
4462         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4463
4464         return 0;
4465 }
4466
4467 static void stac_setup_gpio(struct hda_codec *codec)
4468 {
4469         struct sigmatel_spec *spec = codec->spec;
4470
4471         spec->gpio_mask |= spec->eapd_mask;
4472         if (spec->gpio_led) {
4473                 if (!spec->vref_mute_led_nid) {
4474                         spec->gpio_mask |= spec->gpio_led;
4475                         spec->gpio_dir |= spec->gpio_led;
4476                         spec->gpio_data |= spec->gpio_led;
4477                 } else {
4478                         codec->power_filter = stac_vref_led_power_filter;
4479                 }
4480         }
4481
4482         if (spec->mic_mute_led_gpio) {
4483                 spec->gpio_mask |= spec->mic_mute_led_gpio;
4484                 spec->gpio_dir |= spec->mic_mute_led_gpio;
4485                 spec->mic_enabled = 0;
4486                 spec->gpio_data |= spec->mic_mute_led_gpio;
4487
4488                 spec->gen.cap_sync_hook = stac_capture_led_hook;
4489         }
4490 }
4491
4492 static int patch_stac92hd83xxx(struct hda_codec *codec)
4493 {
4494         struct sigmatel_spec *spec;
4495         int err;
4496
4497         err = alloc_stac_spec(codec);
4498         if (err < 0)
4499                 return err;
4500
4501         codec->epss = 0; /* longer delay needed for D3 */
4502
4503         spec = codec->spec;
4504         spec->linear_tone_beep = 0;
4505         spec->gen.own_eapd_ctl = 1;
4506         spec->gen.power_down_unused = 1;
4507         spec->gen.mixer_nid = 0x1b;
4508
4509         spec->gen.beep_nid = 0x21; /* digital beep */
4510         spec->pwr_nids = stac92hd83xxx_pwr_nids;
4511         spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
4512         spec->default_polarity = -1; /* no default cfg */
4513
4514         codec->patch_ops = stac_patch_ops;
4515
4516         snd_hda_add_verbs(codec, stac92hd83xxx_core_init);
4517
4518         snd_hda_pick_fixup(codec, stac92hd83xxx_models, stac92hd83xxx_fixup_tbl,
4519                            stac92hd83xxx_fixups);
4520         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4521
4522         stac_setup_gpio(codec);
4523
4524         err = stac_parse_auto_config(codec);
4525         if (err < 0) {
4526                 stac_free(codec);
4527                 return err;
4528         }
4529
4530         codec->proc_widget_hook = stac92hd_proc_hook;
4531
4532         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4533
4534         return 0;
4535 }
4536
4537 static const hda_nid_t stac92hd95_pwr_nids[] = {
4538         0x0a, 0x0b, 0x0c, 0x0d
4539 };
4540
4541 static int patch_stac92hd95(struct hda_codec *codec)
4542 {
4543         struct sigmatel_spec *spec;
4544         int err;
4545
4546         err = alloc_stac_spec(codec);
4547         if (err < 0)
4548                 return err;
4549
4550         codec->epss = 0; /* longer delay needed for D3 */
4551
4552         spec = codec->spec;
4553         spec->linear_tone_beep = 0;
4554         spec->gen.own_eapd_ctl = 1;
4555         spec->gen.power_down_unused = 1;
4556
4557         spec->gen.beep_nid = 0x19; /* digital beep */
4558         spec->pwr_nids = stac92hd95_pwr_nids;
4559         spec->num_pwrs = ARRAY_SIZE(stac92hd95_pwr_nids);
4560         spec->default_polarity = -1; /* no default cfg */
4561
4562         codec->patch_ops = stac_patch_ops;
4563
4564         err = stac_parse_auto_config(codec);
4565         if (err < 0) {
4566                 stac_free(codec);
4567                 return err;
4568         }
4569
4570         codec->proc_widget_hook = stac92hd_proc_hook;
4571
4572         return 0;
4573 }
4574
4575 static int patch_stac92hd71bxx(struct hda_codec *codec)
4576 {
4577         struct sigmatel_spec *spec;
4578         const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
4579         int err;
4580
4581         err = alloc_stac_spec(codec);
4582         if (err < 0)
4583                 return err;
4584
4585         spec = codec->spec;
4586         spec->linear_tone_beep = 0;
4587         spec->gen.own_eapd_ctl = 1;
4588         spec->gen.power_down_unused = 1;
4589         spec->gen.mixer_nid = 0x17;
4590         spec->have_spdif_mux = 1;
4591
4592         codec->patch_ops = stac_patch_ops;
4593
4594         /* GPIO0 = EAPD */
4595         spec->gpio_mask = 0x01;
4596         spec->gpio_dir = 0x01;
4597         spec->gpio_data = 0x01;
4598
4599         switch (codec->vendor_id) {
4600         case 0x111d76b6: /* 4 Port without Analog Mixer */
4601         case 0x111d76b7:
4602                 unmute_init++;
4603                 break;
4604         case 0x111d7608: /* 5 Port with Analog Mixer */
4605                 if ((codec->revision_id & 0xf) == 0 ||
4606                     (codec->revision_id & 0xf) == 1)
4607                         spec->stream_delay = 40; /* 40 milliseconds */
4608
4609                 /* disable VSW */
4610                 unmute_init++;
4611                 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
4612                 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
4613                 break;
4614         case 0x111d7603: /* 6 Port with Analog Mixer */
4615                 if ((codec->revision_id & 0xf) == 1)
4616                         spec->stream_delay = 40; /* 40 milliseconds */
4617
4618                 break;
4619         }
4620
4621         if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB)
4622                 snd_hda_add_verbs(codec, stac92hd71bxx_core_init);
4623
4624         if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
4625                 snd_hda_sequence_write_cache(codec, unmute_init);
4626
4627         spec->aloopback_ctl = &stac92hd71bxx_loopback;
4628         spec->aloopback_mask = 0x50;
4629         spec->aloopback_shift = 0;
4630
4631         spec->powerdown_adcs = 1;
4632         spec->gen.beep_nid = 0x26; /* digital beep */
4633         spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
4634         spec->pwr_nids = stac92hd71bxx_pwr_nids;
4635
4636         snd_hda_pick_fixup(codec, stac92hd71bxx_models, stac92hd71bxx_fixup_tbl,
4637                            stac92hd71bxx_fixups);
4638         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4639
4640         stac_setup_gpio(codec);
4641
4642         err = stac_parse_auto_config(codec);
4643         if (err < 0) {
4644                 stac_free(codec);
4645                 return err;
4646         }
4647
4648         codec->proc_widget_hook = stac92hd7x_proc_hook;
4649
4650         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4651
4652         return 0;
4653 }
4654
4655 static int patch_stac922x(struct hda_codec *codec)
4656 {
4657         struct sigmatel_spec *spec;
4658         int err;
4659
4660         err = alloc_stac_spec(codec);
4661         if (err < 0)
4662                 return err;
4663
4664         spec = codec->spec;
4665         spec->linear_tone_beep = 1;
4666         spec->gen.own_eapd_ctl = 1;
4667
4668         codec->patch_ops = stac_patch_ops;
4669
4670         snd_hda_add_verbs(codec, stac922x_core_init);
4671
4672         /* Fix Mux capture level; max to 2 */
4673         snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
4674                                   (0 << AC_AMPCAP_OFFSET_SHIFT) |
4675                                   (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
4676                                   (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
4677                                   (0 << AC_AMPCAP_MUTE_SHIFT));
4678
4679         snd_hda_pick_fixup(codec, stac922x_models, stac922x_fixup_tbl,
4680                            stac922x_fixups);
4681         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4682
4683         err = stac_parse_auto_config(codec);
4684         if (err < 0) {
4685                 stac_free(codec);
4686                 return err;
4687         }
4688
4689         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4690
4691         return 0;
4692 }
4693
4694 static const char * const stac927x_spdif_labels[] = {
4695         "Digital Playback", "ADAT", "Analog Mux 1",
4696         "Analog Mux 2", "Analog Mux 3", NULL
4697 };
4698
4699 static int patch_stac927x(struct hda_codec *codec)
4700 {
4701         struct sigmatel_spec *spec;
4702         int err;
4703
4704         err = alloc_stac_spec(codec);
4705         if (err < 0)
4706                 return err;
4707
4708         spec = codec->spec;
4709         spec->linear_tone_beep = 1;
4710         spec->gen.own_eapd_ctl = 1;
4711         spec->have_spdif_mux = 1;
4712         spec->spdif_labels = stac927x_spdif_labels;
4713
4714         spec->gen.beep_nid = 0x23; /* digital beep */
4715
4716         /* GPIO0 High = Enable EAPD */
4717         spec->eapd_mask = spec->gpio_mask = 0x01;
4718         spec->gpio_dir = spec->gpio_data = 0x01;
4719
4720         spec->aloopback_ctl = &stac927x_loopback;
4721         spec->aloopback_mask = 0x40;
4722         spec->aloopback_shift = 0;
4723         spec->eapd_switch = 1;
4724
4725         codec->patch_ops = stac_patch_ops;
4726
4727         snd_hda_pick_fixup(codec, stac927x_models, stac927x_fixup_tbl,
4728                            stac927x_fixups);
4729         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4730
4731         if (!spec->volknob_init)
4732                 snd_hda_add_verbs(codec, stac927x_core_init);
4733
4734         err = stac_parse_auto_config(codec);
4735         if (err < 0) {
4736                 stac_free(codec);
4737                 return err;
4738         }
4739
4740         codec->proc_widget_hook = stac927x_proc_hook;
4741
4742         /*
4743          * !!FIXME!!
4744          * The STAC927x seem to require fairly long delays for certain
4745          * command sequences.  With too short delays (even if the answer
4746          * is set to RIRB properly), it results in the silence output
4747          * on some hardwares like Dell.
4748          *
4749          * The below flag enables the longer delay (see get_response
4750          * in hda_intel.c).
4751          */
4752         codec->bus->needs_damn_long_delay = 1;
4753
4754         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4755
4756         return 0;
4757 }
4758
4759 static int patch_stac9205(struct hda_codec *codec)
4760 {
4761         struct sigmatel_spec *spec;
4762         int err;
4763
4764         err = alloc_stac_spec(codec);
4765         if (err < 0)
4766                 return err;
4767
4768         spec = codec->spec;
4769         spec->linear_tone_beep = 1;
4770         spec->gen.own_eapd_ctl = 1;
4771         spec->have_spdif_mux = 1;
4772
4773         spec->gen.beep_nid = 0x23; /* digital beep */
4774
4775         snd_hda_add_verbs(codec, stac9205_core_init);
4776         spec->aloopback_ctl = &stac9205_loopback;
4777
4778         spec->aloopback_mask = 0x40;
4779         spec->aloopback_shift = 0;
4780         
4781         /* GPIO0 High = EAPD */
4782         spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4783         spec->gpio_data = 0x01;
4784
4785         /* Turn on/off EAPD per HP plugging */
4786         spec->eapd_switch = 1;
4787
4788         codec->patch_ops = stac_patch_ops;
4789
4790         snd_hda_pick_fixup(codec, stac9205_models, stac9205_fixup_tbl,
4791                            stac9205_fixups);
4792         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4793
4794         err = stac_parse_auto_config(codec);
4795         if (err < 0) {
4796                 stac_free(codec);
4797                 return err;
4798         }
4799
4800         codec->proc_widget_hook = stac9205_proc_hook;
4801
4802         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4803
4804         return 0;
4805 }
4806
4807 /*
4808  * STAC9872 hack
4809  */
4810
4811 static const struct hda_verb stac9872_core_init[] = {
4812         {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
4813         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
4814         {}
4815 };
4816
4817 static const struct hda_pintbl stac9872_vaio_pin_configs[] = {
4818         { 0x0a, 0x03211020 },
4819         { 0x0b, 0x411111f0 },
4820         { 0x0c, 0x411111f0 },
4821         { 0x0d, 0x03a15030 },
4822         { 0x0e, 0x411111f0 },
4823         { 0x0f, 0x90170110 },
4824         { 0x11, 0x411111f0 },
4825         { 0x13, 0x411111f0 },
4826         { 0x14, 0x90a7013e },
4827         {}
4828 };
4829
4830 static const struct hda_model_fixup stac9872_models[] = {
4831         { .id = STAC_9872_VAIO, .name = "vaio" },
4832         {}
4833 };
4834
4835 static const struct hda_fixup stac9872_fixups[] = {
4836         [STAC_9872_VAIO] = {
4837                 .type = HDA_FIXUP_PINS,
4838                 .v.pins = stac9872_vaio_pin_configs,
4839         },
4840 };
4841
4842 static const struct snd_pci_quirk stac9872_fixup_tbl[] = {
4843         SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
4844                            "Sony VAIO F/S", STAC_9872_VAIO),
4845         {} /* terminator */
4846 };
4847
4848 static int patch_stac9872(struct hda_codec *codec)
4849 {
4850         struct sigmatel_spec *spec;
4851         int err;
4852
4853         err = alloc_stac_spec(codec);
4854         if (err < 0)
4855                 return err;
4856
4857         spec = codec->spec;
4858         spec->linear_tone_beep = 1;
4859         spec->gen.own_eapd_ctl = 1;
4860
4861         codec->patch_ops = stac_patch_ops;
4862
4863         snd_hda_add_verbs(codec, stac9872_core_init);
4864
4865         snd_hda_pick_fixup(codec, stac9872_models, stac9872_fixup_tbl,
4866                            stac9872_fixups);
4867         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4868
4869         err = stac_parse_auto_config(codec);
4870         if (err < 0) {
4871                 stac_free(codec);
4872                 return -EINVAL;
4873         }
4874
4875         snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4876
4877         return 0;
4878 }
4879
4880
4881 /*
4882  * patch entries
4883  */
4884 static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
4885         { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
4886         { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
4887         { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
4888         { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
4889         { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
4890         { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
4891         { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
4892         { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
4893         { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
4894         { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
4895         { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
4896         { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
4897         { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
4898         { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
4899         { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
4900         { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
4901         { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
4902         { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
4903         { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
4904         { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
4905         { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
4906         { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
4907         { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
4908         { .id = 0x83847632, .name = "STAC9202",  .patch = patch_stac925x },
4909         { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
4910         { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
4911         { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
4912         { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
4913         { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
4914         { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
4915         { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
4916         /* The following does not take into account .id=0x83847661 when subsys =
4917          * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
4918          * currently not fully supported.
4919          */
4920         { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
4921         { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
4922         { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
4923         { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
4924         { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
4925         { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
4926         { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
4927         { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
4928         { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
4929         { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
4930         { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
4931         { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
4932         { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
4933         { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
4934         { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
4935         { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
4936         { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
4937         { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
4938         { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
4939         { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
4940         { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
4941         { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
4942         { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
4943         { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
4944         { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
4945         { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
4946         { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
4947         { .id = 0x111d7695, .name = "92HD95", .patch = patch_stac92hd95 },
4948         { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
4949         { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
4950         { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
4951         { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
4952         { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
4953         { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
4954         { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
4955         { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
4956         { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
4957         { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
4958         { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
4959         { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
4960         { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
4961         { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
4962         { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
4963         { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
4964         { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
4965         { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
4966         { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
4967         { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
4968         { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
4969         { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
4970         { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
4971         { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx},
4972         { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
4973         { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
4974         { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
4975         { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
4976         { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx},
4977         { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx},
4978         { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx},
4979         { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx},
4980         { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx},
4981         { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx},
4982         { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx},
4983         { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx},
4984         { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx},
4985         { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx},
4986         { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx},
4987         { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx},
4988         {} /* terminator */
4989 };
4990
4991 MODULE_ALIAS("snd-hda-codec-id:8384*");
4992 MODULE_ALIAS("snd-hda-codec-id:111d*");
4993
4994 MODULE_LICENSE("GPL");
4995 MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
4996
4997 static struct hda_codec_preset_list sigmatel_list = {
4998         .preset = snd_hda_preset_sigmatel,
4999         .owner = THIS_MODULE,
5000 };
5001
5002 static int __init patch_sigmatel_init(void)
5003 {
5004         return snd_hda_add_codec_preset(&sigmatel_list);
5005 }
5006
5007 static void __exit patch_sigmatel_exit(void)
5008 {
5009         snd_hda_delete_codec_preset(&sigmatel_list);
5010 }
5011
5012 module_init(patch_sigmatel_init)
5013 module_exit(patch_sigmatel_exit)