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