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