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