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