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 <linux/module.h>
33 #include <sound/core.h>
34 #include <sound/asoundef.h>
35 #include <sound/jack.h>
36 #include <sound/tlv.h>
37 #include "hda_codec.h"
38 #include "hda_local.h"
39 #include "hda_auto_parser.h"
84 STAC_92HD73XX_NO_JD, /* no jack-detection */
98 STAC_92HD83XXX_PWR_REF,
100 STAC_DELL_VOSTRO_3500,
101 STAC_92HD83XXX_HP_cNB11_INTQUAD,
104 STAC_92HD83XXX_HP_LED,
105 STAC_92HD83XXX_HP_INV_LED,
106 STAC_92HD83XXX_HP_MIC_LED,
107 STAC_92HD83XXX_HEADSET_JACK,
108 STAC_92HD83XXX_MODELS
122 STAC_92HD71BXX_MODELS
148 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
149 * is given, one of the above models will be
150 * chosen according to the subsystem id. */
151 /* for backward compatibility */
168 STAC_D965_REF_NO_JD, /* no jack-detection */
185 struct sigmatel_mic_route {
188 signed char dmux_idx;
191 #define MAX_PINS_NUM 16
192 #define MAX_ADCS_NUM 4
193 #define MAX_DMICS_NUM 4
195 struct sigmatel_spec {
196 struct snd_kcontrol_new *mixers[4];
197 unsigned int num_mixers;
200 unsigned int eapd_switch: 1;
201 unsigned int surr_switch: 1;
202 unsigned int alt_switch: 1;
203 unsigned int hp_detect: 1;
204 unsigned int spdif_mute: 1;
205 unsigned int check_volume_offset:1;
206 unsigned int auto_mic:1;
207 unsigned int linear_tone_beep:1;
208 unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */
211 unsigned int eapd_mask;
212 unsigned int gpio_mask;
213 unsigned int gpio_dir;
214 unsigned int gpio_data;
215 unsigned int gpio_mute;
216 unsigned int gpio_led;
217 unsigned int gpio_led_polarity;
218 unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */
219 unsigned int vref_led;
221 unsigned int mic_mute_led_gpio; /* capture mute LED GPIO */
222 bool mic_mute_led_on; /* current mic mute state */
225 unsigned int stream_delay;
227 /* analog loopback */
228 const struct snd_kcontrol_new *aloopback_ctl;
229 unsigned char aloopback_mask;
230 unsigned char aloopback_shift;
232 /* power management */
233 unsigned int power_map_bits;
234 unsigned int num_pwrs;
235 const hda_nid_t *pwr_nids;
236 const hda_nid_t *dac_list;
239 struct hda_input_mux *mono_mux;
240 unsigned int cur_mmux;
241 struct hda_multi_out multiout;
242 hda_nid_t dac_nids[5];
243 hda_nid_t hp_dacs[5];
244 hda_nid_t speaker_dacs[5];
249 const hda_nid_t *adc_nids;
250 unsigned int num_adcs;
251 const hda_nid_t *mux_nids;
252 unsigned int num_muxes;
253 const hda_nid_t *dmic_nids;
254 unsigned int num_dmics;
255 const hda_nid_t *dmux_nids;
256 unsigned int num_dmuxes;
257 const hda_nid_t *smux_nids;
258 unsigned int num_smuxes;
259 unsigned int num_analog_muxes;
261 const unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */
262 const unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */
263 unsigned int num_caps; /* number of capture volume/switch elements */
265 struct sigmatel_mic_route ext_mic;
266 struct sigmatel_mic_route int_mic;
267 struct sigmatel_mic_route dock_mic;
269 const char * const *spdif_labels;
271 hda_nid_t dig_in_nid;
273 hda_nid_t anabeep_nid;
274 hda_nid_t digbeep_nid;
277 const hda_nid_t *pin_nids;
278 unsigned int num_pins;
280 /* codec specific stuff */
281 const struct hda_verb *init;
282 const struct snd_kcontrol_new *mixer;
285 struct hda_input_mux *dinput_mux;
286 unsigned int cur_dmux[2];
287 struct hda_input_mux *input_mux;
288 unsigned int cur_mux[3];
289 struct hda_input_mux *sinput_mux;
290 unsigned int cur_smux[2];
291 unsigned int cur_amux;
293 unsigned int powerdown_adcs;
296 unsigned int io_switch[2];
297 unsigned int clfe_swap;
298 hda_nid_t line_switch; /* shared line-in for input and output */
299 hda_nid_t mic_switch; /* shared mic-in for input and output */
300 hda_nid_t hp_switch; /* NID of HP as line-out */
301 unsigned int aloopback;
303 struct hda_pcm pcm_rec[2]; /* PCM information */
305 /* dynamic controls and input_mux */
306 struct auto_pin_cfg autocfg;
307 struct snd_array kctls;
308 struct hda_input_mux private_dimux;
309 struct hda_input_mux private_imux;
310 struct hda_input_mux private_smux;
311 struct hda_input_mux private_mono_mux;
314 unsigned auto_pin_cnt;
315 hda_nid_t auto_pin_nids[MAX_PINS_NUM];
316 unsigned auto_adc_cnt;
317 hda_nid_t auto_adc_nids[MAX_ADCS_NUM];
318 hda_nid_t auto_mux_nids[MAX_ADCS_NUM];
319 hda_nid_t auto_dmux_nids[MAX_ADCS_NUM];
320 unsigned long auto_capvols[MAX_ADCS_NUM];
321 unsigned auto_dmic_cnt;
322 hda_nid_t auto_dmic_nids[MAX_DMICS_NUM];
324 struct hda_vmaster_mute_hook vmaster_mute;
327 #define AC_VERB_IDT_SET_POWER_MAP 0x7ec
328 #define AC_VERB_IDT_GET_POWER_MAP 0xfec
330 static const hda_nid_t stac9200_adc_nids[1] = {
334 static const hda_nid_t stac9200_mux_nids[1] = {
338 static const hda_nid_t stac9200_dac_nids[1] = {
342 static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
343 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
347 static const hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
351 static const hda_nid_t stac92hd73xx_adc_nids[2] = {
355 #define STAC92HD73XX_NUM_DMICS 2
356 static const hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
360 #define STAC92HD73_DAC_COUNT 5
362 static const hda_nid_t stac92hd73xx_mux_nids[2] = {
366 static const hda_nid_t stac92hd73xx_dmux_nids[2] = {
370 static const hda_nid_t stac92hd73xx_smux_nids[2] = {
374 #define STAC92HD73XX_NUM_CAPS 2
375 static const unsigned long stac92hd73xx_capvols[] = {
376 HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT),
377 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
379 #define stac92hd73xx_capsws stac92hd73xx_capvols
381 #define STAC92HD83_DAC_COUNT 3
383 static const hda_nid_t stac92hd83xxx_pwr_nids[7] = {
384 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
388 static const hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
392 static const hda_nid_t stac92hd83xxx_dmic_nids[] = {
396 static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
400 static const hda_nid_t stac92hd71bxx_adc_nids[2] = {
404 static const hda_nid_t stac92hd71bxx_mux_nids[2] = {
408 static const hda_nid_t stac92hd71bxx_dmux_nids[2] = {
412 static const hda_nid_t stac92hd71bxx_smux_nids[2] = {
416 #define STAC92HD71BXX_NUM_DMICS 2
417 static const hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
421 static const hda_nid_t stac92hd71bxx_dmic_5port_nids[STAC92HD71BXX_NUM_DMICS] = {
425 static const hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
429 #define STAC92HD71BXX_NUM_CAPS 2
430 static const unsigned long stac92hd71bxx_capvols[] = {
431 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
432 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
434 #define stac92hd71bxx_capsws stac92hd71bxx_capvols
436 static const hda_nid_t stac925x_adc_nids[1] = {
440 static const hda_nid_t stac925x_mux_nids[1] = {
444 static const hda_nid_t stac925x_dac_nids[1] = {
448 #define STAC925X_NUM_DMICS 1
449 static const hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
453 static const hda_nid_t stac925x_dmux_nids[1] = {
457 static const unsigned long stac925x_capvols[] = {
458 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
460 static const unsigned long stac925x_capsws[] = {
461 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
464 static const hda_nid_t stac922x_adc_nids[2] = {
468 static const hda_nid_t stac922x_mux_nids[2] = {
472 #define STAC922X_NUM_CAPS 2
473 static const unsigned long stac922x_capvols[] = {
474 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT),
475 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
477 #define stac922x_capsws stac922x_capvols
479 static const hda_nid_t stac927x_slave_dig_outs[2] = {
483 static const hda_nid_t stac927x_adc_nids[3] = {
487 static const hda_nid_t stac927x_mux_nids[3] = {
491 static const hda_nid_t stac927x_smux_nids[1] = {
495 static const hda_nid_t stac927x_dac_nids[6] = {
496 0x02, 0x03, 0x04, 0x05, 0x06, 0
499 static const hda_nid_t stac927x_dmux_nids[1] = {
503 #define STAC927X_NUM_DMICS 2
504 static const hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
508 #define STAC927X_NUM_CAPS 3
509 static const unsigned long stac927x_capvols[] = {
510 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
511 HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT),
512 HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT),
514 static const unsigned long stac927x_capsws[] = {
515 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
516 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
517 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
520 static const char * const stac927x_spdif_labels[5] = {
521 "Digital Playback", "ADAT", "Analog Mux 1",
522 "Analog Mux 2", "Analog Mux 3"
525 static const hda_nid_t stac9205_adc_nids[2] = {
529 static const hda_nid_t stac9205_mux_nids[2] = {
533 static const hda_nid_t stac9205_dmux_nids[1] = {
537 static const hda_nid_t stac9205_smux_nids[1] = {
541 #define STAC9205_NUM_DMICS 2
542 static const hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
546 #define STAC9205_NUM_CAPS 2
547 static const unsigned long stac9205_capvols[] = {
548 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT),
549 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT),
551 static const unsigned long stac9205_capsws[] = {
552 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
553 HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT),
556 static const hda_nid_t stac9200_pin_nids[8] = {
557 0x08, 0x09, 0x0d, 0x0e,
558 0x0f, 0x10, 0x11, 0x12,
561 static const hda_nid_t stac925x_pin_nids[8] = {
562 0x07, 0x08, 0x0a, 0x0b,
563 0x0c, 0x0d, 0x10, 0x11,
566 static const hda_nid_t stac922x_pin_nids[10] = {
567 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
568 0x0f, 0x10, 0x11, 0x15, 0x1b,
571 static const hda_nid_t stac92hd73xx_pin_nids[13] = {
572 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
573 0x0f, 0x10, 0x11, 0x12, 0x13,
577 #define STAC92HD71BXX_NUM_PINS 13
578 static const hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
579 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
580 0x00, 0x14, 0x18, 0x19, 0x1e,
583 static const hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
584 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
585 0x0f, 0x14, 0x18, 0x19, 0x1e,
589 static const hda_nid_t stac927x_pin_nids[14] = {
590 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
591 0x0f, 0x10, 0x11, 0x12, 0x13,
592 0x14, 0x21, 0x22, 0x23,
595 static const hda_nid_t stac9205_pin_nids[12] = {
596 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
597 0x0f, 0x14, 0x16, 0x17, 0x18,
601 static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
602 struct snd_ctl_elem_info *uinfo)
604 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
605 struct sigmatel_spec *spec = codec->spec;
606 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
609 static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
610 struct snd_ctl_elem_value *ucontrol)
612 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
613 struct sigmatel_spec *spec = codec->spec;
614 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
616 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
620 static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
621 struct snd_ctl_elem_value *ucontrol)
623 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
624 struct sigmatel_spec *spec = codec->spec;
625 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
627 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
628 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
631 static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
632 struct snd_ctl_elem_info *uinfo)
634 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
635 struct sigmatel_spec *spec = codec->spec;
636 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
639 static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
640 struct snd_ctl_elem_value *ucontrol)
642 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
643 struct sigmatel_spec *spec = codec->spec;
644 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
646 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
650 static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
651 struct snd_ctl_elem_value *ucontrol)
653 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
654 struct sigmatel_spec *spec = codec->spec;
655 struct hda_input_mux *smux = &spec->private_smux;
656 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
660 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
661 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
665 if (spec->spdif_mute) {
667 nid = spec->multiout.dig_out_nid;
669 nid = codec->slave_dig_outs[smux_idx - 1];
670 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
674 /* un/mute SPDIF out */
675 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
681 static int stac_vrefout_set(struct hda_codec *codec,
682 hda_nid_t nid, unsigned int new_vref)
686 snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref);
687 pinctl = snd_hda_codec_read(codec, nid, 0,
688 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
694 pinctl &= ~AC_PINCTL_VREFEN;
695 pinctl |= (new_vref & AC_PINCTL_VREFEN);
697 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl);
704 static unsigned int stac92xx_vref_set(struct hda_codec *codec,
705 hda_nid_t nid, unsigned int new_vref)
709 pincfg = snd_hda_codec_read(codec, nid, 0,
710 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
713 pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
716 if (new_vref == AC_PINCTL_VREF_HIZ)
717 pincfg |= AC_PINCTL_OUT_EN;
719 pincfg |= AC_PINCTL_IN_EN;
721 error = snd_hda_set_pin_ctl_cache(codec, nid, pincfg);
728 static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
731 vref = snd_hda_codec_read(codec, nid, 0,
732 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
733 vref &= AC_PINCTL_VREFEN;
737 static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
739 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
740 struct sigmatel_spec *spec = codec->spec;
741 return snd_hda_input_mux_info(spec->input_mux, uinfo);
744 static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
746 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
747 struct sigmatel_spec *spec = codec->spec;
748 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
750 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
754 static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
756 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
757 struct sigmatel_spec *spec = codec->spec;
758 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
759 const struct hda_input_mux *imux = spec->input_mux;
760 unsigned int idx, prev_idx, didx;
762 idx = ucontrol->value.enumerated.item[0];
763 if (idx >= imux->num_items)
764 idx = imux->num_items - 1;
765 prev_idx = spec->cur_mux[adc_idx];
768 if (idx < spec->num_analog_muxes) {
769 snd_hda_codec_write_cache(codec, spec->mux_nids[adc_idx], 0,
770 AC_VERB_SET_CONNECT_SEL,
771 imux->items[idx].index);
772 if (prev_idx >= spec->num_analog_muxes &&
773 spec->mux_nids[adc_idx] != spec->dmux_nids[adc_idx]) {
774 imux = spec->dinput_mux;
776 snd_hda_codec_write_cache(codec,
777 spec->dmux_nids[adc_idx], 0,
778 AC_VERB_SET_CONNECT_SEL,
779 imux->items[0].index);
782 imux = spec->dinput_mux;
783 /* first dimux item is hardcoded to select analog imux,
786 didx = idx - spec->num_analog_muxes + 1;
787 snd_hda_codec_write_cache(codec, spec->dmux_nids[adc_idx], 0,
788 AC_VERB_SET_CONNECT_SEL,
789 imux->items[didx].index);
791 spec->cur_mux[adc_idx] = idx;
795 static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
796 struct snd_ctl_elem_info *uinfo)
798 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
799 struct sigmatel_spec *spec = codec->spec;
800 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
803 static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
804 struct snd_ctl_elem_value *ucontrol)
806 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
807 struct sigmatel_spec *spec = codec->spec;
809 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
813 static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
814 struct snd_ctl_elem_value *ucontrol)
816 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
817 struct sigmatel_spec *spec = codec->spec;
819 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
820 spec->mono_nid, &spec->cur_mmux);
823 #define stac92xx_aloopback_info snd_ctl_boolean_mono_info
825 static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
826 struct snd_ctl_elem_value *ucontrol)
828 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
829 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
830 struct sigmatel_spec *spec = codec->spec;
832 ucontrol->value.integer.value[0] = !!(spec->aloopback &
833 (spec->aloopback_mask << idx));
837 static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
838 struct snd_ctl_elem_value *ucontrol)
840 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
841 struct sigmatel_spec *spec = codec->spec;
842 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
843 unsigned int dac_mode;
844 unsigned int val, idx_val;
846 idx_val = spec->aloopback_mask << idx;
847 if (ucontrol->value.integer.value[0])
848 val = spec->aloopback | idx_val;
850 val = spec->aloopback & ~idx_val;
851 if (spec->aloopback == val)
854 spec->aloopback = val;
856 /* Only return the bits defined by the shift value of the
857 * first two bytes of the mask
859 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
860 kcontrol->private_value & 0xFFFF, 0x0);
861 dac_mode >>= spec->aloopback_shift;
863 if (spec->aloopback & idx_val) {
864 snd_hda_power_up(codec);
867 snd_hda_power_down(codec);
868 dac_mode &= ~idx_val;
871 snd_hda_codec_write_cache(codec, codec->afg, 0,
872 kcontrol->private_value >> 16, dac_mode);
877 static const struct hda_verb stac9200_core_init[] = {
878 /* set dac0mux for dac converter */
879 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
883 static const struct hda_verb stac9200_eapd_init[] = {
884 /* set dac0mux for dac converter */
885 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
886 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
890 static const struct hda_verb dell_eq_core_init[] = {
891 /* set master volume to max value without distortion
892 * and direct control */
893 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
897 static const struct hda_verb stac92hd73xx_core_init[] = {
898 /* set master volume and direct control */
899 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
903 static const struct hda_verb stac92hd83xxx_core_init[] = {
904 /* power state controls amps */
905 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
909 static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
910 { 0x22, 0x785, 0x43 },
911 { 0x22, 0x782, 0xe0 },
912 { 0x22, 0x795, 0x00 },
916 static const struct hda_verb stac92hd71bxx_core_init[] = {
917 /* set master volume and direct control */
918 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
922 static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
923 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
924 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
925 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
926 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
930 static const struct hda_verb stac925x_core_init[] = {
931 /* set dac0mux for dac converter */
932 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
933 /* mute the master volume */
934 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
938 static const struct hda_verb stac922x_core_init[] = {
939 /* set master volume and direct control */
940 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
944 static const struct hda_verb d965_core_init[] = {
945 /* set master volume and direct control */
946 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
947 /* unmute node 0x1b */
948 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
949 /* select node 0x03 as DAC */
950 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
954 static const struct hda_verb dell_3st_core_init[] = {
955 /* don't set delta bit */
956 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
957 /* unmute node 0x1b */
958 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
959 /* select node 0x03 as DAC */
960 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
964 static const struct hda_verb stac927x_core_init[] = {
965 /* set master volume and direct control */
966 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
967 /* enable analog pc beep path */
968 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
972 static const struct hda_verb stac927x_volknob_core_init[] = {
973 /* don't set delta bit */
974 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
975 /* enable analog pc beep path */
976 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
980 static const struct hda_verb stac9205_core_init[] = {
981 /* set master volume and direct control */
982 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
983 /* enable analog pc beep path */
984 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
988 #define STAC_MONO_MUX \
990 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
991 .name = "Mono Mux", \
993 .info = stac92xx_mono_mux_enum_info, \
994 .get = stac92xx_mono_mux_enum_get, \
995 .put = stac92xx_mono_mux_enum_put, \
998 #define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
1000 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1001 .name = "Analog Loopback", \
1003 .info = stac92xx_aloopback_info, \
1004 .get = stac92xx_aloopback_get, \
1005 .put = stac92xx_aloopback_put, \
1006 .private_value = verb_read | (verb_write << 16), \
1009 #define DC_BIAS(xname, idx, nid) \
1011 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1014 .info = stac92xx_dc_bias_info, \
1015 .get = stac92xx_dc_bias_get, \
1016 .put = stac92xx_dc_bias_put, \
1017 .private_value = nid, \
1020 static const struct snd_kcontrol_new stac9200_mixer[] = {
1021 HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xb, 0, HDA_OUTPUT),
1022 HDA_CODEC_MUTE("PCM Playback Switch", 0xb, 0, HDA_OUTPUT),
1023 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
1024 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
1028 static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
1029 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1033 static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
1034 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1038 static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
1039 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1044 static const struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
1045 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1048 static const struct snd_kcontrol_new stac925x_mixer[] = {
1049 HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xe, 0, HDA_OUTPUT),
1050 HDA_CODEC_MUTE("PCM Playback Switch", 0x0e, 0, HDA_OUTPUT),
1054 static const struct snd_kcontrol_new stac9205_loopback[] = {
1055 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1059 static const struct snd_kcontrol_new stac927x_loopback[] = {
1060 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1064 static struct snd_kcontrol_new stac_dmux_mixer = {
1065 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1066 .name = "Digital Input Source",
1067 /* count set later */
1068 .info = stac92xx_dmux_enum_info,
1069 .get = stac92xx_dmux_enum_get,
1070 .put = stac92xx_dmux_enum_put,
1073 static struct snd_kcontrol_new stac_smux_mixer = {
1074 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1075 .name = "IEC958 Playback Source",
1076 /* count set later */
1077 .info = stac92xx_smux_enum_info,
1078 .get = stac92xx_smux_enum_get,
1079 .put = stac92xx_smux_enum_put,
1082 static const char * const slave_pfxs[] = {
1083 "Front", "Surround", "Center", "LFE", "Side",
1084 "Headphone", "Speaker", "Bass Speaker", "IEC958", "PCM",
1088 static void stac92xx_update_led_status(struct hda_codec *codec, int enabled);
1090 static void stac92xx_vmaster_hook(void *private_data, int val)
1092 stac92xx_update_led_status(private_data, val);
1095 static void stac92xx_free_kctls(struct hda_codec *codec);
1097 static int stac92xx_build_controls(struct hda_codec *codec)
1099 struct sigmatel_spec *spec = codec->spec;
1100 unsigned int vmaster_tlv[4];
1105 err = snd_hda_add_new_ctls(codec, spec->mixer);
1110 for (i = 0; i < spec->num_mixers; i++) {
1111 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1115 if (!spec->auto_mic && spec->num_dmuxes > 0 &&
1116 snd_hda_get_bool_hint(codec, "separate_dmux") == 1) {
1117 stac_dmux_mixer.count = spec->num_dmuxes;
1118 err = snd_hda_ctl_add(codec, 0,
1119 snd_ctl_new1(&stac_dmux_mixer, codec));
1123 if (spec->num_smuxes > 0) {
1124 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1125 struct hda_input_mux *smux = &spec->private_smux;
1126 /* check for mute support on SPDIF out */
1127 if (wcaps & AC_WCAP_OUT_AMP) {
1128 snd_hda_add_imux_item(smux, "Off", 0, NULL);
1129 spec->spdif_mute = 1;
1131 stac_smux_mixer.count = spec->num_smuxes;
1132 err = snd_hda_ctl_add(codec, 0,
1133 snd_ctl_new1(&stac_smux_mixer, codec));
1138 if (spec->multiout.dig_out_nid) {
1139 err = snd_hda_create_dig_out_ctls(codec,
1140 spec->multiout.dig_out_nid,
1141 spec->multiout.dig_out_nid,
1142 spec->autocfg.dig_out_type[0]);
1145 err = snd_hda_create_spdif_share_sw(codec,
1149 spec->multiout.share_spdif = 1;
1151 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
1152 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1157 /* if we have no master control, let's create it */
1158 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1159 HDA_OUTPUT, vmaster_tlv);
1160 /* correct volume offset */
1161 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
1162 /* minimum value is actually mute */
1163 vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
1164 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1165 vmaster_tlv, slave_pfxs,
1170 err = __snd_hda_add_vmaster(codec, "Master Playback Switch",
1172 "Playback Switch", true,
1173 &spec->vmaster_mute.sw_kctl);
1177 if (spec->gpio_led) {
1178 spec->vmaster_mute.hook = stac92xx_vmaster_hook;
1179 err = snd_hda_add_vmaster_hook(codec, &spec->vmaster_mute, true);
1184 if (spec->aloopback_ctl &&
1185 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1186 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1191 stac92xx_free_kctls(codec); /* no longer needed */
1193 err = snd_hda_jack_add_kctls(codec, &spec->autocfg);
1200 static const unsigned int ref9200_pin_configs[8] = {
1201 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
1202 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1205 static const unsigned int gateway9200_m4_pin_configs[8] = {
1206 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1207 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1209 static const unsigned int gateway9200_m4_2_pin_configs[8] = {
1210 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1211 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1215 STAC 9200 pin configs for
1220 static const unsigned int dell9200_d21_pin_configs[8] = {
1221 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1222 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1226 STAC 9200 pin configs for
1230 static const unsigned int dell9200_d22_pin_configs[8] = {
1231 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1232 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
1236 STAC 9200 pin configs for
1237 102801C4 (Dell Dimension E310)
1244 static const unsigned int dell9200_d23_pin_configs[8] = {
1245 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1246 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
1251 STAC 9200-32 pin configs for
1252 102801B5 (Dell Inspiron 630m)
1253 102801D8 (Dell Inspiron 640m)
1255 static const unsigned int dell9200_m21_pin_configs[8] = {
1256 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1257 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
1261 STAC 9200-32 pin configs for
1262 102801C2 (Dell Latitude D620)
1264 102801CC (Dell Latitude D820)
1268 static const unsigned int dell9200_m22_pin_configs[8] = {
1269 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1270 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
1274 STAC 9200-32 pin configs for
1275 102801CE (Dell XPS M1710)
1276 102801CF (Dell Precision M90)
1278 static const unsigned int dell9200_m23_pin_configs[8] = {
1279 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1280 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1284 STAC 9200-32 pin configs for
1287 102801CB (Dell Latitude 120L)
1290 static const unsigned int dell9200_m24_pin_configs[8] = {
1291 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1292 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
1296 STAC 9200-32 pin configs for
1297 102801BD (Dell Inspiron E1505n)
1301 static const unsigned int dell9200_m25_pin_configs[8] = {
1302 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1303 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
1307 STAC 9200-32 pin configs for
1308 102801F5 (Dell Inspiron 1501)
1311 static const unsigned int dell9200_m26_pin_configs[8] = {
1312 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1313 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
1318 102801CD (Dell Inspiron E1705/9400)
1320 static const unsigned int dell9200_m27_pin_configs[8] = {
1321 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1322 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
1325 static const unsigned int oqo9200_pin_configs[8] = {
1326 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1327 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1331 static const unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1332 [STAC_REF] = ref9200_pin_configs,
1333 [STAC_9200_OQO] = oqo9200_pin_configs,
1334 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1335 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1336 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1337 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1338 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1339 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1340 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1341 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1342 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1343 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
1344 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1345 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
1346 [STAC_9200_PANASONIC] = ref9200_pin_configs,
1349 static const char * const stac9200_models[STAC_9200_MODELS] = {
1350 [STAC_AUTO] = "auto",
1352 [STAC_9200_OQO] = "oqo",
1353 [STAC_9200_DELL_D21] = "dell-d21",
1354 [STAC_9200_DELL_D22] = "dell-d22",
1355 [STAC_9200_DELL_D23] = "dell-d23",
1356 [STAC_9200_DELL_M21] = "dell-m21",
1357 [STAC_9200_DELL_M22] = "dell-m22",
1358 [STAC_9200_DELL_M23] = "dell-m23",
1359 [STAC_9200_DELL_M24] = "dell-m24",
1360 [STAC_9200_DELL_M25] = "dell-m25",
1361 [STAC_9200_DELL_M26] = "dell-m26",
1362 [STAC_9200_DELL_M27] = "dell-m27",
1363 [STAC_9200_M4] = "gateway-m4",
1364 [STAC_9200_M4_2] = "gateway-m4-2",
1365 [STAC_9200_PANASONIC] = "panasonic",
1368 static const struct snd_pci_quirk stac9200_cfg_tbl[] = {
1369 /* SigmaTel reference board */
1370 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1371 "DFI LanParty", STAC_REF),
1372 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1373 "DFI LanParty", STAC_REF),
1374 /* Dell laptops have BIOS problem */
1375 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1376 "unknown Dell", STAC_9200_DELL_D21),
1377 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
1378 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1379 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1380 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1381 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1382 "unknown Dell", STAC_9200_DELL_D22),
1383 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1384 "unknown Dell", STAC_9200_DELL_D22),
1385 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
1386 "Dell Latitude D620", STAC_9200_DELL_M22),
1387 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1388 "unknown Dell", STAC_9200_DELL_D23),
1389 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1390 "unknown Dell", STAC_9200_DELL_D23),
1391 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1392 "unknown Dell", STAC_9200_DELL_M22),
1393 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1394 "unknown Dell", STAC_9200_DELL_M24),
1395 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1396 "unknown Dell", STAC_9200_DELL_M24),
1397 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
1398 "Dell Latitude 120L", STAC_9200_DELL_M24),
1399 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
1400 "Dell Latitude D820", STAC_9200_DELL_M22),
1401 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
1402 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
1403 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
1404 "Dell XPS M1710", STAC_9200_DELL_M23),
1405 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
1406 "Dell Precision M90", STAC_9200_DELL_M23),
1407 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1408 "unknown Dell", STAC_9200_DELL_M22),
1409 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1410 "unknown Dell", STAC_9200_DELL_M22),
1411 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
1412 "unknown Dell", STAC_9200_DELL_M22),
1413 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
1414 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1415 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1416 "unknown Dell", STAC_9200_DELL_D23),
1417 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1418 "unknown Dell", STAC_9200_DELL_D23),
1419 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1420 "unknown Dell", STAC_9200_DELL_D21),
1421 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1422 "unknown Dell", STAC_9200_DELL_D23),
1423 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1424 "unknown Dell", STAC_9200_DELL_D21),
1425 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1426 "unknown Dell", STAC_9200_DELL_M25),
1427 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1428 "unknown Dell", STAC_9200_DELL_M25),
1429 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
1430 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1431 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1432 "unknown Dell", STAC_9200_DELL_M26),
1434 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
1435 /* Gateway machines needs EAPD to be set on resume */
1436 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1437 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1438 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
1440 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
1444 static const unsigned int ref925x_pin_configs[8] = {
1445 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1446 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
1449 static const unsigned int stac925xM1_pin_configs[8] = {
1450 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1451 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1454 static const unsigned int stac925xM1_2_pin_configs[8] = {
1455 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1456 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1459 static const unsigned int stac925xM2_pin_configs[8] = {
1460 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1461 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1464 static const unsigned int stac925xM2_2_pin_configs[8] = {
1465 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1466 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1469 static const unsigned int stac925xM3_pin_configs[8] = {
1470 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1471 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1474 static const unsigned int stac925xM5_pin_configs[8] = {
1475 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1476 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1479 static const unsigned int stac925xM6_pin_configs[8] = {
1480 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1481 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
1484 static const unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1485 [STAC_REF] = ref925x_pin_configs,
1486 [STAC_M1] = stac925xM1_pin_configs,
1487 [STAC_M1_2] = stac925xM1_2_pin_configs,
1488 [STAC_M2] = stac925xM2_pin_configs,
1489 [STAC_M2_2] = stac925xM2_2_pin_configs,
1490 [STAC_M3] = stac925xM3_pin_configs,
1491 [STAC_M5] = stac925xM5_pin_configs,
1492 [STAC_M6] = stac925xM6_pin_configs,
1495 static const char * const stac925x_models[STAC_925x_MODELS] = {
1496 [STAC_925x_AUTO] = "auto",
1499 [STAC_M1_2] = "m1-2",
1501 [STAC_M2_2] = "m2-2",
1507 static const struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
1508 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1509 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1510 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1511 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
1512 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
1513 /* Not sure about the brand name for those */
1514 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1515 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1516 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1517 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
1521 static const struct snd_pci_quirk stac925x_cfg_tbl[] = {
1522 /* SigmaTel reference board */
1523 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
1524 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
1525 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
1527 /* Default table for unknown ID */
1528 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1533 static const unsigned int ref92hd73xx_pin_configs[13] = {
1534 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1535 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1536 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
1540 static const unsigned int dell_m6_pin_configs[13] = {
1541 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
1542 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
1543 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1547 static const unsigned int alienware_m17x_pin_configs[13] = {
1548 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020,
1549 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0,
1550 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1554 static const unsigned int intel_dg45id_pin_configs[13] = {
1555 0x02214230, 0x02A19240, 0x01013214, 0x01014210,
1556 0x01A19250, 0x01011212, 0x01016211
1559 static const unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
1560 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
1561 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1562 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1563 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
1564 [STAC_DELL_EQ] = dell_m6_pin_configs,
1565 [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs,
1566 [STAC_92HD73XX_INTEL] = intel_dg45id_pin_configs,
1569 static const char * const stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
1570 [STAC_92HD73XX_AUTO] = "auto",
1571 [STAC_92HD73XX_NO_JD] = "no-jd",
1572 [STAC_92HD73XX_REF] = "ref",
1573 [STAC_92HD73XX_INTEL] = "intel",
1574 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1575 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1576 [STAC_DELL_M6_BOTH] = "dell-m6",
1577 [STAC_DELL_EQ] = "dell-eq",
1578 [STAC_ALIENWARE_M17X] = "alienware",
1581 static const struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1582 /* SigmaTel reference board */
1583 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1584 "DFI LanParty", STAC_92HD73XX_REF),
1585 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1586 "DFI LanParty", STAC_92HD73XX_REF),
1587 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1588 "Intel DG45ID", STAC_92HD73XX_INTEL),
1589 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1590 "Intel DG45FC", STAC_92HD73XX_INTEL),
1591 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
1592 "Dell Studio 1535", STAC_DELL_M6_DMIC),
1593 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
1594 "unknown Dell", STAC_DELL_M6_DMIC),
1595 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
1596 "unknown Dell", STAC_DELL_M6_BOTH),
1597 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
1598 "unknown Dell", STAC_DELL_M6_BOTH),
1599 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
1600 "unknown Dell", STAC_DELL_M6_AMIC),
1601 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
1602 "unknown Dell", STAC_DELL_M6_AMIC),
1603 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
1604 "unknown Dell", STAC_DELL_M6_DMIC),
1605 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1606 "unknown Dell", STAC_DELL_M6_DMIC),
1607 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
1608 "Dell Studio 1537", STAC_DELL_M6_DMIC),
1609 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1610 "Dell Studio 17", STAC_DELL_M6_DMIC),
1611 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1612 "Dell Studio 1555", STAC_DELL_M6_DMIC),
1613 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1614 "Dell Studio 1557", STAC_DELL_M6_DMIC),
1615 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
1616 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
1617 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
1618 "Dell Studio 1558", STAC_DELL_M6_DMIC),
1622 static const struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
1623 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1624 "Alienware M17x", STAC_ALIENWARE_M17X),
1625 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1626 "Alienware M17x", STAC_ALIENWARE_M17X),
1627 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
1628 "Alienware M17x R3", STAC_DELL_EQ),
1632 static const unsigned int ref92hd83xxx_pin_configs[10] = {
1633 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1634 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1635 0x01451160, 0x98560170,
1638 static const unsigned int dell_s14_pin_configs[10] = {
1639 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1640 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
1641 0x40f000f0, 0x40f000f0,
1644 static const unsigned int dell_vostro_3500_pin_configs[10] = {
1645 0x02a11020, 0x0221101f, 0x400000f0, 0x90170110,
1646 0x400000f1, 0x400000f2, 0x400000f3, 0x90a60160,
1647 0x400000f4, 0x400000f5,
1650 static const unsigned int hp_dv7_4000_pin_configs[10] = {
1651 0x03a12050, 0x0321201f, 0x40f000f0, 0x90170110,
1652 0x40f000f0, 0x40f000f0, 0x90170110, 0xd5a30140,
1653 0x40f000f0, 0x40f000f0,
1656 static const unsigned int hp_zephyr_pin_configs[10] = {
1657 0x01813050, 0x0421201f, 0x04a1205e, 0x96130310,
1658 0x96130310, 0x0101401f, 0x1111611f, 0xd5a30130,
1662 static const unsigned int hp_cNB11_intquad_pin_configs[10] = {
1663 0x40f000f0, 0x0221101f, 0x02a11020, 0x92170110,
1664 0x40f000f0, 0x92170110, 0x40f000f0, 0xd5a30130,
1665 0x40f000f0, 0x40f000f0,
1668 static const unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1669 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1670 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
1671 [STAC_DELL_S14] = dell_s14_pin_configs,
1672 [STAC_DELL_VOSTRO_3500] = dell_vostro_3500_pin_configs,
1673 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = hp_cNB11_intquad_pin_configs,
1674 [STAC_HP_DV7_4000] = hp_dv7_4000_pin_configs,
1675 [STAC_HP_ZEPHYR] = hp_zephyr_pin_configs,
1678 static const char * const stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1679 [STAC_92HD83XXX_AUTO] = "auto",
1680 [STAC_92HD83XXX_REF] = "ref",
1681 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
1682 [STAC_DELL_S14] = "dell-s14",
1683 [STAC_DELL_VOSTRO_3500] = "dell-vostro-3500",
1684 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = "hp_cNB11_intquad",
1685 [STAC_HP_DV7_4000] = "hp-dv7-4000",
1686 [STAC_HP_ZEPHYR] = "hp-zephyr",
1687 [STAC_92HD83XXX_HP_LED] = "hp-led",
1688 [STAC_92HD83XXX_HP_INV_LED] = "hp-inv-led",
1689 [STAC_92HD83XXX_HP_MIC_LED] = "hp-mic-led",
1690 [STAC_92HD83XXX_HEADSET_JACK] = "headset-jack",
1693 static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1694 /* SigmaTel reference board */
1695 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1696 "DFI LanParty", STAC_92HD83XXX_REF),
1697 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1698 "DFI LanParty", STAC_92HD83XXX_REF),
1699 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1700 "unknown Dell", STAC_DELL_S14),
1701 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532,
1702 "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK),
1703 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533,
1704 "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK),
1705 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534,
1706 "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK),
1707 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535,
1708 "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK),
1709 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c,
1710 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
1711 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d,
1712 "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK),
1713 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549,
1714 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
1715 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d,
1716 "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK),
1717 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584,
1718 "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK),
1719 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
1720 "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
1721 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
1722 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1723 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
1724 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1725 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
1726 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1727 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
1728 "HP Pavilion dv7", STAC_HP_DV7_4000),
1729 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
1730 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1731 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
1732 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1733 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
1734 "HP Folio", STAC_92HD83XXX_HP_MIC_LED),
1735 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
1736 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1737 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
1738 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1739 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
1740 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1741 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
1742 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1743 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
1744 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1745 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
1746 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1747 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
1748 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1749 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
1750 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1751 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
1752 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1753 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
1754 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1755 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
1756 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1757 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
1758 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1759 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
1760 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1761 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
1762 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1763 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1764 "HP", STAC_HP_ZEPHYR),
1765 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
1766 "HP Mini", STAC_92HD83XXX_HP_LED),
1767 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E,
1768 "HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED),
1772 static const struct snd_pci_quirk stac92hd83xxx_codec_id_cfg_tbl[] = {
1773 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1774 "HP", STAC_HP_ZEPHYR),
1778 static const unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1779 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
1780 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
1781 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1785 static const unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1786 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
1787 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
1788 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1792 static const unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1793 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1794 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
1795 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1799 static const unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1800 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1801 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
1802 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1806 static const unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1807 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
1808 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1809 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
1810 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
1811 [STAC_HP_M4] = NULL,
1812 [STAC_HP_DV4] = NULL,
1813 [STAC_HP_DV5] = NULL,
1814 [STAC_HP_HDX] = NULL,
1815 [STAC_HP_DV4_1222NR] = NULL,
1818 static const char * const stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1819 [STAC_92HD71BXX_AUTO] = "auto",
1820 [STAC_92HD71BXX_REF] = "ref",
1821 [STAC_DELL_M4_1] = "dell-m4-1",
1822 [STAC_DELL_M4_2] = "dell-m4-2",
1823 [STAC_DELL_M4_3] = "dell-m4-3",
1824 [STAC_HP_M4] = "hp-m4",
1825 [STAC_HP_DV4] = "hp-dv4",
1826 [STAC_HP_DV5] = "hp-dv5",
1827 [STAC_HP_HDX] = "hp-hdx",
1828 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
1831 static const struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1832 /* SigmaTel reference board */
1833 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1834 "DFI LanParty", STAC_92HD71BXX_REF),
1835 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1836 "DFI LanParty", STAC_92HD71BXX_REF),
1837 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1838 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
1839 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
1841 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1843 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
1844 "HP dv4-7", STAC_HP_DV4),
1845 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1846 "HP dv4-7", STAC_HP_DV5),
1847 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1848 "HP HDX", STAC_HP_HDX), /* HDX18 */
1849 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1850 "HP mini 1000", STAC_HP_M4),
1851 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
1852 "HP HDX", STAC_HP_HDX), /* HDX16 */
1853 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1854 "HP dv6", STAC_HP_DV5),
1855 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
1856 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
1857 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
1858 "HP DV6", STAC_HP_DV5),
1859 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1861 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1862 "unknown Dell", STAC_DELL_M4_1),
1863 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1864 "unknown Dell", STAC_DELL_M4_1),
1865 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1866 "unknown Dell", STAC_DELL_M4_1),
1867 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1868 "unknown Dell", STAC_DELL_M4_1),
1869 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1870 "unknown Dell", STAC_DELL_M4_1),
1871 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1872 "unknown Dell", STAC_DELL_M4_1),
1873 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1874 "unknown Dell", STAC_DELL_M4_1),
1875 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1876 "unknown Dell", STAC_DELL_M4_2),
1877 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1878 "unknown Dell", STAC_DELL_M4_2),
1879 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1880 "unknown Dell", STAC_DELL_M4_2),
1881 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1882 "unknown Dell", STAC_DELL_M4_2),
1883 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1884 "unknown Dell", STAC_DELL_M4_3),
1888 static const unsigned int ref922x_pin_configs[10] = {
1889 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1890 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
1891 0x40000100, 0x40000100,
1895 STAC 922X pin configs for
1902 static const unsigned int dell_922x_d81_pin_configs[10] = {
1903 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1904 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1905 0x01813122, 0x400001f2,
1909 STAC 922X pin configs for
1913 static const unsigned int dell_922x_d82_pin_configs[10] = {
1914 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1915 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1916 0x01813122, 0x400001f1,
1920 STAC 922X pin configs for
1923 static const unsigned int dell_922x_m81_pin_configs[10] = {
1924 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1925 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1926 0x40C003f1, 0x405003f0,
1930 STAC 9221 A1 pin configs for
1931 102801D7 (Dell XPS M1210)
1933 static const unsigned int dell_922x_m82_pin_configs[10] = {
1934 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1935 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
1936 0x508003f3, 0x405003f4,
1939 static const unsigned int d945gtp3_pin_configs[10] = {
1940 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
1941 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1942 0x02a19120, 0x40000100,
1945 static const unsigned int d945gtp5_pin_configs[10] = {
1946 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1947 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
1948 0x02a19320, 0x40000100,
1951 static const unsigned int intel_mac_v1_pin_configs[10] = {
1952 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1953 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
1954 0x400000fc, 0x400000fb,
1957 static const unsigned int intel_mac_v2_pin_configs[10] = {
1958 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1959 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
1960 0x400000fc, 0x400000fb,
1963 static const unsigned int intel_mac_v3_pin_configs[10] = {
1964 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1965 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1966 0x400000fc, 0x400000fb,
1969 static const unsigned int intel_mac_v4_pin_configs[10] = {
1970 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1971 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1972 0x400000fc, 0x400000fb,
1975 static const unsigned int intel_mac_v5_pin_configs[10] = {
1976 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1977 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1978 0x400000fc, 0x400000fb,
1981 static const unsigned int ecs202_pin_configs[10] = {
1982 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1983 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1984 0x9037012e, 0x40e000f2,
1987 static const unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
1988 [STAC_D945_REF] = ref922x_pin_configs,
1989 [STAC_D945GTP3] = d945gtp3_pin_configs,
1990 [STAC_D945GTP5] = d945gtp5_pin_configs,
1991 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1992 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1993 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1994 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1995 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
1996 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
1997 /* for backward compatibility */
1998 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1999 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
2000 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
2001 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
2002 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
2003 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
2004 [STAC_ECS_202] = ecs202_pin_configs,
2005 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
2006 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
2007 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
2008 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
2011 static const char * const stac922x_models[STAC_922X_MODELS] = {
2012 [STAC_922X_AUTO] = "auto",
2013 [STAC_D945_REF] = "ref",
2014 [STAC_D945GTP5] = "5stack",
2015 [STAC_D945GTP3] = "3stack",
2016 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
2017 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
2018 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
2019 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
2020 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
2021 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
2022 /* for backward compatibility */
2023 [STAC_MACMINI] = "macmini",
2024 [STAC_MACBOOK] = "macbook",
2025 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
2026 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
2027 [STAC_IMAC_INTEL] = "imac-intel",
2028 [STAC_IMAC_INTEL_20] = "imac-intel-20",
2029 [STAC_ECS_202] = "ecs202",
2030 [STAC_922X_DELL_D81] = "dell-d81",
2031 [STAC_922X_DELL_D82] = "dell-d82",
2032 [STAC_922X_DELL_M81] = "dell-m81",
2033 [STAC_922X_DELL_M82] = "dell-m82",
2036 static const struct snd_pci_quirk stac922x_cfg_tbl[] = {
2037 /* SigmaTel reference board */
2038 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2039 "DFI LanParty", STAC_D945_REF),
2040 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2041 "DFI LanParty", STAC_D945_REF),
2042 /* Intel 945G based systems */
2043 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2044 "Intel D945G", STAC_D945GTP3),
2045 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2046 "Intel D945G", STAC_D945GTP3),
2047 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2048 "Intel D945G", STAC_D945GTP3),
2049 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2050 "Intel D945G", STAC_D945GTP3),
2051 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2052 "Intel D945G", STAC_D945GTP3),
2053 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2054 "Intel D945G", STAC_D945GTP3),
2055 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2056 "Intel D945G", STAC_D945GTP3),
2057 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2058 "Intel D945G", STAC_D945GTP3),
2059 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2060 "Intel D945G", STAC_D945GTP3),
2061 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2062 "Intel D945G", STAC_D945GTP3),
2063 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2064 "Intel D945G", STAC_D945GTP3),
2065 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2066 "Intel D945G", STAC_D945GTP3),
2067 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2068 "Intel D945G", STAC_D945GTP3),
2069 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2070 "Intel D945G", STAC_D945GTP3),
2071 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2072 "Intel D945G", STAC_D945GTP3),
2073 /* Intel D945G 5-stack systems */
2074 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2075 "Intel D945G", STAC_D945GTP5),
2076 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2077 "Intel D945G", STAC_D945GTP5),
2078 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2079 "Intel D945G", STAC_D945GTP5),
2080 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2081 "Intel D945G", STAC_D945GTP5),
2082 /* Intel 945P based systems */
2083 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2084 "Intel D945P", STAC_D945GTP3),
2085 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2086 "Intel D945P", STAC_D945GTP3),
2087 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2088 "Intel D945P", STAC_D945GTP3),
2089 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2090 "Intel D945P", STAC_D945GTP3),
2091 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2092 "Intel D945P", STAC_D945GTP3),
2093 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2094 "Intel D945P", STAC_D945GTP5),
2096 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2097 "Intel D945", STAC_D945_REF),
2099 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
2100 SND_PCI_QUIRK(0x8384, 0x7680,
2101 "Mac", STAC_INTEL_MAC_AUTO),
2103 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2104 "unknown Dell", STAC_922X_DELL_D81),
2105 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2106 "unknown Dell", STAC_922X_DELL_D81),
2107 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2108 "unknown Dell", STAC_922X_DELL_D81),
2109 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2110 "unknown Dell", STAC_922X_DELL_D82),
2111 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2112 "unknown Dell", STAC_922X_DELL_M81),
2113 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2114 "unknown Dell", STAC_922X_DELL_D82),
2115 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2116 "unknown Dell", STAC_922X_DELL_D81),
2117 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2118 "unknown Dell", STAC_922X_DELL_D81),
2119 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2120 "Dell XPS M1210", STAC_922X_DELL_M82),
2121 /* ECS/PC Chips boards */
2122 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
2123 "ECS/PC chips", STAC_ECS_202),
2127 static const unsigned int ref927x_pin_configs[14] = {
2128 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2129 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2130 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2131 0x01c42190, 0x40000100,
2134 static const unsigned int d965_3st_pin_configs[14] = {
2135 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2136 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2137 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2138 0x40000100, 0x40000100
2141 static const unsigned int d965_5st_pin_configs[14] = {
2142 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2143 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2144 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2145 0x40000100, 0x40000100
2148 static const unsigned int d965_5st_no_fp_pin_configs[14] = {
2149 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2150 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2151 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2152 0x40000100, 0x40000100
2155 static const unsigned int dell_3st_pin_configs[14] = {
2156 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2157 0x01111212, 0x01116211, 0x01813050, 0x01112214,
2158 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
2159 0x40c003fc, 0x40000100
2162 static const unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
2163 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
2164 [STAC_D965_REF] = ref927x_pin_configs,
2165 [STAC_D965_3ST] = d965_3st_pin_configs,
2166 [STAC_D965_5ST] = d965_5st_pin_configs,
2167 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
2168 [STAC_DELL_3ST] = dell_3st_pin_configs,
2169 [STAC_DELL_BIOS] = NULL,
2170 [STAC_927X_VOLKNOB] = NULL,
2173 static const char * const stac927x_models[STAC_927X_MODELS] = {
2174 [STAC_927X_AUTO] = "auto",
2175 [STAC_D965_REF_NO_JD] = "ref-no-jd",
2176 [STAC_D965_REF] = "ref",
2177 [STAC_D965_3ST] = "3stack",
2178 [STAC_D965_5ST] = "5stack",
2179 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
2180 [STAC_DELL_3ST] = "dell-3stack",
2181 [STAC_DELL_BIOS] = "dell-bios",
2182 [STAC_927X_VOLKNOB] = "volknob",
2185 static const struct snd_pci_quirk stac927x_cfg_tbl[] = {
2186 /* SigmaTel reference board */
2187 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2188 "DFI LanParty", STAC_D965_REF),
2189 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2190 "DFI LanParty", STAC_D965_REF),
2191 /* Intel 946 based systems */
2192 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2193 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
2194 /* 965 based 3 stack systems */
2195 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2196 "Intel D965", STAC_D965_3ST),
2197 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2198 "Intel D965", STAC_D965_3ST),
2199 /* Dell 3 stack systems */
2200 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
2201 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2202 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
2203 /* Dell 3 stack systems with verb table in BIOS */
2204 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2205 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
2206 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
2207 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
2208 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
2209 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2210 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2211 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2212 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
2213 /* 965 based 5 stack systems */
2214 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2215 "Intel D965", STAC_D965_5ST),
2216 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2217 "Intel D965", STAC_D965_5ST),
2218 /* volume-knob fixes */
2219 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
2223 static const unsigned int ref9205_pin_configs[12] = {
2224 0x40000100, 0x40000100, 0x01016011, 0x01014010,
2225 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
2226 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
2230 STAC 9205 pin configs for
2237 10280228 (Dell Vostro 1500)
2238 10280229 (Dell Vostro 1700)
2240 static const unsigned int dell_9205_m42_pin_configs[12] = {
2241 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2242 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2243 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2247 STAC 9205 pin configs for
2251 102801FF (Dell Precision M4300)
2256 static const unsigned int dell_9205_m43_pin_configs[12] = {
2257 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2258 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2259 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2262 static const unsigned int dell_9205_m44_pin_configs[12] = {
2263 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2264 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2265 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2268 static const unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
2269 [STAC_9205_REF] = ref9205_pin_configs,
2270 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2271 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2272 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
2273 [STAC_9205_EAPD] = NULL,
2276 static const char * const stac9205_models[STAC_9205_MODELS] = {
2277 [STAC_9205_AUTO] = "auto",
2278 [STAC_9205_REF] = "ref",
2279 [STAC_9205_DELL_M42] = "dell-m42",
2280 [STAC_9205_DELL_M43] = "dell-m43",
2281 [STAC_9205_DELL_M44] = "dell-m44",
2282 [STAC_9205_EAPD] = "eapd",
2285 static const struct snd_pci_quirk stac9205_cfg_tbl[] = {
2286 /* SigmaTel reference board */
2287 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2288 "DFI LanParty", STAC_9205_REF),
2289 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2290 "SigmaTel", STAC_9205_REF),
2291 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2292 "DFI LanParty", STAC_9205_REF),
2294 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2295 "unknown Dell", STAC_9205_DELL_M42),
2296 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2297 "unknown Dell", STAC_9205_DELL_M42),
2298 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
2299 "Dell Precision", STAC_9205_DELL_M43),
2300 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2301 "Dell Precision", STAC_9205_DELL_M43),
2302 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2303 "Dell Precision", STAC_9205_DELL_M43),
2304 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2305 "unknown Dell", STAC_9205_DELL_M42),
2306 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2307 "unknown Dell", STAC_9205_DELL_M42),
2308 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2309 "Dell Precision", STAC_9205_DELL_M43),
2310 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
2311 "Dell Precision M4300", STAC_9205_DELL_M43),
2312 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2313 "unknown Dell", STAC_9205_DELL_M42),
2314 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2315 "Dell Precision", STAC_9205_DELL_M43),
2316 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2317 "Dell Precision", STAC_9205_DELL_M43),
2318 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2319 "Dell Precision", STAC_9205_DELL_M43),
2320 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2321 "Dell Inspiron", STAC_9205_DELL_M44),
2322 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2323 "Dell Vostro 1500", STAC_9205_DELL_M42),
2324 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
2325 "Dell Vostro 1700", STAC_9205_DELL_M42),
2327 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
2328 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
2332 static void stac92xx_set_config_regs(struct hda_codec *codec,
2333 const unsigned int *pincfgs)
2336 struct sigmatel_spec *spec = codec->spec;
2341 for (i = 0; i < spec->num_pins; i++)
2342 if (spec->pin_nids[i] && pincfgs[i])
2343 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2348 * Analog playback callbacks
2350 static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2351 struct hda_codec *codec,
2352 struct snd_pcm_substream *substream)
2354 struct sigmatel_spec *spec = codec->spec;
2355 if (spec->stream_delay)
2356 msleep(spec->stream_delay);
2357 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2361 static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2362 struct hda_codec *codec,
2363 unsigned int stream_tag,
2364 unsigned int format,
2365 struct snd_pcm_substream *substream)
2367 struct sigmatel_spec *spec = codec->spec;
2368 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
2371 static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2372 struct hda_codec *codec,
2373 struct snd_pcm_substream *substream)
2375 struct sigmatel_spec *spec = codec->spec;
2376 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2380 * Digital playback callbacks
2382 static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2383 struct hda_codec *codec,
2384 struct snd_pcm_substream *substream)
2386 struct sigmatel_spec *spec = codec->spec;
2387 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2390 static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2391 struct hda_codec *codec,
2392 struct snd_pcm_substream *substream)
2394 struct sigmatel_spec *spec = codec->spec;
2395 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2398 static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2399 struct hda_codec *codec,
2400 unsigned int stream_tag,
2401 unsigned int format,
2402 struct snd_pcm_substream *substream)
2404 struct sigmatel_spec *spec = codec->spec;
2405 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2406 stream_tag, format, substream);
2409 static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2410 struct hda_codec *codec,
2411 struct snd_pcm_substream *substream)
2413 struct sigmatel_spec *spec = codec->spec;
2414 return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2419 * Analog capture callbacks
2421 static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2422 struct hda_codec *codec,
2423 unsigned int stream_tag,
2424 unsigned int format,
2425 struct snd_pcm_substream *substream)
2427 struct sigmatel_spec *spec = codec->spec;
2428 hda_nid_t nid = spec->adc_nids[substream->number];
2430 if (spec->powerdown_adcs) {
2432 snd_hda_codec_write(codec, nid, 0,
2433 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2435 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
2439 static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2440 struct hda_codec *codec,
2441 struct snd_pcm_substream *substream)
2443 struct sigmatel_spec *spec = codec->spec;
2444 hda_nid_t nid = spec->adc_nids[substream->number];
2446 snd_hda_codec_cleanup_stream(codec, nid);
2447 if (spec->powerdown_adcs)
2448 snd_hda_codec_write(codec, nid, 0,
2449 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
2453 static const struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2457 /* NID is set in stac92xx_build_pcms */
2459 .open = stac92xx_dig_playback_pcm_open,
2460 .close = stac92xx_dig_playback_pcm_close,
2461 .prepare = stac92xx_dig_playback_pcm_prepare,
2462 .cleanup = stac92xx_dig_playback_pcm_cleanup
2466 static const struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2470 /* NID is set in stac92xx_build_pcms */
2473 static const struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2477 .nid = 0x02, /* NID to query formats and rates */
2479 .open = stac92xx_playback_pcm_open,
2480 .prepare = stac92xx_playback_pcm_prepare,
2481 .cleanup = stac92xx_playback_pcm_cleanup
2485 static const struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2489 .nid = 0x06, /* NID to query formats and rates */
2491 .open = stac92xx_playback_pcm_open,
2492 .prepare = stac92xx_playback_pcm_prepare,
2493 .cleanup = stac92xx_playback_pcm_cleanup
2497 static const struct hda_pcm_stream stac92xx_pcm_analog_capture = {
2500 /* NID + .substreams is set in stac92xx_build_pcms */
2502 .prepare = stac92xx_capture_pcm_prepare,
2503 .cleanup = stac92xx_capture_pcm_cleanup
2507 static int stac92xx_build_pcms(struct hda_codec *codec)
2509 struct sigmatel_spec *spec = codec->spec;
2510 struct hda_pcm *info = spec->pcm_rec;
2512 codec->num_pcms = 1;
2513 codec->pcm_info = info;
2515 info->name = "STAC92xx Analog";
2516 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
2517 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2518 spec->multiout.dac_nids[0];
2519 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
2520 spec->autocfg.line_outs == 2)
2521 info->stream[SNDRV_PCM_STREAM_PLAYBACK].chmap =
2524 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
2525 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
2526 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
2528 if (spec->alt_switch) {
2531 info->name = "STAC92xx Analog Alt";
2532 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2535 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2538 info->name = "STAC92xx Digital";
2539 info->pcm_type = spec->autocfg.dig_out_type[0];
2540 if (spec->multiout.dig_out_nid) {
2541 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2542 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2544 if (spec->dig_in_nid) {
2545 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2546 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2553 static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2556 snd_hda_set_pin_ctl_cache(codec, nid, pin_type);
2559 #define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2561 static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2562 struct snd_ctl_elem_value *ucontrol)
2564 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2565 struct sigmatel_spec *spec = codec->spec;
2567 ucontrol->value.integer.value[0] = !!spec->hp_switch;
2571 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
2573 static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2574 struct snd_ctl_elem_value *ucontrol)
2576 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2577 struct sigmatel_spec *spec = codec->spec;
2578 int nid = kcontrol->private_value;
2580 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
2582 /* check to be sure that the ports are up to date with
2585 stac_issue_unsol_event(codec, nid);
2590 static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2591 struct snd_ctl_elem_info *uinfo)
2594 static const char * const texts[] = {
2595 "Mic In", "Line In", "Line Out"
2598 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2599 struct sigmatel_spec *spec = codec->spec;
2600 hda_nid_t nid = kcontrol->private_value;
2602 if (nid == spec->mic_switch || nid == spec->line_switch)
2607 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2608 uinfo->value.enumerated.items = i;
2610 if (uinfo->value.enumerated.item >= i)
2611 uinfo->value.enumerated.item = i-1;
2612 strcpy(uinfo->value.enumerated.name,
2613 texts[uinfo->value.enumerated.item]);
2618 static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2619 struct snd_ctl_elem_value *ucontrol)
2621 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2622 hda_nid_t nid = kcontrol->private_value;
2623 unsigned int vref = stac92xx_vref_get(codec, nid);
2625 if (vref == snd_hda_get_default_vref(codec, nid))
2626 ucontrol->value.enumerated.item[0] = 0;
2627 else if (vref == AC_PINCTL_VREF_GRD)
2628 ucontrol->value.enumerated.item[0] = 1;
2629 else if (vref == AC_PINCTL_VREF_HIZ)
2630 ucontrol->value.enumerated.item[0] = 2;
2635 static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2636 struct snd_ctl_elem_value *ucontrol)
2638 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2639 unsigned int new_vref = 0;
2641 hda_nid_t nid = kcontrol->private_value;
2643 if (ucontrol->value.enumerated.item[0] == 0)
2644 new_vref = snd_hda_get_default_vref(codec, nid);
2645 else if (ucontrol->value.enumerated.item[0] == 1)
2646 new_vref = AC_PINCTL_VREF_GRD;
2647 else if (ucontrol->value.enumerated.item[0] == 2)
2648 new_vref = AC_PINCTL_VREF_HIZ;
2652 if (new_vref != stac92xx_vref_get(codec, nid)) {
2653 error = stac92xx_vref_set(codec, nid, new_vref);
2660 static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2661 struct snd_ctl_elem_info *uinfo)
2664 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2665 struct sigmatel_spec *spec = codec->spec;
2667 if (kcontrol->private_value == spec->line_switch)
2668 texts[0] = "Line In";
2670 texts[0] = "Mic In";
2671 texts[1] = "Line Out";
2672 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2673 uinfo->value.enumerated.items = 2;
2676 if (uinfo->value.enumerated.item >= 2)
2677 uinfo->value.enumerated.item = 1;
2678 strcpy(uinfo->value.enumerated.name,
2679 texts[uinfo->value.enumerated.item]);
2684 static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2686 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2687 struct sigmatel_spec *spec = codec->spec;
2688 hda_nid_t nid = kcontrol->private_value;
2689 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2691 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
2695 static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2697 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2698 struct sigmatel_spec *spec = codec->spec;
2699 hda_nid_t nid = kcontrol->private_value;
2700 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2701 unsigned short val = !!ucontrol->value.enumerated.item[0];
2703 spec->io_switch[io_idx] = val;
2706 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
2708 unsigned int pinctl = AC_PINCTL_IN_EN;
2709 if (io_idx) /* set VREF for mic */
2710 pinctl |= snd_hda_get_default_vref(codec, nid);
2711 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2714 /* check the auto-mute again: we need to mute/unmute the speaker
2715 * appropriately according to the pin direction
2717 if (spec->hp_detect)
2718 stac_issue_unsol_event(codec, nid);
2723 #define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2725 static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2726 struct snd_ctl_elem_value *ucontrol)
2728 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2729 struct sigmatel_spec *spec = codec->spec;
2731 ucontrol->value.integer.value[0] = spec->clfe_swap;
2735 static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2736 struct snd_ctl_elem_value *ucontrol)
2738 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2739 struct sigmatel_spec *spec = codec->spec;
2740 hda_nid_t nid = kcontrol->private_value & 0xff;
2741 unsigned int val = !!ucontrol->value.integer.value[0];
2743 if (spec->clfe_swap == val)
2746 spec->clfe_swap = val;
2748 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2749 spec->clfe_swap ? 0x4 : 0x0);
2754 #define STAC_CODEC_HP_SWITCH(xname) \
2755 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2758 .info = stac92xx_hp_switch_info, \
2759 .get = stac92xx_hp_switch_get, \
2760 .put = stac92xx_hp_switch_put, \
2763 #define STAC_CODEC_IO_SWITCH(xname, xpval) \
2764 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2767 .info = stac92xx_io_switch_info, \
2768 .get = stac92xx_io_switch_get, \
2769 .put = stac92xx_io_switch_put, \
2770 .private_value = xpval, \
2773 #define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2774 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2777 .info = stac92xx_clfe_switch_info, \
2778 .get = stac92xx_clfe_switch_get, \
2779 .put = stac92xx_clfe_switch_put, \
2780 .private_value = xpval, \
2784 STAC_CTL_WIDGET_VOL,
2785 STAC_CTL_WIDGET_MUTE,
2786 STAC_CTL_WIDGET_MUTE_BEEP,
2787 STAC_CTL_WIDGET_MONO_MUX,
2788 STAC_CTL_WIDGET_HP_SWITCH,
2789 STAC_CTL_WIDGET_IO_SWITCH,
2790 STAC_CTL_WIDGET_CLFE_SWITCH,
2791 STAC_CTL_WIDGET_DC_BIAS
2794 static const struct snd_kcontrol_new stac92xx_control_templates[] = {
2795 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2796 HDA_CODEC_MUTE(NULL, 0, 0, 0),
2797 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0),
2799 STAC_CODEC_HP_SWITCH(NULL),
2800 STAC_CODEC_IO_SWITCH(NULL, 0),
2801 STAC_CODEC_CLFE_SWITCH(NULL, 0),
2802 DC_BIAS(NULL, 0, 0),
2805 /* add dynamic controls */
2806 static struct snd_kcontrol_new *
2807 stac_control_new(struct sigmatel_spec *spec,
2808 const struct snd_kcontrol_new *ktemp,
2810 unsigned int subdev)
2812 struct snd_kcontrol_new *knew;
2814 knew = snd_array_new(&spec->kctls);
2818 knew->name = kstrdup(name, GFP_KERNEL);
2821 memset(knew, 0, sizeof(*knew));
2822 spec->kctls.alloced--;
2825 knew->subdevice = subdev;
2829 static struct snd_kcontrol_new *
2830 add_control_temp(struct sigmatel_spec *spec,
2831 const struct snd_kcontrol_new *ktemp,
2832 int idx, const char *name,
2835 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name,
2836 HDA_SUBDEV_AMP_FLAG);
2840 knew->private_value = val;
2844 static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2845 const struct snd_kcontrol_new *ktemp,
2846 int idx, const char *name,
2849 return add_control_temp(spec, ktemp, idx, name, val) ? 0 : -ENOMEM;
2852 static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2853 int type, int idx, const char *name,
2856 return stac92xx_add_control_temp(spec,
2857 &stac92xx_control_templates[type],
2862 /* add dynamic controls */
2863 static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2864 const char *name, unsigned long val)
2866 return stac92xx_add_control_idx(spec, type, 0, name, val);
2869 static const struct snd_kcontrol_new stac_input_src_temp = {
2870 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2871 .name = "Input Source",
2872 .info = stac92xx_mux_enum_info,
2873 .get = stac92xx_mux_enum_get,
2874 .put = stac92xx_mux_enum_put,
2877 static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2878 hda_nid_t nid, int idx)
2880 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2882 struct sigmatel_spec *spec = codec->spec;
2885 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
2886 if (spec->headset_jack && snd_hda_get_input_pin_attr(def_conf)
2887 != INPUT_PIN_ATTR_DOCK)
2889 if (snd_hda_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
2890 && nid == spec->line_switch)
2891 control = STAC_CTL_WIDGET_IO_SWITCH;
2892 else if (snd_hda_query_pin_caps(codec, nid)
2893 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2894 control = STAC_CTL_WIDGET_DC_BIAS;
2895 else if (nid == spec->mic_switch)
2896 control = STAC_CTL_WIDGET_IO_SWITCH;
2900 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
2901 name, sizeof(name), NULL);
2902 return stac92xx_add_control(codec->spec, control,
2903 strcat(name, " Jack Mode"), nid);
2909 static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2911 struct snd_kcontrol_new *knew;
2912 struct hda_input_mux *imux = &spec->private_imux;
2915 return 0; /* no need for input source */
2916 if (!spec->num_adcs || imux->num_items <= 1)
2917 return 0; /* no need for input source control */
2918 knew = stac_control_new(spec, &stac_input_src_temp,
2919 stac_input_src_temp.name, 0);
2922 knew->count = spec->num_adcs;
2926 /* check whether the line-input can be used as line-out */
2927 static hda_nid_t check_line_out_switch(struct hda_codec *codec)
2929 struct sigmatel_spec *spec = codec->spec;
2930 struct auto_pin_cfg *cfg = &spec->autocfg;
2932 unsigned int pincap;
2935 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2937 for (i = 0; i < cfg->num_inputs; i++) {
2938 if (cfg->inputs[i].type == AUTO_PIN_LINE_IN) {
2939 nid = cfg->inputs[i].pin;
2940 pincap = snd_hda_query_pin_caps(codec, nid);
2941 if (pincap & AC_PINCAP_OUT)
2948 static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid);
2950 /* check whether the mic-input can be used as line-out */
2951 static hda_nid_t check_mic_out_switch(struct hda_codec *codec, hda_nid_t *dac)
2953 struct sigmatel_spec *spec = codec->spec;
2954 struct auto_pin_cfg *cfg = &spec->autocfg;
2955 unsigned int def_conf, pincap;
2959 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2961 for (i = 0; i < cfg->num_inputs; i++) {
2962 hda_nid_t nid = cfg->inputs[i].pin;
2963 if (cfg->inputs[i].type != AUTO_PIN_MIC)
2965 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2966 /* some laptops have an internal analog microphone
2967 * which can't be used as a output */
2968 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
2969 pincap = snd_hda_query_pin_caps(codec, nid);
2970 if (pincap & AC_PINCAP_OUT) {
2971 *dac = get_unassigned_dac(codec, nid);
2980 static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2984 for (i = 0; i < spec->multiout.num_dacs; i++) {
2985 if (spec->multiout.dac_nids[i] == nid)
2992 static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2995 if (is_in_dac_nids(spec, nid))
2997 for (i = 0; i < spec->autocfg.hp_outs; i++)
2998 if (spec->hp_dacs[i] == nid)
3000 for (i = 0; i < spec->autocfg.speaker_outs; i++)
3001 if (spec->speaker_dacs[i] == nid)
3006 static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
3008 struct sigmatel_spec *spec = codec->spec;
3009 struct auto_pin_cfg *cfg = &spec->autocfg;
3011 hda_nid_t conn[HDA_MAX_CONNECTIONS], fallback_dac;
3012 unsigned int wcaps, wtype;
3014 conn_len = snd_hda_get_connections(codec, nid, conn,
3015 HDA_MAX_CONNECTIONS);
3016 /* 92HD88: trace back up the link of nids to find the DAC */
3017 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
3018 != AC_WID_AUD_OUT)) {
3020 conn_len = snd_hda_get_connections(codec, nid, conn,
3021 HDA_MAX_CONNECTIONS);
3023 for (j = 0; j < conn_len; j++) {
3024 wcaps = get_wcaps(codec, conn[j]);
3025 wtype = get_wcaps_type(wcaps);
3026 /* we check only analog outputs */
3027 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
3029 /* if this route has a free DAC, assign it */
3030 if (!check_all_dac_nids(spec, conn[j])) {
3032 /* select this DAC in the pin's input mux */
3033 snd_hda_codec_write_cache(codec, nid, 0,
3034 AC_VERB_SET_CONNECT_SEL, j);
3040 /* if all DACs are already assigned, connect to the primary DAC,
3041 unless we're assigning a secondary headphone */
3042 fallback_dac = spec->multiout.dac_nids[0];
3043 if (spec->multiout.hp_nid) {
3044 for (j = 0; j < cfg->hp_outs; j++)
3045 if (cfg->hp_pins[j] == nid) {
3046 fallback_dac = spec->multiout.hp_nid;
3052 for (j = 0; j < conn_len; j++) {
3053 if (conn[j] == fallback_dac) {
3054 snd_hda_codec_write_cache(codec, nid, 0,
3055 AC_VERB_SET_CONNECT_SEL, j);
3063 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3064 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3067 * Fill in the dac_nids table from the parsed pin configuration
3068 * This function only works when every pin in line_out_pins[]
3069 * contains atleast one DAC in its connection list. Some 92xx
3070 * codecs are not connected directly to a DAC, such as the 9200
3071 * and 9202/925x. For those, dac_nids[] must be hard-coded.
3073 static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
3075 struct sigmatel_spec *spec = codec->spec;
3076 struct auto_pin_cfg *cfg = &spec->autocfg;
3080 for (i = 0; i < cfg->line_outs; i++) {
3081 nid = cfg->line_out_pins[i];
3082 dac = get_unassigned_dac(codec, nid);
3084 if (spec->multiout.num_dacs > 0) {
3085 /* we have already working output pins,
3086 * so let's drop the broken ones again
3088 cfg->line_outs = spec->multiout.num_dacs;
3091 /* error out, no available DAC found */
3093 "%s: No available DAC for pin 0x%x\n",
3097 add_spec_dacs(spec, dac);
3100 for (i = 0; i < cfg->hp_outs; i++) {
3101 nid = cfg->hp_pins[i];
3102 dac = get_unassigned_dac(codec, nid);
3104 if (!spec->multiout.hp_nid)
3105 spec->multiout.hp_nid = dac;
3107 add_spec_extra_dacs(spec, dac);
3109 spec->hp_dacs[i] = dac;
3112 for (i = 0; i < cfg->speaker_outs; i++) {
3113 nid = cfg->speaker_pins[i];
3114 dac = get_unassigned_dac(codec, nid);
3116 add_spec_extra_dacs(spec, dac);
3117 spec->speaker_dacs[i] = dac;
3120 /* add line-in as output */
3121 nid = check_line_out_switch(codec);
3123 dac = get_unassigned_dac(codec, nid);
3125 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
3126 nid, cfg->line_outs);
3127 cfg->line_out_pins[cfg->line_outs] = nid;
3129 spec->line_switch = nid;
3130 add_spec_dacs(spec, dac);
3133 /* add mic as output */
3134 nid = check_mic_out_switch(codec, &dac);
3136 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
3137 nid, cfg->line_outs);
3138 cfg->line_out_pins[cfg->line_outs] = nid;
3140 spec->mic_switch = nid;
3141 add_spec_dacs(spec, dac);
3144 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
3145 spec->multiout.num_dacs,
3146 spec->multiout.dac_nids[0],
3147 spec->multiout.dac_nids[1],
3148 spec->multiout.dac_nids[2],
3149 spec->multiout.dac_nids[3],
3150 spec->multiout.dac_nids[4]);