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