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