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