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