Revert "Merge remote-tracking branch 'linux-2.6.32.y/master' into develop"
[firefly-linux-kernel-4.4.55.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,
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,
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         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
1596                                 "Dell Studio XPS 1645", STAC_DELL_M6_BOTH),
1597         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
1598                                 "Dell Studio 1558", STAC_DELL_M6_BOTH),
1599         {} /* terminator */
1600 };
1601
1602 static struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
1603         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1604                       "Alienware M17x", STAC_ALIENWARE_M17X),
1605         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1606                       "Alienware M17x", STAC_ALIENWARE_M17X),
1607         {} /* terminator */
1608 };
1609
1610 static unsigned int ref92hd83xxx_pin_configs[10] = {
1611         0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1612         0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1613         0x01451160, 0x98560170,
1614 };
1615
1616 static unsigned int dell_s14_pin_configs[10] = {
1617         0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1618         0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
1619         0x40f000f0, 0x40f000f0,
1620 };
1621
1622 static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1623         [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1624         [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
1625         [STAC_DELL_S14] = dell_s14_pin_configs,
1626 };
1627
1628 static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1629         [STAC_92HD83XXX_AUTO] = "auto",
1630         [STAC_92HD83XXX_REF] = "ref",
1631         [STAC_92HD83XXX_PWR_REF] = "mic-ref",
1632         [STAC_DELL_S14] = "dell-s14",
1633 };
1634
1635 static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1636         /* SigmaTel reference board */
1637         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1638                       "DFI LanParty", STAC_92HD83XXX_REF),
1639         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1640                       "DFI LanParty", STAC_92HD83XXX_REF),
1641         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1642                       "unknown Dell", STAC_DELL_S14),
1643         {} /* terminator */
1644 };
1645
1646 static unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1647         0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
1648         0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
1649         0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1650         0x00000000
1651 };
1652
1653 static unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1654         0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
1655         0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
1656         0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1657         0x00000000
1658 };
1659
1660 static unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1661         0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1662         0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
1663         0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1664         0x00000000
1665 };
1666
1667 static unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1668         0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1669         0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
1670         0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1671         0x00000000
1672 };
1673
1674 static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1675         [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
1676         [STAC_DELL_M4_1]        = dell_m4_1_pin_configs,
1677         [STAC_DELL_M4_2]        = dell_m4_2_pin_configs,
1678         [STAC_DELL_M4_3]        = dell_m4_3_pin_configs,
1679         [STAC_HP_M4]            = NULL,
1680         [STAC_HP_DV5]           = NULL,
1681         [STAC_HP_HDX]           = NULL,
1682         [STAC_HP_DV4_1222NR]    = NULL,
1683 };
1684
1685 static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1686         [STAC_92HD71BXX_AUTO] = "auto",
1687         [STAC_92HD71BXX_REF] = "ref",
1688         [STAC_DELL_M4_1] = "dell-m4-1",
1689         [STAC_DELL_M4_2] = "dell-m4-2",
1690         [STAC_DELL_M4_3] = "dell-m4-3",
1691         [STAC_HP_M4] = "hp-m4",
1692         [STAC_HP_DV5] = "hp-dv5",
1693         [STAC_HP_HDX] = "hp-hdx",
1694         [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
1695 };
1696
1697 static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1698         /* SigmaTel reference board */
1699         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1700                       "DFI LanParty", STAC_92HD71BXX_REF),
1701         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1702                       "DFI LanParty", STAC_92HD71BXX_REF),
1703         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1704                       "HP dv4-1222nr", STAC_HP_DV4_1222NR),
1705         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
1706                           "HP", STAC_HP_DV5),
1707         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1708                       "HP", STAC_HP_DV5),
1709         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
1710                       "HP dv4-7", STAC_HP_DV5),
1711         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1712                       "HP dv4-7", STAC_HP_DV5),
1713         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1714                       "HP HDX", STAC_HP_HDX),  /* HDX18 */
1715         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1716                       "HP mini 1000", STAC_HP_M4),
1717         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
1718                       "HP HDX", STAC_HP_HDX),  /* HDX16 */
1719         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1720                       "HP dv6", STAC_HP_DV5),
1721         SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
1722                       "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
1723         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1724                       "HP", STAC_HP_DV5),
1725         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1726                                 "unknown Dell", STAC_DELL_M4_1),
1727         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1728                                 "unknown Dell", STAC_DELL_M4_1),
1729         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1730                                 "unknown Dell", STAC_DELL_M4_1),
1731         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1732                                 "unknown Dell", STAC_DELL_M4_1),
1733         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1734                                 "unknown Dell", STAC_DELL_M4_1),
1735         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1736                                 "unknown Dell", STAC_DELL_M4_1),
1737         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1738                                 "unknown Dell", STAC_DELL_M4_1),
1739         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1740                                 "unknown Dell", STAC_DELL_M4_2),
1741         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1742                                 "unknown Dell", STAC_DELL_M4_2),
1743         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1744                                 "unknown Dell", STAC_DELL_M4_2),
1745         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1746                                 "unknown Dell", STAC_DELL_M4_2),
1747         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1748                                 "unknown Dell", STAC_DELL_M4_3),
1749         {} /* terminator */
1750 };
1751
1752 static unsigned int ref922x_pin_configs[10] = {
1753         0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1754         0x01813122, 0x01011014, 0x01441030, 0x01c41030,
1755         0x40000100, 0x40000100,
1756 };
1757
1758 /*
1759     STAC 922X pin configs for
1760     102801A7
1761     102801AB
1762     102801A9
1763     102801D1
1764     102801D2
1765 */
1766 static unsigned int dell_922x_d81_pin_configs[10] = {
1767         0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1768         0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1769         0x01813122, 0x400001f2,
1770 };
1771
1772 /*
1773     STAC 922X pin configs for
1774     102801AC
1775     102801D0
1776 */
1777 static unsigned int dell_922x_d82_pin_configs[10] = {
1778         0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1779         0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1780         0x01813122, 0x400001f1,
1781 };
1782
1783 /*
1784     STAC 922X pin configs for
1785     102801BF
1786 */
1787 static unsigned int dell_922x_m81_pin_configs[10] = {
1788         0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1789         0x03a11050, 0x01116221, 0x90a70330, 0x01452340, 
1790         0x40C003f1, 0x405003f0,
1791 };
1792
1793 /*
1794     STAC 9221 A1 pin configs for
1795     102801D7 (Dell XPS M1210)
1796 */
1797 static unsigned int dell_922x_m82_pin_configs[10] = {
1798         0x02211211, 0x408103ff, 0x02a1123e, 0x90100310, 
1799         0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2, 
1800         0x508003f3, 0x405003f4, 
1801 };
1802
1803 static unsigned int d945gtp3_pin_configs[10] = {
1804         0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
1805         0x40000100, 0x40000100, 0x40000100, 0x40000100,
1806         0x02a19120, 0x40000100,
1807 };
1808
1809 static unsigned int d945gtp5_pin_configs[10] = {
1810         0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1811         0x01a19021, 0x01016011, 0x01452130, 0x40000100,
1812         0x02a19320, 0x40000100,
1813 };
1814
1815 static unsigned int intel_mac_v1_pin_configs[10] = {
1816         0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1817         0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
1818         0x400000fc, 0x400000fb,
1819 };
1820
1821 static unsigned int intel_mac_v2_pin_configs[10] = {
1822         0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1823         0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
1824         0x400000fc, 0x400000fb,
1825 };
1826
1827 static unsigned int intel_mac_v3_pin_configs[10] = {
1828         0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1829         0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1830         0x400000fc, 0x400000fb,
1831 };
1832
1833 static unsigned int intel_mac_v4_pin_configs[10] = {
1834         0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1835         0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1836         0x400000fc, 0x400000fb,
1837 };
1838
1839 static unsigned int intel_mac_v5_pin_configs[10] = {
1840         0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1841         0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1842         0x400000fc, 0x400000fb,
1843 };
1844
1845 static unsigned int ecs202_pin_configs[10] = {
1846         0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1847         0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1848         0x9037012e, 0x40e000f2,
1849 };
1850
1851 static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
1852         [STAC_D945_REF] = ref922x_pin_configs,
1853         [STAC_D945GTP3] = d945gtp3_pin_configs,
1854         [STAC_D945GTP5] = d945gtp5_pin_configs,
1855         [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1856         [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1857         [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1858         [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1859         [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
1860         [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
1861         /* for backward compatibility */
1862         [STAC_MACMINI] = intel_mac_v3_pin_configs,
1863         [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1864         [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1865         [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1866         [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1867         [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
1868         [STAC_ECS_202] = ecs202_pin_configs,
1869         [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1870         [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,       
1871         [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1872         [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,       
1873 };
1874
1875 static const char *stac922x_models[STAC_922X_MODELS] = {
1876         [STAC_922X_AUTO] = "auto",
1877         [STAC_D945_REF] = "ref",
1878         [STAC_D945GTP5] = "5stack",
1879         [STAC_D945GTP3] = "3stack",
1880         [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1881         [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1882         [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1883         [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1884         [STAC_INTEL_MAC_V5] = "intel-mac-v5",
1885         [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
1886         /* for backward compatibility */
1887         [STAC_MACMINI]  = "macmini",
1888         [STAC_MACBOOK]  = "macbook",
1889         [STAC_MACBOOK_PRO_V1]   = "macbook-pro-v1",
1890         [STAC_MACBOOK_PRO_V2]   = "macbook-pro",
1891         [STAC_IMAC_INTEL] = "imac-intel",
1892         [STAC_IMAC_INTEL_20] = "imac-intel-20",
1893         [STAC_ECS_202] = "ecs202",
1894         [STAC_922X_DELL_D81] = "dell-d81",
1895         [STAC_922X_DELL_D82] = "dell-d82",
1896         [STAC_922X_DELL_M81] = "dell-m81",
1897         [STAC_922X_DELL_M82] = "dell-m82",
1898 };
1899
1900 static struct snd_pci_quirk stac922x_cfg_tbl[] = {
1901         /* SigmaTel reference board */
1902         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1903                       "DFI LanParty", STAC_D945_REF),
1904         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1905                       "DFI LanParty", STAC_D945_REF),
1906         /* Intel 945G based systems */
1907         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
1908                       "Intel D945G", STAC_D945GTP3),
1909         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
1910                       "Intel D945G", STAC_D945GTP3),
1911         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
1912                       "Intel D945G", STAC_D945GTP3),
1913         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
1914                       "Intel D945G", STAC_D945GTP3),
1915         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
1916                       "Intel D945G", STAC_D945GTP3),
1917         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
1918                       "Intel D945G", STAC_D945GTP3),
1919         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
1920                       "Intel D945G", STAC_D945GTP3),
1921         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
1922                       "Intel D945G", STAC_D945GTP3),
1923         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
1924                       "Intel D945G", STAC_D945GTP3),
1925         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
1926                       "Intel D945G", STAC_D945GTP3),
1927         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
1928                       "Intel D945G", STAC_D945GTP3),
1929         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
1930                       "Intel D945G", STAC_D945GTP3),
1931         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
1932                       "Intel D945G", STAC_D945GTP3),
1933         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
1934                       "Intel D945G", STAC_D945GTP3),
1935         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
1936                       "Intel D945G", STAC_D945GTP3),
1937         /* Intel D945G 5-stack systems */
1938         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
1939                       "Intel D945G", STAC_D945GTP5),
1940         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
1941                       "Intel D945G", STAC_D945GTP5),
1942         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
1943                       "Intel D945G", STAC_D945GTP5),
1944         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
1945                       "Intel D945G", STAC_D945GTP5),
1946         /* Intel 945P based systems */
1947         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
1948                       "Intel D945P", STAC_D945GTP3),
1949         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
1950                       "Intel D945P", STAC_D945GTP3),
1951         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
1952                       "Intel D945P", STAC_D945GTP3),
1953         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
1954                       "Intel D945P", STAC_D945GTP3),
1955         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
1956                       "Intel D945P", STAC_D945GTP3),
1957         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
1958                       "Intel D945P", STAC_D945GTP5),
1959         /* other intel */
1960         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
1961                       "Intel D945", STAC_D945_REF),
1962         /* other systems  */
1963         /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
1964         SND_PCI_QUIRK(0x8384, 0x7680,
1965                       "Mac", STAC_INTEL_MAC_AUTO),
1966         /* Dell systems  */
1967         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
1968                       "unknown Dell", STAC_922X_DELL_D81),
1969         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
1970                       "unknown Dell", STAC_922X_DELL_D81),
1971         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
1972                       "unknown Dell", STAC_922X_DELL_D81),
1973         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
1974                       "unknown Dell", STAC_922X_DELL_D82),
1975         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
1976                       "unknown Dell", STAC_922X_DELL_M81),
1977         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
1978                       "unknown Dell", STAC_922X_DELL_D82),
1979         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
1980                       "unknown Dell", STAC_922X_DELL_D81),
1981         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
1982                       "unknown Dell", STAC_922X_DELL_D81),
1983         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
1984                       "Dell XPS M1210", STAC_922X_DELL_M82),
1985         /* ECS/PC Chips boards */
1986         SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
1987                       "ECS/PC chips", STAC_ECS_202),
1988         {} /* terminator */
1989 };
1990
1991 static unsigned int ref927x_pin_configs[14] = {
1992         0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
1993         0x01a19040, 0x01011012, 0x01016011, 0x0101201f, 
1994         0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
1995         0x01c42190, 0x40000100,
1996 };
1997
1998 static unsigned int d965_3st_pin_configs[14] = {
1999         0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2000         0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2001         0x40000100, 0x40000100, 0x40000100, 0x40000100,
2002         0x40000100, 0x40000100
2003 };
2004
2005 static unsigned int d965_5st_pin_configs[14] = {
2006         0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2007         0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2008         0x40000100, 0x40000100, 0x40000100, 0x01442070,
2009         0x40000100, 0x40000100
2010 };
2011
2012 static unsigned int d965_5st_no_fp_pin_configs[14] = {
2013         0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2014         0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2015         0x40000100, 0x40000100, 0x40000100, 0x01442070,
2016         0x40000100, 0x40000100
2017 };
2018
2019 static unsigned int dell_3st_pin_configs[14] = {
2020         0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2021         0x01111212, 0x01116211, 0x01813050, 0x01112214,
2022         0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
2023         0x40c003fc, 0x40000100
2024 };
2025
2026 static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
2027         [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
2028         [STAC_D965_REF]  = ref927x_pin_configs,
2029         [STAC_D965_3ST]  = d965_3st_pin_configs,
2030         [STAC_D965_5ST]  = d965_5st_pin_configs,
2031         [STAC_D965_5ST_NO_FP]  = d965_5st_no_fp_pin_configs,
2032         [STAC_DELL_3ST]  = dell_3st_pin_configs,
2033         [STAC_DELL_BIOS] = NULL,
2034         [STAC_927X_VOLKNOB] = NULL,
2035 };
2036
2037 static const char *stac927x_models[STAC_927X_MODELS] = {
2038         [STAC_927X_AUTO]        = "auto",
2039         [STAC_D965_REF_NO_JD]   = "ref-no-jd",
2040         [STAC_D965_REF]         = "ref",
2041         [STAC_D965_3ST]         = "3stack",
2042         [STAC_D965_5ST]         = "5stack",
2043         [STAC_D965_5ST_NO_FP]   = "5stack-no-fp",
2044         [STAC_DELL_3ST]         = "dell-3stack",
2045         [STAC_DELL_BIOS]        = "dell-bios",
2046         [STAC_927X_VOLKNOB]     = "volknob",
2047 };
2048
2049 static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2050         /* SigmaTel reference board */
2051         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2052                       "DFI LanParty", STAC_D965_REF),
2053         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2054                       "DFI LanParty", STAC_D965_REF),
2055          /* Intel 946 based systems */
2056         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2057         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
2058         /* 965 based 3 stack systems */
2059         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2060                            "Intel D965", STAC_D965_3ST),
2061         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2062                            "Intel D965", STAC_D965_3ST),
2063         /* Dell 3 stack systems */
2064         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
2065         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01ed, "Dell     ", STAC_DELL_3ST),
2066         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01f4, "Dell     ", STAC_DELL_3ST),
2067         /* Dell 3 stack systems with verb table in BIOS */
2068         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2069         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
2070         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0227, "Dell Vostro 1400  ", STAC_DELL_BIOS),
2071         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x022e, "Dell     ", STAC_DELL_BIOS),
2072         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
2073         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0242, "Dell     ", STAC_DELL_BIOS),
2074         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0243, "Dell     ", STAC_DELL_BIOS),
2075         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x02ff, "Dell     ", STAC_DELL_BIOS),
2076         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL,  0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
2077         /* 965 based 5 stack systems */
2078         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2079                            "Intel D965", STAC_D965_5ST),
2080         SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2081                            "Intel D965", STAC_D965_5ST),
2082         /* volume-knob fixes */
2083         SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
2084         {} /* terminator */
2085 };
2086
2087 static unsigned int ref9205_pin_configs[12] = {
2088         0x40000100, 0x40000100, 0x01016011, 0x01014010,
2089         0x01813122, 0x01a19021, 0x01019020, 0x40000100,
2090         0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
2091 };
2092
2093 /*
2094     STAC 9205 pin configs for
2095     102801F1
2096     102801F2
2097     102801FC
2098     102801FD
2099     10280204
2100     1028021F
2101     10280228 (Dell Vostro 1500)
2102 */
2103 static unsigned int dell_9205_m42_pin_configs[12] = {
2104         0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2105         0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2106         0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2107 };
2108
2109 /*
2110     STAC 9205 pin configs for
2111     102801F9
2112     102801FA
2113     102801FE
2114     102801FF (Dell Precision M4300)
2115     10280206
2116     10280200
2117     10280201
2118 */
2119 static unsigned int dell_9205_m43_pin_configs[12] = {
2120         0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2121         0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2122         0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2123 };
2124
2125 static unsigned int dell_9205_m44_pin_configs[12] = {
2126         0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2127         0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2128         0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2129 };
2130
2131 static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
2132         [STAC_9205_REF] = ref9205_pin_configs,
2133         [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2134         [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2135         [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
2136         [STAC_9205_EAPD] = NULL,
2137 };
2138
2139 static const char *stac9205_models[STAC_9205_MODELS] = {
2140         [STAC_9205_AUTO] = "auto",
2141         [STAC_9205_REF] = "ref",
2142         [STAC_9205_DELL_M42] = "dell-m42",
2143         [STAC_9205_DELL_M43] = "dell-m43",
2144         [STAC_9205_DELL_M44] = "dell-m44",
2145         [STAC_9205_EAPD] = "eapd",
2146 };
2147
2148 static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2149         /* SigmaTel reference board */
2150         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2151                       "DFI LanParty", STAC_9205_REF),
2152         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2153                       "SigmaTel", STAC_9205_REF),
2154         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2155                       "DFI LanParty", STAC_9205_REF),
2156         /* Dell */
2157         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2158                       "unknown Dell", STAC_9205_DELL_M42),
2159         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2160                       "unknown Dell", STAC_9205_DELL_M42),
2161         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
2162                       "Dell Precision", STAC_9205_DELL_M43),
2163         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2164                       "Dell Precision", STAC_9205_DELL_M43),
2165         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2166                       "Dell Precision", STAC_9205_DELL_M43),
2167         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2168                       "unknown Dell", STAC_9205_DELL_M42),
2169         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2170                       "unknown Dell", STAC_9205_DELL_M42),
2171         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2172                       "Dell Precision", STAC_9205_DELL_M43),
2173         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
2174                       "Dell Precision M4300", STAC_9205_DELL_M43),
2175         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2176                       "unknown Dell", STAC_9205_DELL_M42),
2177         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2178                       "Dell Precision", STAC_9205_DELL_M43),
2179         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2180                       "Dell Precision", STAC_9205_DELL_M43),
2181         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2182                       "Dell Precision", STAC_9205_DELL_M43),
2183         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2184                       "Dell Inspiron", STAC_9205_DELL_M44),
2185         SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2186                       "Dell Vostro 1500", STAC_9205_DELL_M42),
2187         /* Gateway */
2188         SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
2189         SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
2190         {} /* terminator */
2191 };
2192
2193 static void stac92xx_set_config_regs(struct hda_codec *codec,
2194                                      unsigned int *pincfgs)
2195 {
2196         int i;
2197         struct sigmatel_spec *spec = codec->spec;
2198
2199         if (!pincfgs)
2200                 return;
2201
2202         for (i = 0; i < spec->num_pins; i++)
2203                 if (spec->pin_nids[i] && pincfgs[i])
2204                         snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2205                                                  pincfgs[i]);
2206 }
2207
2208 /*
2209  * Analog playback callbacks
2210  */
2211 static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2212                                       struct hda_codec *codec,
2213                                       struct snd_pcm_substream *substream)
2214 {
2215         struct sigmatel_spec *spec = codec->spec;
2216         if (spec->stream_delay)
2217                 msleep(spec->stream_delay);
2218         return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2219                                              hinfo);
2220 }
2221
2222 static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2223                                          struct hda_codec *codec,
2224                                          unsigned int stream_tag,
2225                                          unsigned int format,
2226                                          struct snd_pcm_substream *substream)
2227 {
2228         struct sigmatel_spec *spec = codec->spec;
2229         return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
2230 }
2231
2232 static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2233                                         struct hda_codec *codec,
2234                                         struct snd_pcm_substream *substream)
2235 {
2236         struct sigmatel_spec *spec = codec->spec;
2237         return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2238 }
2239
2240 /*
2241  * Digital playback callbacks
2242  */
2243 static int stac92xx_dig_playback_pcm_open(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_open(codec, &spec->multiout);
2249 }
2250
2251 static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2252                                            struct hda_codec *codec,
2253                                            struct snd_pcm_substream *substream)
2254 {
2255         struct sigmatel_spec *spec = codec->spec;
2256         return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2257 }
2258
2259 static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2260                                          struct hda_codec *codec,
2261                                          unsigned int stream_tag,
2262                                          unsigned int format,
2263                                          struct snd_pcm_substream *substream)
2264 {
2265         struct sigmatel_spec *spec = codec->spec;
2266         return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2267                                              stream_tag, format, substream);
2268 }
2269
2270 static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2271                                         struct hda_codec *codec,
2272                                         struct snd_pcm_substream *substream)
2273 {
2274         struct sigmatel_spec *spec = codec->spec;
2275         return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2276 }
2277
2278
2279 /*
2280  * Analog capture callbacks
2281  */
2282 static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2283                                         struct hda_codec *codec,
2284                                         unsigned int stream_tag,
2285                                         unsigned int format,
2286                                         struct snd_pcm_substream *substream)
2287 {
2288         struct sigmatel_spec *spec = codec->spec;
2289         hda_nid_t nid = spec->adc_nids[substream->number];
2290
2291         if (spec->powerdown_adcs) {
2292                 msleep(40);
2293                 snd_hda_codec_write(codec, nid, 0,
2294                         AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2295         }
2296         snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
2297         return 0;
2298 }
2299
2300 static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2301                                         struct hda_codec *codec,
2302                                         struct snd_pcm_substream *substream)
2303 {
2304         struct sigmatel_spec *spec = codec->spec;
2305         hda_nid_t nid = spec->adc_nids[substream->number];
2306
2307         snd_hda_codec_cleanup_stream(codec, nid);
2308         if (spec->powerdown_adcs)
2309                 snd_hda_codec_write(codec, nid, 0,
2310                         AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
2311         return 0;
2312 }
2313
2314 static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2315         .substreams = 1,
2316         .channels_min = 2,
2317         .channels_max = 2,
2318         /* NID is set in stac92xx_build_pcms */
2319         .ops = {
2320                 .open = stac92xx_dig_playback_pcm_open,
2321                 .close = stac92xx_dig_playback_pcm_close,
2322                 .prepare = stac92xx_dig_playback_pcm_prepare,
2323                 .cleanup = stac92xx_dig_playback_pcm_cleanup
2324         },
2325 };
2326
2327 static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2328         .substreams = 1,
2329         .channels_min = 2,
2330         .channels_max = 2,
2331         /* NID is set in stac92xx_build_pcms */
2332 };
2333
2334 static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2335         .substreams = 1,
2336         .channels_min = 2,
2337         .channels_max = 8,
2338         .nid = 0x02, /* NID to query formats and rates */
2339         .ops = {
2340                 .open = stac92xx_playback_pcm_open,
2341                 .prepare = stac92xx_playback_pcm_prepare,
2342                 .cleanup = stac92xx_playback_pcm_cleanup
2343         },
2344 };
2345
2346 static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2347         .substreams = 1,
2348         .channels_min = 2,
2349         .channels_max = 2,
2350         .nid = 0x06, /* NID to query formats and rates */
2351         .ops = {
2352                 .open = stac92xx_playback_pcm_open,
2353                 .prepare = stac92xx_playback_pcm_prepare,
2354                 .cleanup = stac92xx_playback_pcm_cleanup
2355         },
2356 };
2357
2358 static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
2359         .channels_min = 2,
2360         .channels_max = 2,
2361         /* NID + .substreams is set in stac92xx_build_pcms */
2362         .ops = {
2363                 .prepare = stac92xx_capture_pcm_prepare,
2364                 .cleanup = stac92xx_capture_pcm_cleanup
2365         },
2366 };
2367
2368 static int stac92xx_build_pcms(struct hda_codec *codec)
2369 {
2370         struct sigmatel_spec *spec = codec->spec;
2371         struct hda_pcm *info = spec->pcm_rec;
2372
2373         codec->num_pcms = 1;
2374         codec->pcm_info = info;
2375
2376         info->name = "STAC92xx Analog";
2377         info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
2378         info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2379                 spec->multiout.dac_nids[0];
2380         info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
2381         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
2382         info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
2383
2384         if (spec->alt_switch) {
2385                 codec->num_pcms++;
2386                 info++;
2387                 info->name = "STAC92xx Analog Alt";
2388                 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2389         }
2390
2391         if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2392                 codec->num_pcms++;
2393                 info++;
2394                 info->name = "STAC92xx Digital";
2395                 info->pcm_type = spec->autocfg.dig_out_type[0];
2396                 if (spec->multiout.dig_out_nid) {
2397                         info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2398                         info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2399                 }
2400                 if (spec->dig_in_nid) {
2401                         info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2402                         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2403                 }
2404         }
2405
2406         return 0;
2407 }
2408
2409 static unsigned int stac92xx_get_default_vref(struct hda_codec *codec,
2410                                         hda_nid_t nid)
2411 {
2412         unsigned int pincap = snd_hda_query_pin_caps(codec, nid);
2413         pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2414         if (pincap & AC_PINCAP_VREF_100)
2415                 return AC_PINCTL_VREF_100;
2416         if (pincap & AC_PINCAP_VREF_80)
2417                 return AC_PINCTL_VREF_80;
2418         if (pincap & AC_PINCAP_VREF_50)
2419                 return AC_PINCTL_VREF_50;
2420         if (pincap & AC_PINCAP_VREF_GRD)
2421                 return AC_PINCTL_VREF_GRD;
2422         return 0;
2423 }
2424
2425 static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2426
2427 {
2428         snd_hda_codec_write_cache(codec, nid, 0,
2429                                   AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
2430 }
2431
2432 #define stac92xx_hp_switch_info         snd_ctl_boolean_mono_info
2433
2434 static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2435                         struct snd_ctl_elem_value *ucontrol)
2436 {
2437         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2438         struct sigmatel_spec *spec = codec->spec;
2439
2440         ucontrol->value.integer.value[0] = !!spec->hp_switch;
2441         return 0;
2442 }
2443
2444 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
2445
2446 static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2447                         struct snd_ctl_elem_value *ucontrol)
2448 {
2449         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2450         struct sigmatel_spec *spec = codec->spec;
2451         int nid = kcontrol->private_value;
2452  
2453         spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
2454
2455         /* check to be sure that the ports are upto date with
2456          * switch changes
2457          */
2458         stac_issue_unsol_event(codec, nid);
2459
2460         return 1;
2461 }
2462
2463 static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2464                                 struct snd_ctl_elem_info *uinfo)
2465 {
2466         int i;
2467         static char *texts[] = {
2468                 "Mic In", "Line In", "Line Out"
2469         };
2470
2471         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2472         struct sigmatel_spec *spec = codec->spec;
2473         hda_nid_t nid = kcontrol->private_value;
2474
2475         if (nid == spec->mic_switch || nid == spec->line_switch)
2476                 i = 3;
2477         else
2478                 i = 2;
2479
2480         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2481         uinfo->value.enumerated.items = i;
2482         uinfo->count = 1;
2483         if (uinfo->value.enumerated.item >= i)
2484                 uinfo->value.enumerated.item = i-1;
2485         strcpy(uinfo->value.enumerated.name,
2486                 texts[uinfo->value.enumerated.item]);
2487
2488         return 0;
2489 }
2490
2491 static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2492                                 struct snd_ctl_elem_value *ucontrol)
2493 {
2494         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2495         hda_nid_t nid = kcontrol->private_value;
2496         unsigned int vref = stac92xx_vref_get(codec, nid);
2497
2498         if (vref == stac92xx_get_default_vref(codec, nid))
2499                 ucontrol->value.enumerated.item[0] = 0;
2500         else if (vref == AC_PINCTL_VREF_GRD)
2501                 ucontrol->value.enumerated.item[0] = 1;
2502         else if (vref == AC_PINCTL_VREF_HIZ)
2503                 ucontrol->value.enumerated.item[0] = 2;
2504
2505         return 0;
2506 }
2507
2508 static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2509                                 struct snd_ctl_elem_value *ucontrol)
2510 {
2511         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2512         unsigned int new_vref = 0;
2513         int error;
2514         hda_nid_t nid = kcontrol->private_value;
2515
2516         if (ucontrol->value.enumerated.item[0] == 0)
2517                 new_vref = stac92xx_get_default_vref(codec, nid);
2518         else if (ucontrol->value.enumerated.item[0] == 1)
2519                 new_vref = AC_PINCTL_VREF_GRD;
2520         else if (ucontrol->value.enumerated.item[0] == 2)
2521                 new_vref = AC_PINCTL_VREF_HIZ;
2522         else
2523                 return 0;
2524
2525         if (new_vref != stac92xx_vref_get(codec, nid)) {
2526                 error = stac92xx_vref_set(codec, nid, new_vref);
2527                 return error;
2528         }
2529
2530         return 0;
2531 }
2532
2533 static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2534                                 struct snd_ctl_elem_info *uinfo)
2535 {
2536         static char *texts[2];
2537         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2538         struct sigmatel_spec *spec = codec->spec;
2539
2540         if (kcontrol->private_value == spec->line_switch)
2541                 texts[0] = "Line In";
2542         else
2543                 texts[0] = "Mic In";
2544         texts[1] = "Line Out";
2545         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2546         uinfo->value.enumerated.items = 2;
2547         uinfo->count = 1;
2548
2549         if (uinfo->value.enumerated.item >= 2)
2550                 uinfo->value.enumerated.item = 1;
2551         strcpy(uinfo->value.enumerated.name,
2552                 texts[uinfo->value.enumerated.item]);
2553
2554         return 0;
2555 }
2556
2557 static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2558 {
2559         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2560         struct sigmatel_spec *spec = codec->spec;
2561         hda_nid_t nid = kcontrol->private_value;
2562         int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2563
2564         ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
2565         return 0;
2566 }
2567
2568 static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2569 {
2570         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2571         struct sigmatel_spec *spec = codec->spec;
2572         hda_nid_t nid = kcontrol->private_value;
2573         int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2574         unsigned short val = !!ucontrol->value.enumerated.item[0];
2575
2576         spec->io_switch[io_idx] = val;
2577
2578         if (val)
2579                 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
2580         else {
2581                 unsigned int pinctl = AC_PINCTL_IN_EN;
2582                 if (io_idx) /* set VREF for mic */
2583                         pinctl |= stac92xx_get_default_vref(codec, nid);
2584                 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2585         }
2586
2587         /* check the auto-mute again: we need to mute/unmute the speaker
2588          * appropriately according to the pin direction
2589          */
2590         if (spec->hp_detect)
2591                 stac_issue_unsol_event(codec, nid);
2592
2593         return 1;
2594 }
2595
2596 #define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2597
2598 static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2599                 struct snd_ctl_elem_value *ucontrol)
2600 {
2601         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2602         struct sigmatel_spec *spec = codec->spec;
2603
2604         ucontrol->value.integer.value[0] = spec->clfe_swap;
2605         return 0;
2606 }
2607
2608 static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2609                 struct snd_ctl_elem_value *ucontrol)
2610 {
2611         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2612         struct sigmatel_spec *spec = codec->spec;
2613         hda_nid_t nid = kcontrol->private_value & 0xff;
2614         unsigned int val = !!ucontrol->value.integer.value[0];
2615
2616         if (spec->clfe_swap == val)
2617                 return 0;
2618
2619         spec->clfe_swap = val;
2620
2621         snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2622                 spec->clfe_swap ? 0x4 : 0x0);
2623
2624         return 1;
2625 }
2626
2627 #define STAC_CODEC_HP_SWITCH(xname) \
2628         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2629           .name = xname, \
2630           .index = 0, \
2631           .info = stac92xx_hp_switch_info, \
2632           .get = stac92xx_hp_switch_get, \
2633           .put = stac92xx_hp_switch_put, \
2634         }
2635
2636 #define STAC_CODEC_IO_SWITCH(xname, xpval) \
2637         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2638           .name = xname, \
2639           .index = 0, \
2640           .info = stac92xx_io_switch_info, \
2641           .get = stac92xx_io_switch_get, \
2642           .put = stac92xx_io_switch_put, \
2643           .private_value = xpval, \
2644         }
2645
2646 #define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2647         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2648           .name = xname, \
2649           .index = 0, \
2650           .info = stac92xx_clfe_switch_info, \
2651           .get = stac92xx_clfe_switch_get, \
2652           .put = stac92xx_clfe_switch_put, \
2653           .private_value = xpval, \
2654         }
2655
2656 enum {
2657         STAC_CTL_WIDGET_VOL,
2658         STAC_CTL_WIDGET_MUTE,
2659         STAC_CTL_WIDGET_MONO_MUX,
2660         STAC_CTL_WIDGET_HP_SWITCH,
2661         STAC_CTL_WIDGET_IO_SWITCH,
2662         STAC_CTL_WIDGET_CLFE_SWITCH,
2663         STAC_CTL_WIDGET_DC_BIAS
2664 };
2665
2666 static struct snd_kcontrol_new stac92xx_control_templates[] = {
2667         HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2668         HDA_CODEC_MUTE(NULL, 0, 0, 0),
2669         STAC_MONO_MUX,
2670         STAC_CODEC_HP_SWITCH(NULL),
2671         STAC_CODEC_IO_SWITCH(NULL, 0),
2672         STAC_CODEC_CLFE_SWITCH(NULL, 0),
2673         DC_BIAS(NULL, 0, 0),
2674 };
2675
2676 /* add dynamic controls */
2677 static struct snd_kcontrol_new *
2678 stac_control_new(struct sigmatel_spec *spec,
2679                  struct snd_kcontrol_new *ktemp,
2680                  const char *name)
2681 {
2682         struct snd_kcontrol_new *knew;
2683
2684         snd_array_init(&spec->kctls, sizeof(*knew), 32);
2685         knew = snd_array_new(&spec->kctls);
2686         if (!knew)
2687                 return NULL;
2688         *knew = *ktemp;
2689         knew->name = kstrdup(name, GFP_KERNEL);
2690         if (!knew->name) {
2691                 /* roolback */
2692                 memset(knew, 0, sizeof(*knew));
2693                 spec->kctls.alloced--;
2694                 return NULL;
2695         }
2696         return knew;
2697 }
2698
2699 static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2700                                      struct snd_kcontrol_new *ktemp,
2701                                      int idx, const char *name,
2702                                      unsigned long val)
2703 {
2704         struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name);
2705         if (!knew)
2706                 return -ENOMEM;
2707         knew->index = idx;
2708         knew->private_value = val;
2709         return 0;
2710 }
2711
2712 static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2713                                            int type, int idx, const char *name,
2714                                            unsigned long val)
2715 {
2716         return stac92xx_add_control_temp(spec,
2717                                          &stac92xx_control_templates[type],
2718                                          idx, name, val);
2719 }
2720
2721
2722 /* add dynamic controls */
2723 static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2724                                        const char *name, unsigned long val)
2725 {
2726         return stac92xx_add_control_idx(spec, type, 0, name, val);
2727 }
2728
2729 static struct snd_kcontrol_new stac_input_src_temp = {
2730         .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2731         .name = "Input Source",
2732         .info = stac92xx_mux_enum_info,
2733         .get = stac92xx_mux_enum_get,
2734         .put = stac92xx_mux_enum_put,
2735 };
2736
2737 static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2738                                                 hda_nid_t nid, int idx)
2739 {
2740         int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2741         int control = 0;
2742         struct sigmatel_spec *spec = codec->spec;
2743         char name[22];
2744
2745         if (!((get_defcfg_connect(def_conf)) & AC_JACK_PORT_FIXED)) {
2746                 if (stac92xx_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
2747                         && nid == spec->line_switch)
2748                         control = STAC_CTL_WIDGET_IO_SWITCH;
2749                 else if (snd_hda_query_pin_caps(codec, nid)
2750                         & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2751                         control = STAC_CTL_WIDGET_DC_BIAS;
2752                 else if (nid == spec->mic_switch)
2753                         control = STAC_CTL_WIDGET_IO_SWITCH;
2754         }
2755
2756         if (control) {
2757                 strcpy(name, auto_pin_cfg_labels[idx]);
2758                 return stac92xx_add_control(codec->spec, control,
2759                                         strcat(name, " Jack Mode"), nid);
2760         }
2761
2762         return 0;
2763 }
2764
2765 static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2766 {
2767         struct snd_kcontrol_new *knew;
2768         struct hda_input_mux *imux = &spec->private_imux;
2769
2770         if (spec->auto_mic)
2771                 return 0; /* no need for input source */
2772         if (!spec->num_adcs || imux->num_items <= 1)
2773                 return 0; /* no need for input source control */
2774         knew = stac_control_new(spec, &stac_input_src_temp,
2775                                 stac_input_src_temp.name);
2776         if (!knew)
2777                 return -ENOMEM;
2778         knew->count = spec->num_adcs;
2779         return 0;
2780 }
2781
2782 /* check whether the line-input can be used as line-out */
2783 static hda_nid_t check_line_out_switch(struct hda_codec *codec)
2784 {
2785         struct sigmatel_spec *spec = codec->spec;
2786         struct auto_pin_cfg *cfg = &spec->autocfg;
2787         hda_nid_t nid;
2788         unsigned int pincap;
2789
2790         if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2791                 return 0;
2792         nid = cfg->input_pins[AUTO_PIN_LINE];
2793         pincap = snd_hda_query_pin_caps(codec, nid);
2794         if (pincap & AC_PINCAP_OUT)
2795                 return nid;
2796         return 0;
2797 }
2798
2799 /* check whether the mic-input can be used as line-out */
2800 static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2801 {
2802         struct sigmatel_spec *spec = codec->spec;
2803         struct auto_pin_cfg *cfg = &spec->autocfg;
2804         unsigned int def_conf, pincap;
2805         unsigned int mic_pin;
2806
2807         if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2808                 return 0;
2809         mic_pin = AUTO_PIN_MIC;
2810         for (;;) {
2811                 hda_nid_t nid = cfg->input_pins[mic_pin];
2812                 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2813                 /* some laptops have an internal analog microphone
2814                  * which can't be used as a output */
2815                 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2816                         pincap = snd_hda_query_pin_caps(codec, nid);
2817                         if (pincap & AC_PINCAP_OUT)
2818                                 return nid;
2819                 }
2820                 if (mic_pin == AUTO_PIN_MIC)
2821                         mic_pin = AUTO_PIN_FRONT_MIC;
2822                 else
2823                         break;
2824         }
2825         return 0;
2826 }
2827
2828 static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2829 {
2830         int i;
2831         
2832         for (i = 0; i < spec->multiout.num_dacs; i++) {
2833                 if (spec->multiout.dac_nids[i] == nid)
2834                         return 1;
2835         }
2836
2837         return 0;
2838 }
2839
2840 static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2841 {
2842         int i;
2843         if (is_in_dac_nids(spec, nid))
2844                 return 1;
2845         for (i = 0; i < spec->autocfg.hp_outs; i++)
2846                 if (spec->hp_dacs[i] == nid)
2847                         return 1;
2848         for (i = 0; i < spec->autocfg.speaker_outs; i++)
2849                 if (spec->speaker_dacs[i] == nid)
2850                         return 1;
2851         return 0;
2852 }
2853
2854 static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2855 {
2856         struct sigmatel_spec *spec = codec->spec;
2857         int j, conn_len;
2858         hda_nid_t conn[HDA_MAX_CONNECTIONS];
2859         unsigned int wcaps, wtype;
2860
2861         conn_len = snd_hda_get_connections(codec, nid, conn,
2862                                            HDA_MAX_CONNECTIONS);
2863         for (j = 0; j < conn_len; j++) {
2864                 wcaps = get_wcaps(codec, conn[j]);
2865                 wtype = get_wcaps_type(wcaps);
2866                 /* we check only analog outputs */
2867                 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2868                         continue;
2869                 /* if this route has a free DAC, assign it */
2870                 if (!check_all_dac_nids(spec, conn[j])) {
2871                         if (conn_len > 1) {
2872                                 /* select this DAC in the pin's input mux */
2873                                 snd_hda_codec_write_cache(codec, nid, 0,
2874                                                   AC_VERB_SET_CONNECT_SEL, j);
2875                         }
2876                         return conn[j];
2877                 }
2878         }
2879         /* if all DACs are already assigned, connect to the primary DAC */
2880         if (conn_len > 1) {
2881                 for (j = 0; j < conn_len; j++) {
2882                         if (conn[j] == spec->multiout.dac_nids[0]) {
2883                                 snd_hda_codec_write_cache(codec, nid, 0,
2884                                                   AC_VERB_SET_CONNECT_SEL, j);
2885                                 break;
2886                         }
2887                 }
2888         }
2889         return 0;
2890 }
2891
2892 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2893 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2894
2895 /*
2896  * Fill in the dac_nids table from the parsed pin configuration
2897  * This function only works when every pin in line_out_pins[]
2898  * contains atleast one DAC in its connection list. Some 92xx
2899  * codecs are not connected directly to a DAC, such as the 9200
2900  * and 9202/925x. For those, dac_nids[] must be hard-coded.
2901  */
2902 static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
2903 {
2904         struct sigmatel_spec *spec = codec->spec;
2905         struct auto_pin_cfg *cfg = &spec->autocfg;
2906         int i;
2907         hda_nid_t nid, dac;
2908         
2909         for (i = 0; i < cfg->line_outs; i++) {
2910                 nid = cfg->line_out_pins[i];
2911                 dac = get_unassigned_dac(codec, nid);
2912                 if (!dac) {
2913                         if (spec->multiout.num_dacs > 0) {
2914                                 /* we have already working output pins,
2915                                  * so let's drop the broken ones again
2916                                  */
2917                                 cfg->line_outs = spec->multiout.num_dacs;
2918                                 break;
2919                         }
2920                         /* error out, no available DAC found */
2921                         snd_printk(KERN_ERR
2922                                    "%s: No available DAC for pin 0x%x\n",
2923                                    __func__, nid);
2924                         return -ENODEV;
2925                 }
2926                 add_spec_dacs(spec, dac);
2927         }
2928
2929         for (i = 0; i < cfg->hp_outs; i++) {
2930                 nid = cfg->hp_pins[i];
2931                 dac = get_unassigned_dac(codec, nid);
2932                 if (dac) {
2933                         if (!spec->multiout.hp_nid)
2934                                 spec->multiout.hp_nid = dac;
2935                         else
2936                                 add_spec_extra_dacs(spec, dac);
2937                 }
2938                 spec->hp_dacs[i] = dac;
2939         }
2940
2941         for (i = 0; i < cfg->speaker_outs; i++) {
2942                 nid = cfg->speaker_pins[i];
2943                 dac = get_unassigned_dac(codec, nid);
2944                 if (dac)
2945                         add_spec_extra_dacs(spec, dac);
2946                 spec->speaker_dacs[i] = dac;
2947         }
2948
2949         /* add line-in as output */
2950         nid = check_line_out_switch(codec);
2951         if (nid) {
2952                 dac = get_unassigned_dac(codec, nid);
2953                 if (dac) {
2954                         snd_printdd("STAC: Add line-in 0x%x as output %d\n",
2955                                     nid, cfg->line_outs);
2956                         cfg->line_out_pins[cfg->line_outs] = nid;
2957                         cfg->line_outs++;
2958                         spec->line_switch = nid;
2959                         add_spec_dacs(spec, dac);
2960                 }
2961         }
2962         /* add mic as output */
2963         nid = check_mic_out_switch(codec);
2964         if (nid) {
2965                 dac = get_unassigned_dac(codec, nid);
2966                 if (dac) {
2967                         snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
2968                                     nid, cfg->line_outs);
2969                         cfg->line_out_pins[cfg->line_outs] = nid;
2970                         cfg->line_outs++;
2971                         spec->mic_switch = nid;
2972                         add_spec_dacs(spec, dac);
2973                 }
2974         }
2975
2976         snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
2977                    spec->multiout.num_dacs,
2978                    spec->multiout.dac_nids[0],
2979                    spec->multiout.dac_nids[1],
2980                    spec->multiout.dac_nids[2],
2981                    spec->multiout.dac_nids[3],
2982                    spec->multiout.dac_nids[4]);
2983
2984         return 0;
2985 }
2986
2987 /* create volume control/switch for the given prefx type */
2988 static int create_controls_idx(struct hda_codec *codec, const char *pfx,
2989                                int idx, hda_nid_t nid, int chs)
2990 {
2991         struct sigmatel_spec *spec = codec->spec;
2992         char name[32];
2993         int err;
2994
2995         if (!spec->check_volume_offset) {
2996                 unsigned int caps, step, nums, db_scale;
2997                 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
2998                 step = (caps & AC_AMPCAP_STEP_SIZE) >>
2999                         AC_AMPCAP_STEP_SIZE_SHIFT;
3000                 step = (step + 1) * 25; /* in .01dB unit */
3001                 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3002                         AC_AMPCAP_NUM_STEPS_SHIFT;
3003                 db_scale = nums * step;
3004                 /* if dB scale is over -64dB, and finer enough,
3005                  * let's reduce it to half
3006                  */
3007                 if (db_scale > 6400 && nums >= 0x1f)
3008                         spec->volume_offset = nums / 2;
3009                 spec->check_volume_offset = 1;
3010         }
3011
3012         sprintf(name, "%s Playback Volume", pfx);
3013         err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
3014                 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3015                                         spec->volume_offset));
3016         if (err < 0)
3017                 return err;
3018         sprintf(name, "%s Playback Switch", pfx);
3019         err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
3020                                    HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3021         if (err < 0)
3022                 return err;
3023         return 0;
3024 }
3025
3026 #define create_controls(codec, pfx, nid, chs) \
3027         create_controls_idx(codec, pfx, 0, nid, chs)
3028
3029 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3030 {
3031         if (spec->multiout.num_dacs > 4) {
3032                 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3033                 return 1;
3034         } else {
3035                 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3036                 spec->multiout.num_dacs++;
3037         }
3038         return 0;
3039 }
3040
3041 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3042 {
3043         int i;
3044         for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3045                 if (!spec->multiout.extra_out_nid[i]) {
3046                         spec->multiout.extra_out_nid[i] = nid;
3047                         return 0;
3048                 }
3049         }
3050         printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3051         return 1;
3052 }
3053
3054 /* Create output controls
3055  * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3056  */
3057 static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3058                                  const hda_nid_t *pins,
3059                                  const hda_nid_t *dac_nids,
3060                                  int type)
3061 {
3062         struct sigmatel_spec *spec = codec->spec;
3063         static const char *chname[4] = {
3064                 "Front", "Surround", NULL /*CLFE*/, "Side"
3065         };
3066         hda_nid_t nid;
3067         int i, err;
3068         unsigned int wid_caps;
3069
3070         for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
3071                 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
3072                         wid_caps = get_wcaps(codec, pins[i]);
3073                         if (wid_caps & AC_WCAP_UNSOL_CAP)
3074                                 spec->hp_detect = 1;
3075                 }
3076                 nid = dac_nids[i];
3077                 if (!nid)
3078                         continue;
3079                 if (type != AUTO_PIN_HP_OUT && i == 2) {
3080                         /* Center/LFE */
3081                         err = create_controls(codec, "Center", nid, 1);
3082                         if (err < 0)
3083                                 return err;
3084                         err = create_controls(codec, "LFE", nid, 2);
3085                         if (err < 0)
3086                                 return err;
3087
3088                         wid_caps = get_wcaps(codec, nid);
3089
3090                         if (wid_caps & AC_WCAP_LR_SWAP) {
3091                                 err = stac92xx_add_control(spec,
3092                                         STAC_CTL_WIDGET_CLFE_SWITCH,
3093                                         "Swap Center/LFE Playback Switch", nid);
3094
3095                                 if (err < 0)
3096                                         return err;
3097                         }
3098
3099                 } else {
3100                         const char *name;
3101                         int idx;
3102                         switch (type) {
3103                         case AUTO_PIN_HP_OUT:
3104                                 name = "Headphone";
3105                                 idx = i;
3106                                 break;
3107                         case AUTO_PIN_SPEAKER_OUT:
3108                                 name = "Speaker";
3109                                 idx = i;
3110                                 break;
3111                         default:
3112                                 name = chname[i];
3113                                 idx = 0;
3114                                 break;
3115                         }
3116                         err = create_controls_idx(codec, name, idx, nid, 3);
3117                         if (err < 0)
3118                                 return err;
3119                 }
3120         }
3121         return 0;
3122 }
3123
3124 static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3125                                     unsigned long sw, int idx)
3126 {
3127         int err;
3128         err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
3129                                        "Capture Volume", vol);
3130         if (err < 0)
3131                 return err;
3132         err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx,
3133                                        "Capture Switch", sw);
3134         if (err < 0)
3135                 return err;
3136         return 0;
3137 }
3138
3139 /* add playback controls from the parsed DAC table */
3140 static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3141                                                const struct auto_pin_cfg *cfg)
3142 {
3143         struct sigmatel_spec *spec = codec->spec;
3144         hda_nid_t nid;
3145         int err;
3146         int idx;
3147
3148         err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3149                                     spec->multiout.dac_nids,
3150                                     cfg->line_out_type);
3151         if (err < 0)
3152                 return err;
3153
3154         if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
3155                 err = stac92xx_add_control(spec,
3156                         STAC_CTL_WIDGET_HP_SWITCH,
3157                         "Headphone as Line Out Switch",
3158                         cfg->hp_pins[cfg->hp_outs - 1]);
3159                 if (err < 0)
3160                         return err;
3161         }
3162
3163         for (idx = AUTO_PIN_MIC; idx <= AUTO_PIN_FRONT_LINE; idx++) {
3164                 nid = cfg->input_pins[idx];
3165                 if (nid) {
3166                         err = stac92xx_add_jack_mode_control(codec, nid, idx);
3167                         if (err < 0)
3168                                 return err;
3169                 }
3170         }
3171
3172         return 0;
3173 }
3174
3175 /* add playback controls for Speaker and HP outputs */
3176 static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3177                                         struct auto_pin_cfg *cfg)
3178 {
3179         struct sigmatel_spec *spec = codec->spec;
3180         int err;
3181
3182         err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3183                                     spec->hp_dacs, AUTO_PIN_HP_OUT);
3184         if (err < 0)
3185                 return err;
3186
3187         err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3188                                     spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3189         if (err < 0)
3190                 return err;
3191
3192         return 0;
3193 }
3194
3195 /* labels for mono mux outputs */
3196 static const char *stac92xx_mono_labels[4] = {
3197         "DAC0", "DAC1", "Mixer", "DAC2"
3198 };
3199
3200 /* create mono mux for mono out on capable codecs */
3201 static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3202 {
3203         struct sigmatel_spec *spec = codec->spec;
3204         struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3205         int i, num_cons;
3206         hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3207
3208         num_cons = snd_hda_get_connections(codec,
3209                                 spec->mono_nid,
3210                                 con_lst,
3211                                 HDA_MAX_NUM_INPUTS);
3212         if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
3213                 return -EINVAL;
3214
3215         for (i = 0; i < num_cons; i++) {
3216                 mono_mux->items[mono_mux->num_items].label =
3217                                         stac92xx_mono_labels[i];
3218                 mono_mux->items[mono_mux->num_items].index = i;
3219                 mono_mux->num_items++;
3220         }
3221
3222         return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3223                                 "Mono Mux", spec->mono_nid);
3224 }
3225
3226 /* create PC beep volume controls */
3227 static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3228                                                 hda_nid_t nid)
3229 {
3230         struct sigmatel_spec *spec = codec->spec;
3231         u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3232         int err;
3233
3234         /* check for mute support for the the amp */
3235         if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3236                 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3237                         "PC Beep Playback Switch",
3238                         HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3239                         if (err < 0)
3240                                 return err;
3241         }
3242
3243         /* check to see if there is volume support for the amp */
3244         if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3245                 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3246                         "PC Beep Playback Volume",
3247                         HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3248                         if (err < 0)
3249                                 return err;
3250         }
3251         return 0;
3252 }
3253
3254 #ifdef CONFIG_SND_HDA_INPUT_BEEP
3255 #define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3256
3257 static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3258                                         struct snd_ctl_elem_value *ucontrol)
3259 {
3260         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3261         ucontrol->value.integer.value[0] = codec->beep->enabled;
3262         return 0;
3263 }
3264
3265 static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3266                                         struct snd_ctl_elem_value *ucontrol)
3267 {
3268         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3269         int enabled = !!ucontrol->value.integer.value[0];
3270         if (codec->beep->enabled != enabled) {
3271                 codec->beep->enabled = enabled;
3272                 return 1;
3273         }
3274         return 0;
3275 }
3276
3277 static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3278         .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3279         .info = stac92xx_dig_beep_switch_info,
3280         .get = stac92xx_dig_beep_switch_get,
3281         .put = stac92xx_dig_beep_switch_put,
3282 };
3283
3284 static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3285 {
3286         return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
3287                                          0, "PC Beep Playback Switch", 0);
3288 }
3289 #endif
3290
3291 static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3292 {
3293         struct sigmatel_spec *spec = codec->spec;
3294         int i, j, err = 0;
3295
3296         for (i = 0; i < spec->num_muxes; i++) {
3297                 hda_nid_t nid;
3298                 unsigned int wcaps;
3299                 unsigned long val;
3300
3301                 nid = spec->mux_nids[i];
3302                 wcaps = get_wcaps(codec, nid);
3303                 if (!(wcaps & AC_WCAP_OUT_AMP))
3304                         continue;
3305
3306                 /* check whether already the same control was created as
3307                  * normal Capture Volume.
3308                  */
3309                 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3310                 for (j = 0; j < spec->num_caps; j++) {
3311                         if (spec->capvols[j] == val)
3312                                 break;
3313                 }
3314                 if (j < spec->num_caps)
3315                         continue;
3316
3317                 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, i,
3318                                                "Mux Capture Volume", val);
3319                 if (err < 0)
3320                         return err;
3321         }
3322         return 0;
3323 };
3324
3325 static const char *stac92xx_spdif_labels[3] = {
3326         "Digital Playback", "Analog Mux 1", "Analog Mux 2",
3327 };
3328
3329 static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3330 {
3331         struct sigmatel_spec *spec = codec->spec;
3332         struct hda_input_mux *spdif_mux = &spec->private_smux;
3333         const char **labels = spec->spdif_labels;
3334         int i, num_cons;
3335         hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3336
3337         num_cons = snd_hda_get_connections(codec,
3338                                 spec->smux_nids[0],
3339                                 con_lst,
3340                                 HDA_MAX_NUM_INPUTS);
3341         if (num_cons <= 0)
3342                 return -EINVAL;
3343
3344         if (!labels)
3345                 labels = stac92xx_spdif_labels;
3346
3347         for (i = 0; i < num_cons; i++) {
3348                 spdif_mux->items[spdif_mux->num_items].label = labels[i];
3349                 spdif_mux->items[spdif_mux->num_items].index = i;
3350                 spdif_mux->num_items++;
3351         }
3352
3353         return 0;
3354 }
3355
3356 /* labels for dmic mux inputs */
3357 static const char *stac92xx_dmic_labels[5] = {
3358         "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3359         "Digital Mic 3", "Digital Mic 4"
3360 };
3361
3362 static int get_connection_index(struct hda_codec *codec, hda_nid_t mux,
3363                                 hda_nid_t nid)
3364 {
3365         hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3366         int i, nums;
3367
3368         nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3369         for (i = 0; i < nums; i++)
3370                 if (conn[i] == nid)
3371                         return i;
3372         return -1;
3373 }
3374
3375 /* create a volume assigned to the given pin (only if supported) */
3376 /* return 1 if the volume control is created */
3377 static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid,
3378                                    const char *label, int direction)
3379 {
3380         unsigned int caps, nums;
3381         char name[32];
3382         int err;
3383
3384         if (direction == HDA_OUTPUT)
3385                 caps = AC_WCAP_OUT_AMP;
3386         else
3387                 caps = AC_WCAP_IN_AMP;
3388         if (!(get_wcaps(codec, nid) & caps))
3389                 return 0;
3390         caps = query_amp_caps(codec, nid, direction);
3391         nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
3392         if (!nums)
3393                 return 0;
3394         snprintf(name, sizeof(name), "%s Capture Volume", label);
3395         err = stac92xx_add_control(codec->spec, STAC_CTL_WIDGET_VOL, name,
3396                                     HDA_COMPOSE_AMP_VAL(nid, 3, 0, direction));
3397         if (err < 0)
3398                 return err;
3399         return 1;
3400 }
3401
3402 /* create playback/capture controls for input pins on dmic capable codecs */
3403 static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3404                                                 const struct auto_pin_cfg *cfg)
3405 {
3406         struct sigmatel_spec *spec = codec->spec;
3407         struct hda_input_mux *imux = &spec->private_imux;
3408         struct hda_input_mux *dimux = &spec->private_dimux;
3409         int err, i, active_mics;
3410         unsigned int def_conf;
3411
3412         dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3413         dimux->items[dimux->num_items].index = 0;
3414         dimux->num_items++;
3415
3416         active_mics = 0;
3417         for (i = 0; i < spec->num_dmics; i++) {
3418                 /* check the validity: sometimes it's a dead vendor-spec node */
3419                 if (get_wcaps_type(get_wcaps(codec, spec->dmic_nids[i]))
3420                     != AC_WID_PIN)
3421                         continue;
3422                 def_conf = snd_hda_codec_get_pincfg(codec, spec->dmic_nids[i]);
3423                 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)
3424                         active_mics++;
3425         }
3426
3427         for (i = 0; i < spec->num_dmics; i++) {
3428                 hda_nid_t nid;
3429                 int index;
3430                 const char *label;
3431
3432                 nid = spec->dmic_nids[i];
3433                 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3434                         continue;
3435                 def_conf = snd_hda_codec_get_pincfg(codec, nid);
3436                 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3437                         continue;
3438
3439                 index = get_connection_index(codec, spec->dmux_nids[0], nid);
3440                 if (index < 0)
3441                         continue;
3442
3443                 if (active_mics == 1)
3444                         label = "Digital Mic";
3445                 else
3446                         label = stac92xx_dmic_labels[dimux->num_items];
3447
3448                 err = create_elem_capture_vol(codec, nid, label, HDA_INPUT);
3449                 if (err < 0)
3450                         return err;
3451                 if (!err) {
3452                         err = create_elem_capture_vol(codec, nid, label,
3453                                                       HDA_OUTPUT);
3454                         if (err < 0)
3455                                 return err;
3456                 }
3457
3458                 dimux->items[dimux->num_items].label = label;
3459                 dimux->items[dimux->num_items].index = index;
3460                 dimux->num_items++;
3461                 if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1) {
3462                         imux->items[imux->num_items].label = label;
3463                         imux->items[imux->num_items].index = index;
3464                         imux->num_items++;
3465                 }
3466         }
3467
3468         return 0;
3469 }
3470
3471 static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
3472                          hda_nid_t *fixed, hda_nid_t *ext)
3473 {
3474         unsigned int cfg;
3475
3476         if (!nid)
3477                 return 0;
3478         cfg = snd_hda_codec_get_pincfg(codec, nid);
3479         switch (get_defcfg_connect(cfg)) {
3480         case AC_JACK_PORT_FIXED:
3481                 if (*fixed)
3482                         return 1; /* already occupied */
3483                 *fixed = nid;
3484                 break;
3485         case AC_JACK_PORT_COMPLEX:
3486                 if (*ext)
3487                         return 1; /* already occupied */
3488                 *ext = nid;
3489                 break;
3490         }
3491         return 0;
3492 }
3493
3494 static int set_mic_route(struct hda_codec *codec,
3495                          struct sigmatel_mic_route *mic,
3496                          hda_nid_t pin)
3497 {
3498         struct sigmatel_spec *spec = codec->spec;
3499         struct auto_pin_cfg *cfg = &spec->autocfg;
3500         int i;
3501
3502         mic->pin = pin;
3503         for (i = AUTO_PIN_MIC; i <= AUTO_PIN_FRONT_MIC; i++)
3504                 if (pin == cfg->input_pins[i])
3505                         break;
3506         if (i <= AUTO_PIN_FRONT_MIC) {
3507                 /* analog pin */
3508                 i = get_connection_index(codec, spec->mux_nids[0], pin);
3509                 if (i < 0)
3510                         return -1;
3511                 mic->mux_idx = i;
3512                 mic->dmux_idx = -1;
3513                 if (spec->dmux_nids)
3514                         mic->dmux_idx = get_connection_index(codec,
3515                                                              spec->dmux_nids[0],
3516                                                              spec->mux_nids[0]);
3517         }  else if (spec->dmux_nids) {
3518                 /* digital pin */
3519                 i = get_connection_index(codec, spec->dmux_nids[0], pin);
3520                 if (i < 0)
3521                         return -1;
3522                 mic->dmux_idx = i;
3523                 mic->mux_idx = -1;
3524                 if (spec->mux_nids)
3525                         mic->mux_idx = get_connection_index(codec,
3526                                                             spec->mux_nids[0],
3527                                                             spec->dmux_nids[0]);
3528         }
3529         return 0;
3530 }
3531
3532 /* return non-zero if the device is for automatic mic switch */
3533 static int stac_check_auto_mic(struct hda_codec *codec)
3534 {
3535         struct sigmatel_spec *spec = codec->spec;
3536         struct auto_pin_cfg *cfg = &spec->autocfg;
3537         hda_nid_t fixed, ext;
3538         int i;
3539
3540         for (i = AUTO_PIN_LINE; i < AUTO_PIN_LAST; i++) {
3541                 if (cfg->input_pins[i])
3542                         return 0; /* must be exclusively mics */
3543         }
3544         fixed = ext = 0;
3545         for (i = AUTO_PIN_MIC; i <= AUTO_PIN_FRONT_MIC; i++)
3546                 if (check_mic_pin(codec, cfg->input_pins[i], &fixed, &ext))
3547                         return 0;
3548         for (i = 0; i < spec->num_dmics; i++)
3549                 if (check_mic_pin(codec, spec->dmic_nids[i], &fixed, &ext))
3550                         return 0;
3551         if (!fixed || !ext)
3552                 return 0;
3553         if (!(get_wcaps(codec, ext) & AC_WCAP_UNSOL_CAP))
3554                 return 0; /* no unsol support */
3555         if (set_mic_route(codec, &spec->ext_mic, ext) ||
3556             set_mic_route(codec, &spec->int_mic, fixed))
3557                 return 0; /* something is wrong */
3558         return 1;
3559 }
3560
3561 /* create playback/capture controls for input pins */
3562 static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3563 {
3564         struct sigmatel_spec *spec = codec->spec;
3565         struct hda_input_mux *imux = &spec->private_imux;
3566         int i, j;
3567
3568         for (i = 0; i < AUTO_PIN_LAST; i++) {
3569                 hda_nid_t nid = cfg->input_pins[i];
3570                 int index, err;
3571
3572                 if (!nid)
3573                         continue;
3574                 index = -1;
3575                 for (j = 0; j < spec->num_muxes; j++) {
3576                         index = get_connection_index(codec, spec->mux_nids[j],
3577                                                      nid);
3578                         if (index >= 0)
3579                                 break;
3580                 }
3581                 if (index < 0)
3582                         continue;
3583
3584                 err = create_elem_capture_vol(codec, nid,
3585                                               auto_pin_cfg_labels[i],
3586                                               HDA_INPUT);
3587                 if (err < 0)
3588                         return err;
3589
3590                 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3591                 imux->items[imux->num_items].index = index;
3592                 imux->num_items++;
3593         }
3594         spec->num_analog_muxes = imux->num_items;
3595
3596         if (imux->num_items) {
3597                 /*
3598                  * Set the current input for the muxes.
3599                  * The STAC9221 has two input muxes with identical source
3600                  * NID lists.  Hopefully this won't get confused.
3601                  */
3602                 for (i = 0; i < spec->num_muxes; i++) {
3603                         snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3604                                                   AC_VERB_SET_CONNECT_SEL,
3605                                                   imux->items[0].index);
3606                 }
3607         }
3608
3609         return 0;
3610 }
3611
3612 static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3613 {
3614         struct sigmatel_spec *spec = codec->spec;
3615         int i;
3616
3617         for (i = 0; i < spec->autocfg.line_outs; i++) {
3618                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3619                 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3620         }
3621 }
3622
3623 static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3624 {
3625         struct sigmatel_spec *spec = codec->spec;
3626         int i;
3627
3628         for (i = 0; i < spec->autocfg.hp_outs; i++) {
3629                 hda_nid_t pin;
3630                 pin = spec->autocfg.hp_pins[i];
3631                 if (pin) /* connect to front */
3632                         stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3633         }
3634         for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3635                 hda_nid_t pin;
3636                 pin = spec->autocfg.speaker_pins[i];
3637                 if (pin) /* connect to front */
3638                         stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3639         }
3640 }
3641
3642 static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out, hda_nid_t dig_in)
3643 {
3644         struct sigmatel_spec *spec = codec->spec;
3645         int hp_swap = 0;
3646         int i, err;
3647
3648         if ((err = snd_hda_parse_pin_def_config(codec,
3649                                                 &spec->autocfg,
3650                                                 spec->dmic_nids)) < 0)
3651                 return err;
3652         if (! spec->autocfg.line_outs)
3653                 return 0; /* can't find valid pin config */
3654
3655         /* If we have no real line-out pin and multiple hp-outs, HPs should
3656          * be set up as multi-channel outputs.
3657          */
3658         if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3659             spec->autocfg.hp_outs > 1) {
3660                 /* Copy hp_outs to line_outs, backup line_outs in
3661                  * speaker_outs so that the following routines can handle
3662                  * HP pins as primary outputs.
3663                  */
3664                 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
3665                 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3666                        sizeof(spec->autocfg.line_out_pins));
3667                 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3668                 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3669                        sizeof(spec->autocfg.hp_pins));
3670                 spec->autocfg.line_outs = spec->autocfg.hp_outs;
3671                 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3672                 spec->autocfg.hp_outs = 0;
3673                 hp_swap = 1;
3674         }
3675         if (spec->autocfg.mono_out_pin) {
3676                 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3677                         (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
3678                 u32 caps = query_amp_caps(codec,
3679                                 spec->autocfg.mono_out_pin, dir);
3680                 hda_nid_t conn_list[1];
3681
3682                 /* get the mixer node and then the mono mux if it exists */
3683                 if (snd_hda_get_connections(codec,
3684                                 spec->autocfg.mono_out_pin, conn_list, 1) &&
3685                                 snd_hda_get_connections(codec, conn_list[0],
3686                                 conn_list, 1) > 0) {
3687
3688                                 int wcaps = get_wcaps(codec, conn_list[0]);
3689                                 int wid_type = get_wcaps_type(wcaps);
3690                                 /* LR swap check, some stac925x have a mux that
3691                                  * changes the DACs output path instead of the
3692                                  * mono-mux path.
3693                                  */
3694                                 if (wid_type == AC_WID_AUD_SEL &&
3695                                                 !(wcaps & AC_WCAP_LR_SWAP))
3696                                         spec->mono_nid = conn_list[0];
3697                 }
3698                 if (dir) {
3699                         hda_nid_t nid = spec->autocfg.mono_out_pin;
3700
3701                         /* most mono outs have a least a mute/unmute switch */
3702                         dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3703                         err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3704                                 "Mono Playback Switch",
3705                                 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3706                         if (err < 0)
3707                                 return err;
3708                         /* check for volume support for the amp */
3709                         if ((caps & AC_AMPCAP_NUM_STEPS)
3710                                         >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3711                                 err = stac92xx_add_control(spec,
3712                                         STAC_CTL_WIDGET_VOL,
3713                                         "Mono Playback Volume",
3714                                 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3715                                 if (err < 0)
3716                                         return err;
3717                         }
3718                 }
3719
3720                 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3721                                          AC_PINCTL_OUT_EN);
3722         }
3723
3724         if (!spec->multiout.num_dacs) {
3725                 err = stac92xx_auto_fill_dac_nids(codec);
3726                 if (err < 0)
3727                         return err;
3728                 err = stac92xx_auto_create_multi_out_ctls(codec,
3729                                                           &spec->autocfg);
3730                 if (err < 0)
3731                         return err;
3732         }
3733
3734         /* setup analog beep controls */
3735         if (spec->anabeep_nid > 0) {
3736                 err = stac92xx_auto_create_beep_ctls(codec,
3737                         spec->anabeep_nid);
3738                 if (err < 0)
3739                         return err;
3740         }
3741
3742         /* setup digital beep controls and input device */
3743 #ifdef CONFIG_SND_HDA_INPUT_BEEP
3744         if (spec->digbeep_nid > 0) {
3745                 hda_nid_t nid = spec->digbeep_nid;
3746                 unsigned int caps;
3747
3748                 err = stac92xx_auto_create_beep_ctls(codec, nid);
3749                 if (err < 0)
3750                         return err;
3751                 err = snd_hda_attach_beep_device(codec, nid);
3752                 if (err < 0)
3753                         return err;
3754                 /* IDT/STAC codecs have linear beep tone parameter */
3755                 codec->beep->linear_tone = 1;
3756                 /* if no beep switch is available, make its own one */
3757                 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3758                 if (codec->beep &&
3759                     !((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT)) {
3760                         err = stac92xx_beep_switch_ctl(codec);
3761                         if (err < 0)
3762                                 return err;
3763                 }
3764         }
3765 #endif
3766
3767         err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3768         if (err < 0)
3769                 return err;
3770
3771         /* All output parsing done, now restore the swapped hp pins */
3772         if (hp_swap) {
3773                 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3774                        sizeof(spec->autocfg.hp_pins));
3775                 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3776                 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3777                 spec->autocfg.line_outs = 0;
3778         }
3779
3780         if (stac_check_auto_mic(codec)) {
3781                 spec->auto_mic = 1;
3782                 /* only one capture for auto-mic */
3783                 spec->num_adcs = 1;
3784                 spec->num_caps = 1;
3785                 spec->num_muxes = 1;
3786         }
3787
3788         for (i = 0; i < spec->num_caps; i++) {
3789                 err = stac92xx_add_capvol_ctls(codec, spec->capvols[i],
3790                                                spec->capsws[i], i);
3791                 if (err < 0)
3792                         return err;
3793         }
3794
3795         err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3796         if (err < 0)
3797                 return err;
3798
3799         if (spec->mono_nid > 0) {
3800                 err = stac92xx_auto_create_mono_output_ctls(codec);
3801                 if (err < 0)
3802                         return err;
3803         }
3804         if (spec->num_dmics > 0 && !spec->dinput_mux)
3805                 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3806                                                 &spec->autocfg)) < 0)
3807                         return err;
3808         if (spec->num_muxes > 0) {
3809                 err = stac92xx_auto_create_mux_input_ctls(codec);
3810                 if (err < 0)
3811                         return err;
3812         }
3813         if (spec->num_smuxes > 0) {
3814                 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3815                 if (err < 0)
3816                         return err;
3817         }
3818
3819         err = stac92xx_add_input_source(spec);
3820         if (err < 0)
3821                 return err;
3822
3823         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
3824         if (spec->multiout.max_channels > 2)
3825                 spec->surr_switch = 1;
3826
3827         if (spec->autocfg.dig_outs)
3828                 spec->multiout.dig_out_nid = dig_out;
3829         if (dig_in && spec->autocfg.dig_in_pin)
3830                 spec->dig_in_nid = dig_in;
3831
3832         if (spec->kctls.list)
3833                 spec->mixers[spec->num_mixers++] = spec->kctls.list;
3834
3835         spec->input_mux = &spec->private_imux;
3836         if (!spec->dinput_mux)
3837                 spec->dinput_mux = &spec->private_dimux;
3838         spec->sinput_mux = &spec->private_smux;
3839         spec->mono_mux = &spec->private_mono_mux;
3840         return 1;
3841 }
3842
3843 /* add playback controls for HP output */
3844 static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3845                                         struct auto_pin_cfg *cfg)
3846 {
3847         struct sigmatel_spec *spec = codec->spec;
3848         hda_nid_t pin = cfg->hp_pins[0];
3849         unsigned int wid_caps;
3850
3851         if (! pin)
3852                 return 0;
3853
3854         wid_caps = get_wcaps(codec, pin);
3855         if (wid_caps & AC_WCAP_UNSOL_CAP)
3856                 spec->hp_detect = 1;
3857
3858         return 0;
3859 }
3860
3861 /* add playback controls for LFE output */
3862 static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3863                                         struct auto_pin_cfg *cfg)
3864 {
3865         struct sigmatel_spec *spec = codec->spec;
3866         int err;
3867         hda_nid_t lfe_pin = 0x0;
3868         int i;
3869
3870         /*
3871          * search speaker outs and line outs for a mono speaker pin
3872          * with an amp.  If one is found, add LFE controls
3873          * for it.
3874          */
3875         for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3876                 hda_nid_t pin = spec->autocfg.speaker_pins[i];
3877                 unsigned int wcaps = get_wcaps(codec, pin);
3878                 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3879                 if (wcaps == AC_WCAP_OUT_AMP)
3880                         /* found a mono speaker with an amp, must be lfe */
3881                         lfe_pin = pin;
3882         }
3883
3884         /* if speaker_outs is 0, then speakers may be in line_outs */
3885         if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3886                 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3887                         hda_nid_t pin = spec->autocfg.line_out_pins[i];
3888                         unsigned int defcfg;
3889                         defcfg = snd_hda_codec_get_pincfg(codec, pin);
3890                         if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
3891                                 unsigned int wcaps = get_wcaps(codec, pin);
3892                                 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3893                                 if (wcaps == AC_WCAP_OUT_AMP)
3894                                         /* found a mono speaker with an amp,
3895                                            must be lfe */
3896                                         lfe_pin = pin;
3897                         }
3898                 }
3899         }
3900
3901         if (lfe_pin) {
3902                 err = create_controls(codec, "LFE", lfe_pin, 1);
3903                 if (err < 0)
3904                         return err;
3905         }
3906
3907         return 0;
3908 }
3909
3910 static int stac9200_parse_auto_config(struct hda_codec *codec)
3911 {
3912         struct sigmatel_spec *spec = codec->spec;
3913         int err;
3914
3915         if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
3916                 return err;
3917
3918         if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3919                 return err;
3920
3921         if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3922                 return err;
3923
3924         if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3925                 return err;
3926
3927         if (spec->num_muxes > 0) {
3928                 err = stac92xx_auto_create_mux_input_ctls(codec);
3929                 if (err < 0)
3930                         return err;
3931         }
3932
3933         err = stac92xx_add_input_source(spec);
3934         if (err < 0)
3935                 return err;
3936
3937         if (spec->autocfg.dig_outs)
3938                 spec->multiout.dig_out_nid = 0x05;
3939         if (spec->autocfg.dig_in_pin)
3940                 spec->dig_in_nid = 0x04;
3941
3942         if (spec->kctls.list)
3943                 spec->mixers[spec->num_mixers++] = spec->kctls.list;
3944
3945         spec->input_mux = &spec->private_imux;
3946         spec->dinput_mux = &spec->private_dimux;
3947
3948         return 1;
3949 }
3950
3951 /*
3952  * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3953  * funky external mute control using GPIO pins.
3954  */
3955
3956 static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
3957                           unsigned int dir_mask, unsigned int data)
3958 {
3959         unsigned int gpiostate, gpiomask, gpiodir;
3960
3961         gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3962                                        AC_VERB_GET_GPIO_DATA, 0);
3963         gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
3964
3965         gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3966                                       AC_VERB_GET_GPIO_MASK, 0);
3967         gpiomask |= mask;
3968
3969         gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3970                                      AC_VERB_GET_GPIO_DIRECTION, 0);
3971         gpiodir |= dir_mask;
3972
3973         /* Configure GPIOx as CMOS */
3974         snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3975
3976         snd_hda_codec_write(codec, codec->afg, 0,
3977                             AC_VERB_SET_GPIO_MASK, gpiomask);
3978         snd_hda_codec_read(codec, codec->afg, 0,
3979                            AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
3980
3981         msleep(1);
3982
3983         snd_hda_codec_read(codec, codec->afg, 0,
3984                            AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
3985 }
3986
3987 #ifdef CONFIG_SND_HDA_INPUT_JACK
3988 static void stac92xx_free_jack_priv(struct snd_jack *jack)
3989 {
3990         struct sigmatel_jack *jacks = jack->private_data;
3991         jacks->nid = 0;
3992         jacks->jack = NULL;
3993 }
3994 #endif
3995
3996 static int stac92xx_add_jack(struct hda_codec *codec,
3997                 hda_nid_t nid, int type)
3998 {
3999 #ifdef CONFIG_SND_HDA_INPUT_JACK
4000         struct sigmatel_spec *spec = codec->spec;
4001         struct sigmatel_jack *jack;
4002         int def_conf = snd_hda_codec_get_pincfg(codec, nid);
4003         int connectivity = get_defcfg_connect(def_conf);
4004         char name[32];
4005         int err;
4006
4007         if (connectivity && connectivity != AC_JACK_PORT_FIXED)
4008                 return 0;
4009
4010         snd_array_init(&spec->jacks, sizeof(*jack), 32);
4011         jack = snd_array_new(&spec->jacks);
4012         if (!jack)
4013                 return -ENOMEM;
4014         jack->nid = nid;
4015         jack->type = type;
4016
4017         snprintf(name, sizeof(name), "%s at %s %s Jack",
4018                 snd_hda_get_jack_type(def_conf),
4019                 snd_hda_get_jack_connectivity(def_conf),
4020                 snd_hda_get_jack_location(def_conf));
4021
4022         err = snd_jack_new(codec->bus->card, name, type, &jack->jack);
4023         if (err < 0) {
4024                 jack->nid = 0;
4025                 return err;
4026         }
4027         jack->jack->private_data = jack;
4028         jack->jack->private_free = stac92xx_free_jack_priv;
4029 #endif
4030         return 0;
4031 }
4032
4033 static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
4034                           unsigned char type, int data)
4035 {
4036         struct sigmatel_event *event;
4037
4038         snd_array_init(&spec->events, sizeof(*event), 32);
4039         event = snd_array_new(&spec->events);
4040         if (!event)
4041                 return -ENOMEM;
4042         event->nid = nid;
4043         event->type = type;
4044         event->tag = spec->events.used;
4045         event->data = data;
4046
4047         return event->tag;
4048 }
4049
4050 static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
4051                                              hda_nid_t nid)
4052 {
4053         struct sigmatel_spec *spec = codec->spec;
4054         struct sigmatel_event *event = spec->events.list;
4055         int i;
4056
4057         for (i = 0; i < spec->events.used; i++, event++) {
4058                 if (event->nid == nid)
4059                         return event;
4060         }
4061         return NULL;
4062 }
4063
4064 static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
4065                                                       unsigned char tag)
4066 {
4067         struct sigmatel_spec *spec = codec->spec;
4068         struct sigmatel_event *event = spec->events.list;
4069         int i;
4070
4071         for (i = 0; i < spec->events.used; i++, event++) {
4072                 if (event->tag == tag)
4073                         return event;
4074         }
4075         return NULL;
4076 }
4077
4078 /* check if given nid is a valid pin and no other events are assigned
4079  * to it.  If OK, assign the event, set the unsol flag, and returns 1.
4080  * Otherwise, returns zero.
4081  */
4082 static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4083                              unsigned int type)
4084 {
4085         struct sigmatel_event *event;
4086         int tag;
4087
4088         if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
4089                 return 0;
4090         event = stac_get_event(codec, nid);
4091         if (event) {
4092                 if (event->type != type)
4093                         return 0;
4094                 tag = event->tag;
4095         } else {
4096                 tag = stac_add_event(codec->spec, nid, type, 0);
4097                 if (tag < 0)
4098                         return 0;
4099         }
4100         snd_hda_codec_write_cache(codec, nid, 0,
4101                                   AC_VERB_SET_UNSOLICITED_ENABLE,
4102                                   AC_USRSP_EN | tag);
4103         return 1;
4104 }
4105
4106 static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
4107 {
4108         int i;
4109         for (i = 0; i < cfg->hp_outs; i++)
4110                 if (cfg->hp_pins[i] == nid)
4111                         return 1; /* nid is a HP-Out */
4112
4113         return 0; /* nid is not a HP-Out */
4114 };
4115
4116 static void stac92xx_power_down(struct hda_codec *codec)
4117 {
4118         struct sigmatel_spec *spec = codec->spec;
4119
4120         /* power down inactive DACs */
4121         hda_nid_t *dac;
4122         for (dac = spec->dac_list; *dac; dac++)
4123                 if (!check_all_dac_nids(spec, *dac))
4124                         snd_hda_codec_write(codec, *dac, 0,
4125                                         AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4126 }
4127
4128 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4129                                   int enable);
4130
4131 /* override some hints from the hwdep entry */
4132 static void stac_store_hints(struct hda_codec *codec)
4133 {
4134         struct sigmatel_spec *spec = codec->spec;
4135         const char *p;
4136         int val;
4137
4138         val = snd_hda_get_bool_hint(codec, "hp_detect");
4139         if (val >= 0)
4140                 spec->hp_detect = val;
4141         p = snd_hda_get_hint(codec, "gpio_mask");
4142         if (p) {
4143                 spec->gpio_mask = simple_strtoul(p, NULL, 0);
4144                 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4145                         spec->gpio_mask;
4146         }
4147         p = snd_hda_get_hint(codec, "gpio_dir");
4148         if (p)
4149                 spec->gpio_dir = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
4150         p = snd_hda_get_hint(codec, "gpio_data");
4151         if (p)
4152                 spec->gpio_data = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
4153         p = snd_hda_get_hint(codec, "eapd_mask");
4154         if (p)
4155                 spec->eapd_mask = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
4156         val = snd_hda_get_bool_hint(codec, "eapd_switch");
4157         if (val >= 0)
4158                 spec->eapd_switch = val;
4159 }
4160
4161 static int stac92xx_init(struct hda_codec *codec)
4162 {
4163         struct sigmatel_spec *spec = codec->spec;
4164         struct auto_pin_cfg *cfg = &spec->autocfg;
4165         unsigned int gpio;
4166         int i;
4167
4168         snd_hda_sequence_write(codec, spec->init);
4169
4170         /* power down adcs initially */
4171         if (spec->powerdown_adcs)
4172                 for (i = 0; i < spec->num_adcs; i++)
4173                         snd_hda_codec_write(codec,
4174                                 spec->adc_nids[i], 0,
4175                                 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4176
4177         /* override some hints */
4178         stac_store_hints(codec);
4179
4180         /* set up GPIO */
4181         gpio = spec->gpio_data;
4182         /* turn on EAPD statically when spec->eapd_switch isn't set.
4183          * otherwise, unsol event will turn it on/off dynamically
4184          */
4185         if (!spec->eapd_switch)
4186                 gpio |= spec->eapd_mask;
4187         stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4188
4189         /* set up pins */
4190         if (spec->hp_detect) {
4191                 /* Enable unsolicited responses on the HP widget */
4192                 for (i = 0; i < cfg->hp_outs; i++) {
4193                         hda_nid_t nid = cfg->hp_pins[i];
4194                         enable_pin_detect(codec, nid, STAC_HP_EVENT);
4195                 }
4196                 if (cfg->line_out_type == AUTO_PIN_LINE_OUT &&
4197                     cfg->speaker_outs > 0) {
4198                         /* enable pin-detect for line-outs as well */
4199                         for (i = 0; i < cfg->line_outs; i++) {
4200                                 hda_nid_t nid = cfg->line_out_pins[i];
4201                                 enable_pin_detect(codec, nid, STAC_LO_EVENT);
4202                         }
4203                 }
4204
4205                 /* force to enable the first line-out; the others are set up
4206                  * in unsol_event
4207                  */
4208                 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
4209                                 AC_PINCTL_OUT_EN);
4210                 /* fake event to set up pins */
4211                 if (cfg->hp_pins[0])
4212                         stac_issue_unsol_event(codec, cfg->hp_pins[0]);
4213                 else if (cfg->line_out_pins[0])
4214                         stac_issue_unsol_event(codec, cfg->line_out_pins[0]);
4215         } else {
4216                 stac92xx_auto_init_multi_out(codec);
4217                 stac92xx_auto_init_hp_out(codec);
4218                 for (i = 0; i < cfg->hp_outs; i++)
4219                         stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
4220         }
4221         if (spec->auto_mic) {
4222                 /* initialize connection to analog input */
4223                 if (spec->dmux_nids)
4224                         snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4225                                           AC_VERB_SET_CONNECT_SEL, 0);
4226                 if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
4227                         stac_issue_unsol_event(codec, spec->ext_mic.pin);
4228         }
4229         for (i = 0; i < AUTO_PIN_LAST; i++) {
4230                 hda_nid_t nid = cfg->input_pins[i];
4231                 if (nid) {
4232                         unsigned int pinctl, conf;
4233                         if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
4234                                 /* for mic pins, force to initialize */
4235                                 pinctl = stac92xx_get_default_vref(codec, nid);
4236                                 pinctl |= AC_PINCTL_IN_EN;
4237                                 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4238                         } else {
4239                                 pinctl = snd_hda_codec_read(codec, nid, 0,
4240                                         AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4241                                 /* if PINCTL already set then skip */
4242                                 /* Also, if both INPUT and OUTPUT are set,
4243                                  * it must be a BIOS bug; need to override, too
4244                                  */
4245                                 if (!(pinctl & AC_PINCTL_IN_EN) ||
4246                                     (pinctl & AC_PINCTL_OUT_EN)) {
4247                                         pinctl &= ~AC_PINCTL_OUT_EN;
4248                                         pinctl |= AC_PINCTL_IN_EN;
4249                                         stac92xx_auto_set_pinctl(codec, nid,
4250                                                                  pinctl);
4251                                 }
4252                         }
4253                         conf = snd_hda_codec_get_pincfg(codec, nid);
4254                         if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4255                                 if (enable_pin_detect(codec, nid,
4256                                                       STAC_INSERT_EVENT))
4257                                         stac_issue_unsol_event(codec, nid);
4258                         }
4259                 }
4260         }
4261         for (i = 0; i < spec->num_dmics; i++)
4262                 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4263                                         AC_PINCTL_IN_EN);
4264         if (cfg->dig_out_pins[0])
4265                 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
4266                                          AC_PINCTL_OUT_EN);
4267         if (cfg->dig_in_pin)
4268                 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4269                                          AC_PINCTL_IN_EN);
4270         for (i = 0; i < spec->num_pwrs; i++)  {
4271                 hda_nid_t nid = spec->pwr_nids[i];
4272                 int pinctl, def_conf;
4273
4274                 /* power on when no jack detection is available */
4275                 if (!spec->hp_detect) {
4276                         stac_toggle_power_map(codec, nid, 1);
4277                         continue;
4278                 }
4279
4280                 if (is_nid_hp_pin(cfg, nid))
4281                         continue; /* already has an unsol event */
4282
4283                 pinctl = snd_hda_codec_read(codec, nid, 0,
4284                                             AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4285                 /* outputs are only ports capable of power management
4286                  * any attempts on powering down a input port cause the
4287                  * referenced VREF to act quirky.
4288                  */
4289                 if (pinctl & AC_PINCTL_IN_EN) {
4290                         stac_toggle_power_map(codec, nid, 1);
4291                         continue;
4292                 }
4293                 def_conf = snd_hda_codec_get_pincfg(codec, nid);
4294                 def_conf = get_defcfg_connect(def_conf);
4295                 /* skip any ports that don't have jacks since presence
4296                  * detection is useless */
4297                 if (def_conf != AC_JACK_PORT_COMPLEX) {
4298                         if (def_conf != AC_JACK_PORT_NONE)
4299                                 stac_toggle_power_map(codec, nid, 1);
4300                         continue;
4301                 }
4302                 if (enable_pin_detect(codec, nid, STAC_PWR_EVENT))
4303                         stac_issue_unsol_event(codec, nid);
4304         }
4305         if (spec->dac_list)
4306                 stac92xx_power_down(codec);
4307         return 0;
4308 }
4309
4310 static void stac92xx_free_jacks(struct hda_codec *codec)
4311 {
4312 #ifdef CONFIG_SND_HDA_INPUT_JACK
4313         /* free jack instances manually when clearing/reconfiguring */
4314         struct sigmatel_spec *spec = codec->spec;
4315         if (!codec->bus->shutdown && spec->jacks.list) {
4316                 struct sigmatel_jack *jacks = spec->jacks.list;
4317                 int i;
4318                 for (i = 0; i < spec->jacks.used; i++, jacks++) {
4319                         if (jacks->jack)
4320                                 snd_device_free(codec->bus->card, jacks->jack);
4321                 }
4322         }
4323         snd_array_free(&spec->jacks);
4324 #endif
4325 }
4326
4327 static void stac92xx_free_kctls(struct hda_codec *codec)
4328 {
4329         struct sigmatel_spec *spec = codec->spec;
4330
4331         if (spec->kctls.list) {
4332                 struct snd_kcontrol_new *kctl = spec->kctls.list;
4333                 int i;
4334                 for (i = 0; i < spec->kctls.used; i++)
4335                         kfree(kctl[i].name);
4336         }
4337         snd_array_free(&spec->kctls);
4338 }
4339
4340 static void stac92xx_free(struct hda_codec *codec)
4341 {
4342         struct sigmatel_spec *spec = codec->spec;
4343
4344         if (! spec)
4345                 return;
4346
4347         stac92xx_free_jacks(codec);
4348         snd_array_free(&spec->events);
4349
4350         kfree(spec);
4351         snd_hda_detach_beep_device(codec);
4352 }
4353
4354 static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4355                                 unsigned int flag)
4356 {
4357         unsigned int old_ctl, pin_ctl;
4358
4359         pin_ctl = snd_hda_codec_read(codec, nid,
4360                         0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
4361
4362         if (pin_ctl & AC_PINCTL_IN_EN) {
4363                 /*
4364                  * we need to check the current set-up direction of
4365                  * shared input pins since they can be switched via
4366                  * "xxx as Output" mixer switch
4367                  */
4368                 struct sigmatel_spec *spec = codec->spec;
4369                 if (nid == spec->line_switch || nid == spec->mic_switch)
4370                         return;
4371         }
4372
4373         old_ctl = pin_ctl;
4374         /* if setting pin direction bits, clear the current
4375            direction bits first */
4376         if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4377                 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4378         
4379         pin_ctl |= flag;
4380         if (old_ctl != pin_ctl)
4381                 snd_hda_codec_write_cache(codec, nid, 0,
4382                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
4383                                           pin_ctl);
4384 }
4385
4386 static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4387                                   unsigned int flag)
4388 {
4389         unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4390                         0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
4391         if (pin_ctl & flag)
4392                 snd_hda_codec_write_cache(codec, nid, 0,
4393                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
4394                                           pin_ctl & ~flag);
4395 }
4396
4397 static int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
4398 {
4399         if (!nid)
4400                 return 0;
4401         if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
4402             & (1 << 31))
4403                 return 1;
4404         return 0;
4405 }
4406
4407 static void stac92xx_line_out_detect(struct hda_codec *codec,
4408                                      int presence)
4409 {
4410         struct sigmatel_spec *spec = codec->spec;
4411         struct auto_pin_cfg *cfg = &spec->autocfg;
4412         int i;
4413
4414         for (i = 0; i < cfg->line_outs; i++) {
4415                 if (presence)
4416                         break;
4417                 presence = get_pin_presence(codec, cfg->line_out_pins[i]);
4418                 if (presence) {
4419                         unsigned int pinctl;
4420                         pinctl = snd_hda_codec_read(codec,
4421                                                     cfg->line_out_pins[i], 0,
4422                                             AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4423                         if (pinctl & AC_PINCTL_IN_EN)
4424                                 presence = 0; /* mic- or line-input */
4425                 }
4426         }
4427
4428         if (presence) {
4429                 /* disable speakers */
4430                 for (i = 0; i < cfg->speaker_outs; i++)
4431                         stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4432                                                 AC_PINCTL_OUT_EN);
4433                 if (spec->eapd_mask && spec->eapd_switch)
4434                         stac_gpio_set(codec, spec->gpio_mask,
4435                                 spec->gpio_dir, spec->gpio_data &
4436                                 ~spec->eapd_mask);
4437         } else {
4438                 /* enable speakers */
4439                 for (i = 0; i < cfg->speaker_outs; i++)
4440                         stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4441                                                 AC_PINCTL_OUT_EN);
4442                 if (spec->eapd_mask && spec->eapd_switch)
4443                         stac_gpio_set(codec, spec->gpio_mask,
4444                                 spec->gpio_dir, spec->gpio_data |
4445                                 spec->eapd_mask);
4446         }
4447
4448
4449 /* return non-zero if the hp-pin of the given array index isn't
4450  * a jack-detection target
4451  */
4452 static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4453 {
4454         struct auto_pin_cfg *cfg = &spec->autocfg;
4455
4456         /* ignore sensing of shared line and mic jacks */
4457         if (cfg->hp_pins[i] == spec->line_switch)
4458                 return 1;
4459         if (cfg->hp_pins[i] == spec->mic_switch)
4460                 return 1;
4461         /* ignore if the pin is set as line-out */
4462         if (cfg->hp_pins[i] == spec->hp_switch)
4463                 return 1;
4464         return 0;
4465 }
4466
4467 static void stac92xx_hp_detect(struct hda_codec *codec)
4468 {
4469         struct sigmatel_spec *spec = codec->spec;
4470         struct auto_pin_cfg *cfg = &spec->autocfg;
4471         int i, presence;
4472
4473         presence = 0;
4474         if (spec->gpio_mute)
4475                 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4476                         AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4477
4478         for (i = 0; i < cfg->hp_outs; i++) {
4479                 if (presence)
4480                         break;
4481                 if (no_hp_sensing(spec, i))
4482                         continue;
4483                 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4484                 if (presence) {
4485                         unsigned int pinctl;
4486                         pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4487                                             AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4488                         if (pinctl & AC_PINCTL_IN_EN)
4489                                 presence = 0; /* mic- or line-input */
4490                 }
4491         }
4492
4493         if (presence) {
4494                 /* disable lineouts */
4495                 if (spec->hp_switch)
4496                         stac92xx_reset_pinctl(codec, spec->hp_switch,
4497                                               AC_PINCTL_OUT_EN);
4498                 for (i = 0; i < cfg->line_outs; i++)
4499                         stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4500                                                 AC_PINCTL_OUT_EN);
4501         } else {
4502                 /* enable lineouts */
4503                 if (spec->hp_switch)
4504                         stac92xx_set_pinctl(codec, spec->hp_switch,
4505                                             AC_PINCTL_OUT_EN);
4506                 for (i = 0; i < cfg->line_outs; i++)
4507                         stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4508                                                 AC_PINCTL_OUT_EN);
4509         }
4510         stac92xx_line_out_detect(codec, presence);
4511         /* toggle hp outs */
4512         for (i = 0; i < cfg->hp_outs; i++) {
4513                 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4514                 if (no_hp_sensing(spec, i))
4515                         continue;
4516                 if (presence)
4517                         stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
4518 #if 0 /* FIXME */
4519 /* Resetting the pinctl like below may lead to (a sort of) regressions
4520  * on some devices since they use the HP pin actually for line/speaker
4521  * outs although the default pin config shows a different pin (that is
4522  * wrong and useless).
4523  *
4524  * So, it's basically a problem of default pin configs, likely a BIOS issue.
4525  * But, disabling the code below just works around it, and I'm too tired of
4526  * bug reports with such devices... 
4527  */
4528                 else
4529                         stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
4530 #endif /* FIXME */
4531         }
4532
4533
4534 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4535                                   int enable)
4536 {
4537         struct sigmatel_spec *spec = codec->spec;
4538         unsigned int idx, val;
4539
4540         for (idx = 0; idx < spec->num_pwrs; idx++) {
4541                 if (spec->pwr_nids[idx] == nid)
4542                         break;
4543         }
4544         if (idx >= spec->num_pwrs)
4545                 return;
4546
4547         /* several codecs have two power down bits */
4548         if (spec->pwr_mapping)
4549                 idx = spec->pwr_mapping[idx];
4550         else
4551                 idx = 1 << idx;
4552
4553         val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4554         if (enable)
4555                 val &= ~idx;
4556         else
4557                 val |= idx;
4558
4559         /* power down unused output ports */
4560         snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
4561 }
4562
4563 static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4564 {
4565         stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
4566 }
4567
4568 static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4569 {
4570         struct sigmatel_spec *spec = codec->spec;
4571         struct sigmatel_jack *jacks = spec->jacks.list;
4572
4573         if (jacks) {
4574                 int i;
4575                 for (i = 0; i < spec->jacks.used; i++) {
4576                         if (jacks->nid == nid) {
4577                                 unsigned int pin_ctl =
4578                                         snd_hda_codec_read(codec, nid,
4579                                         0, AC_VERB_GET_PIN_WIDGET_CONTROL,
4580                                          0x00);
4581                                 int type = jacks->type;
4582                                 if (type == (SND_JACK_LINEOUT
4583                                                 | SND_JACK_HEADPHONE))
4584                                         type = (pin_ctl & AC_PINCTL_HP_EN)
4585                                         ? SND_JACK_HEADPHONE : SND_JACK_LINEOUT;
4586                                 snd_jack_report(jacks->jack,
4587                                         get_pin_presence(codec, nid)
4588                                         ? type : 0);
4589                         }
4590                         jacks++;
4591                 }
4592         }
4593 }
4594
4595 static void stac92xx_mic_detect(struct hda_codec *codec)
4596 {
4597         struct sigmatel_spec *spec = codec->spec;
4598         struct sigmatel_mic_route *mic;
4599
4600         if (get_pin_presence(codec, spec->ext_mic.pin))
4601                 mic = &spec->ext_mic;
4602         else
4603                 mic = &spec->int_mic;
4604         if (mic->dmux_idx >= 0)
4605                 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4606                                           AC_VERB_SET_CONNECT_SEL,
4607                                           mic->dmux_idx);
4608         if (mic->mux_idx >= 0)
4609                 snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0,
4610                                           AC_VERB_SET_CONNECT_SEL,
4611                                           mic->mux_idx);
4612 }
4613
4614 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
4615 {
4616         struct sigmatel_event *event = stac_get_event(codec, nid);
4617         if (!event)
4618                 return;
4619         codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4620 }
4621
4622 static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4623 {
4624         struct sigmatel_spec *spec = codec->spec;
4625         struct sigmatel_event *event;
4626         int tag, data;
4627
4628         tag = (res >> 26) & 0x7f;
4629         event = stac_get_event_from_tag(codec, tag);
4630         if (!event)
4631                 return;
4632
4633         switch (event->type) {
4634         case STAC_HP_EVENT:
4635         case STAC_LO_EVENT:
4636                 stac92xx_hp_detect(codec);
4637                 break;
4638         case STAC_MIC_EVENT:
4639                 stac92xx_mic_detect(codec);
4640                 break;
4641         }
4642
4643         switch (event->type) {
4644         case STAC_HP_EVENT:
4645         case STAC_LO_EVENT:
4646         case STAC_MIC_EVENT:
4647         case STAC_INSERT_EVENT:
4648         case STAC_PWR_EVENT:
4649                 if (spec->num_pwrs > 0)
4650                         stac92xx_pin_sense(codec, event->nid);
4651                 stac92xx_report_jack(codec, event->nid);
4652
4653                 switch (codec->subsystem_id) {
4654                 case 0x103c308f:
4655                         if (event->nid == 0xb) {
4656                                 int pin = AC_PINCTL_IN_EN;
4657
4658                                 if (get_pin_presence(codec, 0xa)
4659                                                 && get_pin_presence(codec, 0xb))
4660                                         pin |= AC_PINCTL_VREF_80;
4661                                 if (!get_pin_presence(codec, 0xb))
4662                                         pin |= AC_PINCTL_VREF_80;
4663
4664                                 /* toggle VREF state based on mic + hp pin
4665                                  * status
4666                                  */
4667                                 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
4668                         }
4669                 }
4670                 break;
4671         case STAC_VREF_EVENT:
4672                 data = snd_hda_codec_read(codec, codec->afg, 0,
4673                                           AC_VERB_GET_GPIO_DATA, 0);
4674                 /* toggle VREF state based on GPIOx status */
4675                 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
4676                                     !!(data & (1 << event->data)));
4677                 break;
4678         }
4679 }
4680
4681 static int hp_bseries_system(u32 subsystem_id)
4682 {
4683         switch (subsystem_id) {
4684         case 0x103c307e:
4685         case 0x103c307f:
4686         case 0x103c3080:
4687         case 0x103c3081:
4688         case 0x103c1722:
4689         case 0x103c1723:
4690         case 0x103c1724:
4691         case 0x103c1725:
4692         case 0x103c1726:
4693         case 0x103c1727:
4694         case 0x103c1728:
4695         case 0x103c1729:
4696                 return 1;
4697         }
4698         return 0;
4699 }
4700
4701 #ifdef CONFIG_PROC_FS
4702 static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4703                                struct hda_codec *codec, hda_nid_t nid)
4704 {
4705         if (nid == codec->afg)
4706                 snd_iprintf(buffer, "Power-Map: 0x%02x\n", 
4707                             snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4708 }
4709
4710 static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4711                                   struct hda_codec *codec,
4712                                   unsigned int verb)
4713 {
4714         snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4715                     snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4716 }
4717
4718 /* stac92hd71bxx, stac92hd73xx */
4719 static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4720                                  struct hda_codec *codec, hda_nid_t nid)
4721 {
4722         stac92hd_proc_hook(buffer, codec, nid);
4723         if (nid == codec->afg)
4724                 analog_loop_proc_hook(buffer, codec, 0xfa0);
4725 }
4726
4727 static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4728                                struct hda_codec *codec, hda_nid_t nid)
4729 {
4730         if (nid == codec->afg)
4731                 analog_loop_proc_hook(buffer, codec, 0xfe0);
4732 }
4733
4734 static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4735                                struct hda_codec *codec, hda_nid_t nid)
4736 {
4737         if (nid == codec->afg)
4738                 analog_loop_proc_hook(buffer, codec, 0xfeb);
4739 }
4740 #else
4741 #define stac92hd_proc_hook      NULL
4742 #define stac92hd7x_proc_hook    NULL
4743 #define stac9205_proc_hook      NULL
4744 #define stac927x_proc_hook      NULL
4745 #endif
4746
4747 #ifdef SND_HDA_NEEDS_RESUME
4748 static int stac92xx_resume(struct hda_codec *codec)
4749 {
4750         struct sigmatel_spec *spec = codec->spec;
4751
4752         stac92xx_init(codec);
4753         snd_hda_codec_resume_amp(codec);
4754         snd_hda_codec_resume_cache(codec);
4755         /* fake event to set up pins again to override cached values */
4756         if (spec->hp_detect) {
4757                 if (spec->autocfg.hp_pins[0])
4758                         stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0]);
4759                 else if (spec->autocfg.line_out_pins[0])
4760                         stac_issue_unsol_event(codec,
4761                                                spec->autocfg.line_out_pins[0]);
4762         }
4763         return 0;
4764 }
4765
4766 /*
4767  * using power check for controlling mute led of HP notebooks
4768  * check for mute state only on Speakers (nid = 0x10)
4769  *
4770  * For this feature CONFIG_SND_HDA_POWER_SAVE is needed, otherwise
4771  * the LED is NOT working properly !
4772  *
4773  * Changed name to reflect that it now works for any designated
4774  * model, not just HP HDX.
4775  */
4776
4777 #ifdef CONFIG_SND_HDA_POWER_SAVE
4778 static int stac92xx_hp_check_power_status(struct hda_codec *codec,
4779                                               hda_nid_t nid)
4780 {
4781         struct sigmatel_spec *spec = codec->spec;
4782
4783         if (nid == 0x10) {
4784                 if (snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) &
4785                     HDA_AMP_MUTE)
4786                         spec->gpio_data &= ~spec->gpio_led; /* orange */
4787                 else
4788                         spec->gpio_data |= spec->gpio_led; /* white */
4789
4790                 if (hp_bseries_system(codec->subsystem_id)) {
4791                         /* LED state is inverted on these systems */
4792                         spec->gpio_data ^= spec->gpio_led;
4793                 }
4794
4795                 stac_gpio_set(codec, spec->gpio_mask,
4796                               spec->gpio_dir,
4797                               spec->gpio_data);
4798         }
4799
4800         return 0;
4801 }
4802 #endif
4803
4804 static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
4805 {
4806         struct sigmatel_spec *spec = codec->spec;
4807         int i;
4808         hda_nid_t nid;
4809
4810         /* reset each pin before powering down DAC/ADC to avoid click noise */
4811         nid = codec->start_nid;
4812         for (i = 0; i < codec->num_nodes; i++, nid++) {
4813                 unsigned int wcaps = get_wcaps(codec, nid);
4814                 unsigned int wid_type = get_wcaps_type(wcaps);
4815                 if (wid_type == AC_WID_PIN)
4816                         snd_hda_codec_read(codec, nid, 0,
4817                                 AC_VERB_SET_PIN_WIDGET_CONTROL, 0);
4818         }
4819
4820         if (spec->eapd_mask)
4821                 stac_gpio_set(codec, spec->gpio_mask,
4822                                 spec->gpio_dir, spec->gpio_data &
4823                                 ~spec->eapd_mask);
4824         return 0;
4825 }
4826 #endif
4827
4828 static struct hda_codec_ops stac92xx_patch_ops = {
4829         .build_controls = stac92xx_build_controls,
4830         .build_pcms = stac92xx_build_pcms,
4831         .init = stac92xx_init,
4832         .free = stac92xx_free,
4833         .unsol_event = stac92xx_unsol_event,
4834 #ifdef SND_HDA_NEEDS_RESUME
4835         .suspend = stac92xx_suspend,
4836         .resume = stac92xx_resume,
4837 #endif
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)