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"
80 STAC_92HD73XX_NO_JD, /* no jack-detection */
94 STAC_92HD83XXX_PWR_REF,
109 STAC_92HD71BXX_MODELS
135 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
136 * is given, one of the above models will be
137 * chosen according to the subsystem id. */
138 /* for backward compatibility */
155 STAC_D965_REF_NO_JD, /* no jack-detection */
172 struct sigmatel_event {
179 struct sigmatel_jack {
182 struct snd_jack *jack;
185 struct sigmatel_mic_route {
188 signed char dmux_idx;
191 struct sigmatel_spec {
192 struct snd_kcontrol_new *mixers[4];
193 unsigned int num_mixers;
196 unsigned int eapd_switch: 1;
197 unsigned int surr_switch: 1;
198 unsigned int alt_switch: 1;
199 unsigned int hp_detect: 1;
200 unsigned int spdif_mute: 1;
201 unsigned int check_volume_offset:1;
202 unsigned int auto_mic:1;
205 unsigned int eapd_mask;
206 unsigned int gpio_mask;
207 unsigned int gpio_dir;
208 unsigned int gpio_data;
209 unsigned int gpio_mute;
210 unsigned int gpio_led;
213 unsigned int stream_delay;
215 /* analog loopback */
216 struct snd_kcontrol_new *aloopback_ctl;
217 unsigned char aloopback_mask;
218 unsigned char aloopback_shift;
220 /* power management */
221 unsigned int num_pwrs;
222 unsigned int *pwr_mapping;
227 struct snd_array jacks;
230 struct snd_array events;
233 struct hda_input_mux *mono_mux;
234 unsigned int cur_mmux;
235 struct hda_multi_out multiout;
236 hda_nid_t dac_nids[5];
237 hda_nid_t hp_dacs[5];
238 hda_nid_t speaker_dacs[5];
244 unsigned int num_adcs;
246 unsigned int num_muxes;
247 hda_nid_t *dmic_nids;
248 unsigned int num_dmics;
249 hda_nid_t *dmux_nids;
250 unsigned int num_dmuxes;
251 hda_nid_t *smux_nids;
252 unsigned int num_smuxes;
253 unsigned int num_analog_muxes;
255 unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */
256 unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */
257 unsigned int num_caps; /* number of capture volume/switch elements */
259 struct sigmatel_mic_route ext_mic;
260 struct sigmatel_mic_route int_mic;
262 const char **spdif_labels;
264 hda_nid_t dig_in_nid;
266 hda_nid_t anabeep_nid;
267 hda_nid_t digbeep_nid;
271 unsigned int num_pins;
273 /* codec specific stuff */
274 struct hda_verb *init;
275 struct snd_kcontrol_new *mixer;
278 struct hda_input_mux *dinput_mux;
279 unsigned int cur_dmux[2];
280 struct hda_input_mux *input_mux;
281 unsigned int cur_mux[3];
282 struct hda_input_mux *sinput_mux;
283 unsigned int cur_smux[2];
284 unsigned int cur_amux;
286 unsigned int powerdown_adcs;
289 unsigned int io_switch[2];
290 unsigned int clfe_swap;
291 hda_nid_t line_switch; /* shared line-in for input and output */
292 hda_nid_t mic_switch; /* shared mic-in for input and output */
293 hda_nid_t hp_switch; /* NID of HP as line-out */
294 unsigned int aloopback;
296 struct hda_pcm pcm_rec[2]; /* PCM information */
298 /* dynamic controls and input_mux */
299 struct auto_pin_cfg autocfg;
300 struct snd_array kctls;
301 struct hda_input_mux private_dimux;
302 struct hda_input_mux private_imux;
303 struct hda_input_mux private_smux;
304 struct hda_input_mux private_mono_mux;
307 static hda_nid_t stac9200_adc_nids[1] = {
311 static hda_nid_t stac9200_mux_nids[1] = {
315 static hda_nid_t stac9200_dac_nids[1] = {
319 static hda_nid_t stac92hd73xx_pwr_nids[8] = {
320 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
324 static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
328 static hda_nid_t stac92hd73xx_adc_nids[2] = {
332 #define STAC92HD73XX_NUM_DMICS 2
333 static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
337 #define STAC92HD73_DAC_COUNT 5
339 static hda_nid_t stac92hd73xx_mux_nids[2] = {
343 static hda_nid_t stac92hd73xx_dmux_nids[2] = {
347 static hda_nid_t stac92hd73xx_smux_nids[2] = {
351 #define STAC92HD73XX_NUM_CAPS 2
352 static unsigned long stac92hd73xx_capvols[] = {
353 HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT),
354 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
356 #define stac92hd73xx_capsws stac92hd73xx_capvols
358 #define STAC92HD83_DAC_COUNT 3
360 static hda_nid_t stac92hd83xxx_mux_nids[2] = {
364 static hda_nid_t stac92hd83xxx_adc_nids[2] = {
368 static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
372 static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
376 static unsigned int stac92hd83xxx_pwr_mapping[4] = {
377 0x03, 0x0c, 0x20, 0x40,
380 #define STAC92HD83XXX_NUM_CAPS 2
381 static unsigned long stac92hd83xxx_capvols[] = {
382 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_OUTPUT),
383 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_OUTPUT),
385 #define stac92hd83xxx_capsws stac92hd83xxx_capvols
387 static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
391 static hda_nid_t stac92hd71bxx_adc_nids[2] = {
395 static hda_nid_t stac92hd71bxx_mux_nids[2] = {
399 static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
403 static hda_nid_t stac92hd71bxx_smux_nids[2] = {
407 #define STAC92HD71BXX_NUM_DMICS 2
408 static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
412 static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
416 #define STAC92HD71BXX_NUM_CAPS 2
417 static unsigned long stac92hd71bxx_capvols[] = {
418 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
419 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
421 #define stac92hd71bxx_capsws stac92hd71bxx_capvols
423 static hda_nid_t stac925x_adc_nids[1] = {
427 static hda_nid_t stac925x_mux_nids[1] = {
431 static hda_nid_t stac925x_dac_nids[1] = {
435 #define STAC925X_NUM_DMICS 1
436 static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
440 static hda_nid_t stac925x_dmux_nids[1] = {
444 static unsigned long stac925x_capvols[] = {
445 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
447 static unsigned long stac925x_capsws[] = {
448 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
451 static hda_nid_t stac922x_adc_nids[2] = {
455 static hda_nid_t stac922x_mux_nids[2] = {
459 #define STAC922X_NUM_CAPS 2
460 static unsigned long stac922x_capvols[] = {
461 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT),
462 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
464 #define stac922x_capsws stac922x_capvols
466 static hda_nid_t stac927x_slave_dig_outs[2] = {
470 static hda_nid_t stac927x_adc_nids[3] = {
474 static hda_nid_t stac927x_mux_nids[3] = {
478 static hda_nid_t stac927x_smux_nids[1] = {
482 static hda_nid_t stac927x_dac_nids[6] = {
483 0x02, 0x03, 0x04, 0x05, 0x06, 0
486 static hda_nid_t stac927x_dmux_nids[1] = {
490 #define STAC927X_NUM_DMICS 2
491 static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
495 #define STAC927X_NUM_CAPS 3
496 static unsigned long stac927x_capvols[] = {
497 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
498 HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT),
499 HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT),
501 static unsigned long stac927x_capsws[] = {
502 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
503 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
504 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
507 static const char *stac927x_spdif_labels[5] = {
508 "Digital Playback", "ADAT", "Analog Mux 1",
509 "Analog Mux 2", "Analog Mux 3"
512 static hda_nid_t stac9205_adc_nids[2] = {
516 static hda_nid_t stac9205_mux_nids[2] = {
520 static hda_nid_t stac9205_dmux_nids[1] = {
524 static hda_nid_t stac9205_smux_nids[1] = {
528 #define STAC9205_NUM_DMICS 2
529 static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
533 #define STAC9205_NUM_CAPS 2
534 static unsigned long stac9205_capvols[] = {
535 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT),
536 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT),
538 static unsigned long stac9205_capsws[] = {
539 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
540 HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT),
543 static hda_nid_t stac9200_pin_nids[8] = {
544 0x08, 0x09, 0x0d, 0x0e,
545 0x0f, 0x10, 0x11, 0x12,
548 static hda_nid_t stac925x_pin_nids[8] = {
549 0x07, 0x08, 0x0a, 0x0b,
550 0x0c, 0x0d, 0x10, 0x11,
553 static hda_nid_t stac922x_pin_nids[10] = {
554 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
555 0x0f, 0x10, 0x11, 0x15, 0x1b,
558 static hda_nid_t stac92hd73xx_pin_nids[13] = {
559 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
560 0x0f, 0x10, 0x11, 0x12, 0x13,
564 static hda_nid_t stac92hd83xxx_pin_nids[10] = {
565 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
566 0x0f, 0x10, 0x11, 0x1f, 0x20,
569 #define STAC92HD71BXX_NUM_PINS 13
570 static hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
571 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
572 0x00, 0x14, 0x18, 0x19, 0x1e,
575 static hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
576 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
577 0x0f, 0x14, 0x18, 0x19, 0x1e,
581 static hda_nid_t stac927x_pin_nids[14] = {
582 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
583 0x0f, 0x10, 0x11, 0x12, 0x13,
584 0x14, 0x21, 0x22, 0x23,
587 static hda_nid_t stac9205_pin_nids[12] = {
588 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
589 0x0f, 0x14, 0x16, 0x17, 0x18,
593 static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
594 struct snd_ctl_elem_info *uinfo)
596 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
597 struct sigmatel_spec *spec = codec->spec;
598 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
601 static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
602 struct snd_ctl_elem_value *ucontrol)
604 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
605 struct sigmatel_spec *spec = codec->spec;
606 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
608 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
612 static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
613 struct snd_ctl_elem_value *ucontrol)
615 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
616 struct sigmatel_spec *spec = codec->spec;
617 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
619 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
620 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
623 static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
624 struct snd_ctl_elem_info *uinfo)
626 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
627 struct sigmatel_spec *spec = codec->spec;
628 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
631 static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
632 struct snd_ctl_elem_value *ucontrol)
634 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
635 struct sigmatel_spec *spec = codec->spec;
636 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
638 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
642 static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
643 struct snd_ctl_elem_value *ucontrol)
645 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
646 struct sigmatel_spec *spec = codec->spec;
647 struct hda_input_mux *smux = &spec->private_smux;
648 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
652 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
653 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
657 if (spec->spdif_mute) {
659 nid = spec->multiout.dig_out_nid;
661 nid = codec->slave_dig_outs[smux_idx - 1];
662 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
666 /* un/mute SPDIF out */
667 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
673 static unsigned int stac92xx_vref_set(struct hda_codec *codec,
674 hda_nid_t nid, unsigned int new_vref)
678 pincfg = snd_hda_codec_read(codec, nid, 0,
679 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
682 pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
685 if (new_vref == AC_PINCTL_VREF_HIZ)
686 pincfg |= AC_PINCTL_OUT_EN;
688 pincfg |= AC_PINCTL_IN_EN;
690 error = snd_hda_codec_write_cache(codec, nid, 0,
691 AC_VERB_SET_PIN_WIDGET_CONTROL, pincfg);
698 static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
701 vref = snd_hda_codec_read(codec, nid, 0,
702 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
703 vref &= AC_PINCTL_VREFEN;
707 static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
709 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
710 struct sigmatel_spec *spec = codec->spec;
711 return snd_hda_input_mux_info(spec->input_mux, uinfo);
714 static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
716 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
717 struct sigmatel_spec *spec = codec->spec;
718 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
720 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
724 static int stac92xx_mux_enum_put(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);
729 const struct hda_input_mux *imux = spec->input_mux;
730 unsigned int idx, prev_idx;
732 idx = ucontrol->value.enumerated.item[0];
733 if (idx >= imux->num_items)
734 idx = imux->num_items - 1;
735 prev_idx = spec->cur_mux[adc_idx];
738 if (idx < spec->num_analog_muxes) {
739 snd_hda_codec_write_cache(codec, spec->mux_nids[adc_idx], 0,
740 AC_VERB_SET_CONNECT_SEL,
741 imux->items[idx].index);
742 if (prev_idx >= spec->num_analog_muxes) {
743 imux = spec->dinput_mux;
745 snd_hda_codec_write_cache(codec,
746 spec->dmux_nids[adc_idx], 0,
747 AC_VERB_SET_CONNECT_SEL,
748 imux->items[0].index);
751 imux = spec->dinput_mux;
752 snd_hda_codec_write_cache(codec, spec->dmux_nids[adc_idx], 0,
753 AC_VERB_SET_CONNECT_SEL,
754 imux->items[idx - 1].index);
756 spec->cur_mux[adc_idx] = idx;
760 static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
761 struct snd_ctl_elem_info *uinfo)
763 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
764 struct sigmatel_spec *spec = codec->spec;
765 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
768 static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
769 struct snd_ctl_elem_value *ucontrol)
771 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
772 struct sigmatel_spec *spec = codec->spec;
774 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
778 static int stac92xx_mono_mux_enum_put(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 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
785 spec->mono_nid, &spec->cur_mmux);
788 #define stac92xx_aloopback_info snd_ctl_boolean_mono_info
790 static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
791 struct snd_ctl_elem_value *ucontrol)
793 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
794 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
795 struct sigmatel_spec *spec = codec->spec;
797 ucontrol->value.integer.value[0] = !!(spec->aloopback &
798 (spec->aloopback_mask << idx));
802 static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
803 struct snd_ctl_elem_value *ucontrol)
805 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
806 struct sigmatel_spec *spec = codec->spec;
807 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
808 unsigned int dac_mode;
809 unsigned int val, idx_val;
811 idx_val = spec->aloopback_mask << idx;
812 if (ucontrol->value.integer.value[0])
813 val = spec->aloopback | idx_val;
815 val = spec->aloopback & ~idx_val;
816 if (spec->aloopback == val)
819 spec->aloopback = val;
821 /* Only return the bits defined by the shift value of the
822 * first two bytes of the mask
824 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
825 kcontrol->private_value & 0xFFFF, 0x0);
826 dac_mode >>= spec->aloopback_shift;
828 if (spec->aloopback & idx_val) {
829 snd_hda_power_up(codec);
832 snd_hda_power_down(codec);
833 dac_mode &= ~idx_val;
836 snd_hda_codec_write_cache(codec, codec->afg, 0,
837 kcontrol->private_value >> 16, dac_mode);
842 static struct hda_verb stac9200_core_init[] = {
843 /* set dac0mux for dac converter */
844 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
848 static struct hda_verb stac9200_eapd_init[] = {
849 /* set dac0mux for dac converter */
850 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
851 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
855 static struct hda_verb dell_eq_core_init[] = {
856 /* set master volume to max value without distortion
857 * and direct control */
858 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
862 static struct hda_verb stac92hd73xx_core_init[] = {
863 /* set master volume and direct control */
864 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
868 static struct hda_verb stac92hd83xxx_core_init[] = {
869 /* power state controls amps */
870 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
874 static struct hda_verb stac92hd71bxx_core_init[] = {
875 /* set master volume and direct control */
876 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
880 static struct hda_verb stac92hd71bxx_unmute_core_init[] = {
881 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
882 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
883 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
884 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
888 static struct hda_verb stac925x_core_init[] = {
889 /* set dac0mux for dac converter */
890 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
891 /* mute the master volume */
892 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
896 static struct hda_verb stac922x_core_init[] = {
897 /* set master volume and direct control */
898 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
902 static struct hda_verb d965_core_init[] = {
903 /* set master volume and direct control */
904 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
905 /* unmute node 0x1b */
906 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
907 /* select node 0x03 as DAC */
908 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
912 static struct hda_verb dell_3st_core_init[] = {
913 /* don't set delta bit */
914 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
915 /* unmute node 0x1b */
916 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
917 /* select node 0x03 as DAC */
918 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
922 static struct hda_verb stac927x_core_init[] = {
923 /* set master volume and direct control */
924 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
925 /* enable analog pc beep path */
926 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
930 static struct hda_verb stac927x_volknob_core_init[] = {
931 /* don't set delta bit */
932 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
933 /* enable analog pc beep path */
934 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
938 static struct hda_verb stac9205_core_init[] = {
939 /* set master volume and direct control */
940 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
941 /* enable analog pc beep path */
942 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
946 #define STAC_MONO_MUX \
948 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
949 .name = "Mono Mux", \
951 .info = stac92xx_mono_mux_enum_info, \
952 .get = stac92xx_mono_mux_enum_get, \
953 .put = stac92xx_mono_mux_enum_put, \
956 #define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
958 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
959 .name = "Analog Loopback", \
961 .info = stac92xx_aloopback_info, \
962 .get = stac92xx_aloopback_get, \
963 .put = stac92xx_aloopback_put, \
964 .private_value = verb_read | (verb_write << 16), \
967 #define DC_BIAS(xname, idx, nid) \
969 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
972 .info = stac92xx_dc_bias_info, \
973 .get = stac92xx_dc_bias_get, \
974 .put = stac92xx_dc_bias_put, \
975 .private_value = nid, \
978 static struct snd_kcontrol_new stac9200_mixer[] = {
979 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
980 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
981 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
982 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
986 static struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
987 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
991 static struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
992 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
996 static struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
997 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1002 static struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
1003 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1006 static struct snd_kcontrol_new stac925x_mixer[] = {
1007 HDA_CODEC_VOLUME("Master Playback Volume", 0x0e, 0, HDA_OUTPUT),
1008 HDA_CODEC_MUTE("Master Playback Switch", 0x0e, 0, HDA_OUTPUT),
1012 static struct snd_kcontrol_new stac9205_loopback[] = {
1013 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1017 static struct snd_kcontrol_new stac927x_loopback[] = {
1018 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1022 static struct snd_kcontrol_new stac_dmux_mixer = {
1023 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1024 .name = "Digital Input Source",
1025 /* count set later */
1026 .info = stac92xx_dmux_enum_info,
1027 .get = stac92xx_dmux_enum_get,
1028 .put = stac92xx_dmux_enum_put,
1031 static struct snd_kcontrol_new stac_smux_mixer = {
1032 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1033 .name = "IEC958 Playback Source",
1034 /* count set later */
1035 .info = stac92xx_smux_enum_info,
1036 .get = stac92xx_smux_enum_get,
1037 .put = stac92xx_smux_enum_put,
1040 static const char *slave_vols[] = {
1041 "Front Playback Volume",
1042 "Surround Playback Volume",
1043 "Center Playback Volume",
1044 "LFE Playback Volume",
1045 "Side Playback Volume",
1046 "Headphone Playback Volume",
1047 "Speaker Playback Volume",
1051 static const char *slave_sws[] = {
1052 "Front Playback Switch",
1053 "Surround Playback Switch",
1054 "Center Playback Switch",
1055 "LFE Playback Switch",
1056 "Side Playback Switch",
1057 "Headphone Playback Switch",
1058 "Speaker Playback Switch",
1059 "IEC958 Playback Switch",
1063 static void stac92xx_free_kctls(struct hda_codec *codec);
1064 static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
1066 static int stac92xx_build_controls(struct hda_codec *codec)
1068 struct sigmatel_spec *spec = codec->spec;
1069 struct auto_pin_cfg *cfg = &spec->autocfg;
1075 err = snd_hda_add_new_ctls(codec, spec->mixer);
1080 for (i = 0; i < spec->num_mixers; i++) {
1081 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1085 if (!spec->auto_mic && spec->num_dmuxes > 0 &&
1086 snd_hda_get_bool_hint(codec, "separate_dmux") == 1) {
1087 stac_dmux_mixer.count = spec->num_dmuxes;
1088 err = snd_hda_ctl_add(codec,
1089 snd_ctl_new1(&stac_dmux_mixer, codec));
1093 if (spec->num_smuxes > 0) {
1094 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1095 struct hda_input_mux *smux = &spec->private_smux;
1096 /* check for mute support on SPDIF out */
1097 if (wcaps & AC_WCAP_OUT_AMP) {
1098 smux->items[smux->num_items].label = "Off";
1099 smux->items[smux->num_items].index = 0;
1101 spec->spdif_mute = 1;
1103 stac_smux_mixer.count = spec->num_smuxes;
1104 err = snd_hda_ctl_add(codec,
1105 snd_ctl_new1(&stac_smux_mixer, codec));
1110 if (spec->multiout.dig_out_nid) {
1111 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1114 err = snd_hda_create_spdif_share_sw(codec,
1118 spec->multiout.share_spdif = 1;
1120 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
1121 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1126 /* if we have no master control, let's create it */
1127 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
1128 unsigned int vmaster_tlv[4];
1129 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1130 HDA_OUTPUT, vmaster_tlv);
1131 /* correct volume offset */
1132 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
1133 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1134 vmaster_tlv, slave_vols);
1138 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1139 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1145 if (spec->aloopback_ctl &&
1146 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1147 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1152 stac92xx_free_kctls(codec); /* no longer needed */
1154 /* create jack input elements */
1155 if (spec->hp_detect) {
1156 for (i = 0; i < cfg->hp_outs; i++) {
1157 int type = SND_JACK_HEADPHONE;
1158 nid = cfg->hp_pins[i];
1159 /* jack detection */
1160 if (cfg->hp_outs == i)
1161 type |= SND_JACK_LINEOUT;
1162 err = stac92xx_add_jack(codec, nid, type);
1167 for (i = 0; i < cfg->line_outs; i++) {
1168 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1173 for (i = 0; i < AUTO_PIN_LAST; i++) {
1174 nid = cfg->input_pins[i];
1176 err = stac92xx_add_jack(codec, nid,
1177 SND_JACK_MICROPHONE);
1186 static unsigned int ref9200_pin_configs[8] = {
1187 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
1188 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1191 static unsigned int gateway9200_m4_pin_configs[8] = {
1192 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1193 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1195 static unsigned int gateway9200_m4_2_pin_configs[8] = {
1196 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1197 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1201 STAC 9200 pin configs for
1206 static unsigned int dell9200_d21_pin_configs[8] = {
1207 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1208 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1212 STAC 9200 pin configs for
1216 static unsigned int dell9200_d22_pin_configs[8] = {
1217 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1218 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
1222 STAC 9200 pin configs for
1223 102801C4 (Dell Dimension E310)
1230 static unsigned int dell9200_d23_pin_configs[8] = {
1231 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1232 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
1237 STAC 9200-32 pin configs for
1238 102801B5 (Dell Inspiron 630m)
1239 102801D8 (Dell Inspiron 640m)
1241 static unsigned int dell9200_m21_pin_configs[8] = {
1242 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1243 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
1247 STAC 9200-32 pin configs for
1248 102801C2 (Dell Latitude D620)
1250 102801CC (Dell Latitude D820)
1254 static unsigned int dell9200_m22_pin_configs[8] = {
1255 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1256 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
1260 STAC 9200-32 pin configs for
1261 102801CE (Dell XPS M1710)
1262 102801CF (Dell Precision M90)
1264 static unsigned int dell9200_m23_pin_configs[8] = {
1265 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1266 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1270 STAC 9200-32 pin configs for
1273 102801CB (Dell Latitude 120L)
1276 static unsigned int dell9200_m24_pin_configs[8] = {
1277 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1278 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
1282 STAC 9200-32 pin configs for
1283 102801BD (Dell Inspiron E1505n)
1287 static unsigned int dell9200_m25_pin_configs[8] = {
1288 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1289 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
1293 STAC 9200-32 pin configs for
1294 102801F5 (Dell Inspiron 1501)
1297 static unsigned int dell9200_m26_pin_configs[8] = {
1298 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1299 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
1304 102801CD (Dell Inspiron E1705/9400)
1306 static unsigned int dell9200_m27_pin_configs[8] = {
1307 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1308 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
1311 static unsigned int oqo9200_pin_configs[8] = {
1312 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1313 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1317 static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1318 [STAC_REF] = ref9200_pin_configs,
1319 [STAC_9200_OQO] = oqo9200_pin_configs,
1320 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1321 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1322 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1323 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1324 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1325 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1326 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1327 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1328 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1329 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
1330 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1331 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
1332 [STAC_9200_PANASONIC] = ref9200_pin_configs,
1335 static const char *stac9200_models[STAC_9200_MODELS] = {
1336 [STAC_AUTO] = "auto",
1338 [STAC_9200_OQO] = "oqo",
1339 [STAC_9200_DELL_D21] = "dell-d21",
1340 [STAC_9200_DELL_D22] = "dell-d22",
1341 [STAC_9200_DELL_D23] = "dell-d23",
1342 [STAC_9200_DELL_M21] = "dell-m21",
1343 [STAC_9200_DELL_M22] = "dell-m22",
1344 [STAC_9200_DELL_M23] = "dell-m23",
1345 [STAC_9200_DELL_M24] = "dell-m24",
1346 [STAC_9200_DELL_M25] = "dell-m25",
1347 [STAC_9200_DELL_M26] = "dell-m26",
1348 [STAC_9200_DELL_M27] = "dell-m27",
1349 [STAC_9200_M4] = "gateway-m4",
1350 [STAC_9200_M4_2] = "gateway-m4-2",
1351 [STAC_9200_PANASONIC] = "panasonic",
1354 static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1355 /* SigmaTel reference board */
1356 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1357 "DFI LanParty", STAC_REF),
1358 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1359 "DFI LanParty", STAC_REF),
1360 /* Dell laptops have BIOS problem */
1361 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1362 "unknown Dell", STAC_9200_DELL_D21),
1363 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
1364 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1365 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1366 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1367 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1368 "unknown Dell", STAC_9200_DELL_D22),
1369 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1370 "unknown Dell", STAC_9200_DELL_D22),
1371 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
1372 "Dell Latitude D620", STAC_9200_DELL_M22),
1373 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1374 "unknown Dell", STAC_9200_DELL_D23),
1375 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1376 "unknown Dell", STAC_9200_DELL_D23),
1377 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1378 "unknown Dell", STAC_9200_DELL_M22),
1379 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1380 "unknown Dell", STAC_9200_DELL_M24),
1381 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1382 "unknown Dell", STAC_9200_DELL_M24),
1383 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
1384 "Dell Latitude 120L", STAC_9200_DELL_M24),
1385 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
1386 "Dell Latitude D820", STAC_9200_DELL_M22),
1387 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
1388 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
1389 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
1390 "Dell XPS M1710", STAC_9200_DELL_M23),
1391 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
1392 "Dell Precision M90", STAC_9200_DELL_M23),
1393 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1394 "unknown Dell", STAC_9200_DELL_M22),
1395 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1396 "unknown Dell", STAC_9200_DELL_M22),
1397 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
1398 "unknown Dell", STAC_9200_DELL_M22),
1399 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
1400 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1401 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1402 "unknown Dell", STAC_9200_DELL_D23),
1403 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1404 "unknown Dell", STAC_9200_DELL_D23),
1405 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1406 "unknown Dell", STAC_9200_DELL_D21),
1407 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1408 "unknown Dell", STAC_9200_DELL_D23),
1409 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1410 "unknown Dell", STAC_9200_DELL_D21),
1411 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1412 "unknown Dell", STAC_9200_DELL_M25),
1413 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1414 "unknown Dell", STAC_9200_DELL_M25),
1415 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
1416 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1417 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1418 "unknown Dell", STAC_9200_DELL_M26),
1420 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
1421 /* Gateway machines needs EAPD to be set on resume */
1422 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1423 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1424 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
1426 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
1430 static unsigned int ref925x_pin_configs[8] = {
1431 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1432 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
1435 static unsigned int stac925xM1_pin_configs[8] = {
1436 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1437 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1440 static unsigned int stac925xM1_2_pin_configs[8] = {
1441 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1442 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1445 static unsigned int stac925xM2_pin_configs[8] = {
1446 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1447 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1450 static unsigned int stac925xM2_2_pin_configs[8] = {
1451 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1452 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1455 static unsigned int stac925xM3_pin_configs[8] = {
1456 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1457 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1460 static unsigned int stac925xM5_pin_configs[8] = {
1461 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1462 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1465 static unsigned int stac925xM6_pin_configs[8] = {
1466 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1467 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
1470 static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1471 [STAC_REF] = ref925x_pin_configs,
1472 [STAC_M1] = stac925xM1_pin_configs,
1473 [STAC_M1_2] = stac925xM1_2_pin_configs,
1474 [STAC_M2] = stac925xM2_pin_configs,
1475 [STAC_M2_2] = stac925xM2_2_pin_configs,
1476 [STAC_M3] = stac925xM3_pin_configs,
1477 [STAC_M5] = stac925xM5_pin_configs,
1478 [STAC_M6] = stac925xM6_pin_configs,
1481 static const char *stac925x_models[STAC_925x_MODELS] = {
1482 [STAC_925x_AUTO] = "auto",
1485 [STAC_M1_2] = "m1-2",
1487 [STAC_M2_2] = "m2-2",
1493 static struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
1494 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1495 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1496 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1497 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
1498 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
1499 /* Not sure about the brand name for those */
1500 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1501 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1502 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1503 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
1507 static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1508 /* SigmaTel reference board */
1509 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
1510 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
1511 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
1513 /* Default table for unknown ID */
1514 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1519 static unsigned int ref92hd73xx_pin_configs[13] = {
1520 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1521 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1522 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
1526 static unsigned int dell_m6_pin_configs[13] = {
1527 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
1528 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
1529 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1533 static unsigned int alienware_m17x_pin_configs[13] = {
1534 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020,
1535 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0,
1536 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1540 static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
1541 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
1542 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1543 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1544 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
1545 [STAC_DELL_EQ] = dell_m6_pin_configs,
1546 [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs,
1549 static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
1550 [STAC_92HD73XX_AUTO] = "auto",
1551 [STAC_92HD73XX_NO_JD] = "no-jd",
1552 [STAC_92HD73XX_REF] = "ref",
1553 [STAC_92HD73XX_INTEL] = "intel",
1554 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1555 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1556 [STAC_DELL_M6_BOTH] = "dell-m6",
1557 [STAC_DELL_EQ] = "dell-eq",
1558 [STAC_ALIENWARE_M17X] = "alienware",
1561 static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1562 /* SigmaTel reference board */
1563 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1564 "DFI LanParty", STAC_92HD73XX_REF),
1565 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1566 "DFI LanParty", STAC_92HD73XX_REF),
1567 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1568 "Intel DG45ID", STAC_92HD73XX_INTEL),
1569 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1570 "Intel DG45FC", STAC_92HD73XX_INTEL),
1571 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
1572 "Dell Studio 1535", STAC_DELL_M6_DMIC),
1573 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
1574 "unknown Dell", STAC_DELL_M6_DMIC),
1575 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
1576 "unknown Dell", STAC_DELL_M6_BOTH),
1577 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
1578 "unknown Dell", STAC_DELL_M6_BOTH),
1579 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
1580 "unknown Dell", STAC_DELL_M6_AMIC),
1581 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
1582 "unknown Dell", STAC_DELL_M6_AMIC),
1583 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
1584 "unknown Dell", STAC_DELL_M6_DMIC),
1585 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1586 "unknown Dell", STAC_DELL_M6_DMIC),
1587 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
1588 "Dell Studio 1537", STAC_DELL_M6_DMIC),
1589 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1590 "Dell Studio 17", STAC_DELL_M6_DMIC),
1591 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1592 "Dell Studio 1555", STAC_DELL_M6_DMIC),
1593 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1594 "Dell Studio 1557", STAC_DELL_M6_DMIC),
1598 static struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
1599 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1600 "Alienware M17x", STAC_ALIENWARE_M17X),
1604 static unsigned int ref92hd83xxx_pin_configs[10] = {
1605 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1606 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1607 0x01451160, 0x98560170,
1610 static unsigned int dell_s14_pin_configs[10] = {
1611 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1612 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
1613 0x40f000f0, 0x40f000f0,
1616 static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1617 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1618 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
1619 [STAC_DELL_S14] = dell_s14_pin_configs,
1622 static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1623 [STAC_92HD83XXX_AUTO] = "auto",
1624 [STAC_92HD83XXX_REF] = "ref",
1625 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
1626 [STAC_DELL_S14] = "dell-s14",
1629 static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1630 /* SigmaTel reference board */
1631 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1632 "DFI LanParty", STAC_92HD83XXX_REF),
1633 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1634 "DFI LanParty", STAC_92HD83XXX_REF),
1635 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1636 "unknown Dell", STAC_DELL_S14),
1640 static unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1641 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
1642 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
1643 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1647 static unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1648 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
1649 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
1650 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1654 static unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1655 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1656 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
1657 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1661 static unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1662 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1663 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
1664 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1668 static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1669 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
1670 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1671 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
1672 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
1673 [STAC_HP_M4] = NULL,
1674 [STAC_HP_DV5] = NULL,
1675 [STAC_HP_HDX] = NULL,
1676 [STAC_HP_DV4_1222NR] = NULL,
1679 static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1680 [STAC_92HD71BXX_AUTO] = "auto",
1681 [STAC_92HD71BXX_REF] = "ref",
1682 [STAC_DELL_M4_1] = "dell-m4-1",
1683 [STAC_DELL_M4_2] = "dell-m4-2",
1684 [STAC_DELL_M4_3] = "dell-m4-3",
1685 [STAC_HP_M4] = "hp-m4",
1686 [STAC_HP_DV5] = "hp-dv5",
1687 [STAC_HP_HDX] = "hp-hdx",
1688 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
1691 static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1692 /* SigmaTel reference board */
1693 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1694 "DFI LanParty", STAC_92HD71BXX_REF),
1695 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1696 "DFI LanParty", STAC_92HD71BXX_REF),
1697 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1698 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
1699 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
1701 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1703 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
1704 "HP dv4-7", STAC_HP_DV5),
1705 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1706 "HP dv4-7", STAC_HP_DV5),
1707 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1708 "HP HDX", STAC_HP_HDX), /* HDX18 */
1709 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1710 "HP mini 1000", STAC_HP_M4),
1711 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
1712 "HP HDX", STAC_HP_HDX), /* HDX16 */
1713 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1714 "HP dv6", STAC_HP_DV5),
1715 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1717 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1718 "unknown Dell", STAC_DELL_M4_1),
1719 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1720 "unknown Dell", STAC_DELL_M4_1),
1721 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1722 "unknown Dell", STAC_DELL_M4_1),
1723 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1724 "unknown Dell", STAC_DELL_M4_1),
1725 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1726 "unknown Dell", STAC_DELL_M4_1),
1727 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1728 "unknown Dell", STAC_DELL_M4_1),
1729 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1730 "unknown Dell", STAC_DELL_M4_1),
1731 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1732 "unknown Dell", STAC_DELL_M4_2),
1733 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1734 "unknown Dell", STAC_DELL_M4_2),
1735 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1736 "unknown Dell", STAC_DELL_M4_2),
1737 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1738 "unknown Dell", STAC_DELL_M4_2),
1739 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1740 "unknown Dell", STAC_DELL_M4_3),
1744 static unsigned int ref922x_pin_configs[10] = {
1745 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1746 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
1747 0x40000100, 0x40000100,
1751 STAC 922X pin configs for
1758 static unsigned int dell_922x_d81_pin_configs[10] = {
1759 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1760 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1761 0x01813122, 0x400001f2,
1765 STAC 922X pin configs for
1769 static unsigned int dell_922x_d82_pin_configs[10] = {
1770 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1771 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1772 0x01813122, 0x400001f1,
1776 STAC 922X pin configs for
1779 static unsigned int dell_922x_m81_pin_configs[10] = {
1780 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1781 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1782 0x40C003f1, 0x405003f0,
1786 STAC 9221 A1 pin configs for
1787 102801D7 (Dell XPS M1210)
1789 static unsigned int dell_922x_m82_pin_configs[10] = {
1790 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1791 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
1792 0x508003f3, 0x405003f4,
1795 static unsigned int d945gtp3_pin_configs[10] = {
1796 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
1797 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1798 0x02a19120, 0x40000100,
1801 static unsigned int d945gtp5_pin_configs[10] = {
1802 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1803 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
1804 0x02a19320, 0x40000100,
1807 static unsigned int intel_mac_v1_pin_configs[10] = {
1808 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1809 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
1810 0x400000fc, 0x400000fb,
1813 static unsigned int intel_mac_v2_pin_configs[10] = {
1814 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1815 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
1816 0x400000fc, 0x400000fb,
1819 static unsigned int intel_mac_v3_pin_configs[10] = {
1820 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1821 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1822 0x400000fc, 0x400000fb,
1825 static unsigned int intel_mac_v4_pin_configs[10] = {
1826 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1827 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1828 0x400000fc, 0x400000fb,
1831 static unsigned int intel_mac_v5_pin_configs[10] = {
1832 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1833 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1834 0x400000fc, 0x400000fb,
1837 static unsigned int ecs202_pin_configs[10] = {
1838 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1839 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1840 0x9037012e, 0x40e000f2,
1843 static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
1844 [STAC_D945_REF] = ref922x_pin_configs,
1845 [STAC_D945GTP3] = d945gtp3_pin_configs,
1846 [STAC_D945GTP5] = d945gtp5_pin_configs,
1847 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1848 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1849 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1850 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1851 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
1852 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
1853 /* for backward compatibility */
1854 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1855 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1856 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1857 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1858 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1859 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
1860 [STAC_ECS_202] = ecs202_pin_configs,
1861 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1862 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1863 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1864 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
1867 static const char *stac922x_models[STAC_922X_MODELS] = {
1868 [STAC_922X_AUTO] = "auto",
1869 [STAC_D945_REF] = "ref",
1870 [STAC_D945GTP5] = "5stack",
1871 [STAC_D945GTP3] = "3stack",
1872 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1873 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1874 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1875 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1876 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
1877 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
1878 /* for backward compatibility */
1879 [STAC_MACMINI] = "macmini",
1880 [STAC_MACBOOK] = "macbook",
1881 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1882 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
1883 [STAC_IMAC_INTEL] = "imac-intel",
1884 [STAC_IMAC_INTEL_20] = "imac-intel-20",
1885 [STAC_ECS_202] = "ecs202",
1886 [STAC_922X_DELL_D81] = "dell-d81",
1887 [STAC_922X_DELL_D82] = "dell-d82",
1888 [STAC_922X_DELL_M81] = "dell-m81",
1889 [STAC_922X_DELL_M82] = "dell-m82",
1892 static struct snd_pci_quirk stac922x_cfg_tbl[] = {
1893 /* SigmaTel reference board */
1894 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1895 "DFI LanParty", STAC_D945_REF),
1896 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1897 "DFI LanParty", STAC_D945_REF),
1898 /* Intel 945G based systems */
1899 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
1900 "Intel D945G", STAC_D945GTP3),
1901 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
1902 "Intel D945G", STAC_D945GTP3),
1903 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
1904 "Intel D945G", STAC_D945GTP3),
1905 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
1906 "Intel D945G", STAC_D945GTP3),
1907 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
1908 "Intel D945G", STAC_D945GTP3),
1909 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
1910 "Intel D945G", STAC_D945GTP3),
1911 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
1912 "Intel D945G", STAC_D945GTP3),
1913 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
1914 "Intel D945G", STAC_D945GTP3),
1915 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
1916 "Intel D945G", STAC_D945GTP3),
1917 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
1918 "Intel D945G", STAC_D945GTP3),
1919 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
1920 "Intel D945G", STAC_D945GTP3),
1921 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
1922 "Intel D945G", STAC_D945GTP3),
1923 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
1924 "Intel D945G", STAC_D945GTP3),
1925 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
1926 "Intel D945G", STAC_D945GTP3),
1927 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
1928 "Intel D945G", STAC_D945GTP3),
1929 /* Intel D945G 5-stack systems */
1930 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
1931 "Intel D945G", STAC_D945GTP5),
1932 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
1933 "Intel D945G", STAC_D945GTP5),
1934 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
1935 "Intel D945G", STAC_D945GTP5),
1936 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
1937 "Intel D945G", STAC_D945GTP5),
1938 /* Intel 945P based systems */
1939 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
1940 "Intel D945P", STAC_D945GTP3),
1941 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
1942 "Intel D945P", STAC_D945GTP3),
1943 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
1944 "Intel D945P", STAC_D945GTP3),
1945 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
1946 "Intel D945P", STAC_D945GTP3),
1947 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
1948 "Intel D945P", STAC_D945GTP3),
1949 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
1950 "Intel D945P", STAC_D945GTP5),
1952 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
1953 "Intel D945", STAC_D945_REF),
1955 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
1956 SND_PCI_QUIRK(0x8384, 0x7680,
1957 "Mac", STAC_INTEL_MAC_AUTO),
1959 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
1960 "unknown Dell", STAC_922X_DELL_D81),
1961 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
1962 "unknown Dell", STAC_922X_DELL_D81),
1963 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
1964 "unknown Dell", STAC_922X_DELL_D81),
1965 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
1966 "unknown Dell", STAC_922X_DELL_D82),
1967 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
1968 "unknown Dell", STAC_922X_DELL_M81),
1969 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
1970 "unknown Dell", STAC_922X_DELL_D82),
1971 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
1972 "unknown Dell", STAC_922X_DELL_D81),
1973 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
1974 "unknown Dell", STAC_922X_DELL_D81),
1975 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
1976 "Dell XPS M1210", STAC_922X_DELL_M82),
1977 /* ECS/PC Chips boards */
1978 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
1979 "ECS/PC chips", STAC_ECS_202),
1983 static unsigned int ref927x_pin_configs[14] = {
1984 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
1985 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
1986 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
1987 0x01c42190, 0x40000100,
1990 static unsigned int d965_3st_pin_configs[14] = {
1991 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
1992 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
1993 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1994 0x40000100, 0x40000100
1997 static unsigned int d965_5st_pin_configs[14] = {
1998 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
1999 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2000 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2001 0x40000100, 0x40000100
2004 static unsigned int d965_5st_no_fp_pin_configs[14] = {
2005 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2006 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2007 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2008 0x40000100, 0x40000100
2011 static unsigned int dell_3st_pin_configs[14] = {
2012 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2013 0x01111212, 0x01116211, 0x01813050, 0x01112214,
2014 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
2015 0x40c003fc, 0x40000100
2018 static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
2019 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
2020 [STAC_D965_REF] = ref927x_pin_configs,
2021 [STAC_D965_3ST] = d965_3st_pin_configs,
2022 [STAC_D965_5ST] = d965_5st_pin_configs,
2023 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
2024 [STAC_DELL_3ST] = dell_3st_pin_configs,
2025 [STAC_DELL_BIOS] = NULL,
2026 [STAC_927X_VOLKNOB] = NULL,
2029 static const char *stac927x_models[STAC_927X_MODELS] = {
2030 [STAC_927X_AUTO] = "auto",
2031 [STAC_D965_REF_NO_JD] = "ref-no-jd",
2032 [STAC_D965_REF] = "ref",
2033 [STAC_D965_3ST] = "3stack",
2034 [STAC_D965_5ST] = "5stack",
2035 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
2036 [STAC_DELL_3ST] = "dell-3stack",
2037 [STAC_DELL_BIOS] = "dell-bios",
2038 [STAC_927X_VOLKNOB] = "volknob",
2041 static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2042 /* SigmaTel reference board */
2043 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2044 "DFI LanParty", STAC_D965_REF),
2045 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2046 "DFI LanParty", STAC_D965_REF),
2047 /* Intel 946 based systems */
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2049 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
2050 /* 965 based 3 stack systems */
2051 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2052 "Intel D965", STAC_D965_3ST),
2053 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2054 "Intel D965", STAC_D965_3ST),
2055 /* Dell 3 stack systems */
2056 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
2057 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
2058 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2059 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
2060 /* Dell 3 stack systems with verb table in BIOS */
2061 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2062 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
2063 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
2064 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
2065 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2066 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2067 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2068 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
2069 /* 965 based 5 stack systems */
2070 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2071 "Intel D965", STAC_D965_5ST),
2072 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2073 "Intel D965", STAC_D965_5ST),
2074 /* volume-knob fixes */
2075 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
2079 static unsigned int ref9205_pin_configs[12] = {
2080 0x40000100, 0x40000100, 0x01016011, 0x01014010,
2081 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
2082 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
2086 STAC 9205 pin configs for
2093 10280228 (Dell Vostro 1500)
2095 static unsigned int dell_9205_m42_pin_configs[12] = {
2096 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2097 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2098 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2102 STAC 9205 pin configs for
2106 102801FF (Dell Precision M4300)
2111 static unsigned int dell_9205_m43_pin_configs[12] = {
2112 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2113 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2114 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2117 static unsigned int dell_9205_m44_pin_configs[12] = {
2118 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2119 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2120 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2123 static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
2124 [STAC_9205_REF] = ref9205_pin_configs,
2125 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2126 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2127 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
2128 [STAC_9205_EAPD] = NULL,
2131 static const char *stac9205_models[STAC_9205_MODELS] = {
2132 [STAC_9205_AUTO] = "auto",
2133 [STAC_9205_REF] = "ref",
2134 [STAC_9205_DELL_M42] = "dell-m42",
2135 [STAC_9205_DELL_M43] = "dell-m43",
2136 [STAC_9205_DELL_M44] = "dell-m44",
2137 [STAC_9205_EAPD] = "eapd",
2140 static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2141 /* SigmaTel reference board */
2142 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2143 "DFI LanParty", STAC_9205_REF),
2144 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2145 "SigmaTel", STAC_9205_REF),
2146 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2147 "DFI LanParty", STAC_9205_REF),
2149 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2150 "unknown Dell", STAC_9205_DELL_M42),
2151 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2152 "unknown Dell", STAC_9205_DELL_M42),
2153 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
2154 "Dell Precision", STAC_9205_DELL_M43),
2155 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2156 "Dell Precision", STAC_9205_DELL_M43),
2157 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2158 "Dell Precision", STAC_9205_DELL_M43),
2159 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2160 "unknown Dell", STAC_9205_DELL_M42),
2161 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2162 "unknown Dell", STAC_9205_DELL_M42),
2163 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2164 "Dell Precision", STAC_9205_DELL_M43),
2165 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
2166 "Dell Precision M4300", STAC_9205_DELL_M43),
2167 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2168 "unknown Dell", STAC_9205_DELL_M42),
2169 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2170 "Dell Precision", STAC_9205_DELL_M43),
2171 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2172 "Dell Precision", STAC_9205_DELL_M43),
2173 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2174 "Dell Precision", STAC_9205_DELL_M43),
2175 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2176 "Dell Inspiron", STAC_9205_DELL_M44),
2177 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2178 "Dell Vostro 1500", STAC_9205_DELL_M42),
2180 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
2181 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
2185 static void stac92xx_set_config_regs(struct hda_codec *codec,
2186 unsigned int *pincfgs)
2189 struct sigmatel_spec *spec = codec->spec;
2194 for (i = 0; i < spec->num_pins; i++)
2195 if (spec->pin_nids[i] && pincfgs[i])
2196 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2201 * Analog playback callbacks
2203 static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2204 struct hda_codec *codec,
2205 struct snd_pcm_substream *substream)
2207 struct sigmatel_spec *spec = codec->spec;
2208 if (spec->stream_delay)
2209 msleep(spec->stream_delay);
2210 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2214 static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2215 struct hda_codec *codec,
2216 unsigned int stream_tag,
2217 unsigned int format,
2218 struct snd_pcm_substream *substream)
2220 struct sigmatel_spec *spec = codec->spec;
2221 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
2224 static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2225 struct hda_codec *codec,
2226 struct snd_pcm_substream *substream)
2228 struct sigmatel_spec *spec = codec->spec;
2229 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2233 * Digital playback callbacks
2235 static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2236 struct hda_codec *codec,
2237 struct snd_pcm_substream *substream)
2239 struct sigmatel_spec *spec = codec->spec;
2240 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2243 static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2244 struct hda_codec *codec,
2245 struct snd_pcm_substream *substream)
2247 struct sigmatel_spec *spec = codec->spec;
2248 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2251 static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2252 struct hda_codec *codec,
2253 unsigned int stream_tag,
2254 unsigned int format,
2255 struct snd_pcm_substream *substream)
2257 struct sigmatel_spec *spec = codec->spec;
2258 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2259 stream_tag, format, substream);
2262 static int stac92xx_dig_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_dig_cleanup(codec, &spec->multiout);
2272 * Analog capture callbacks
2274 static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2275 struct hda_codec *codec,
2276 unsigned int stream_tag,
2277 unsigned int format,
2278 struct snd_pcm_substream *substream)
2280 struct sigmatel_spec *spec = codec->spec;
2281 hda_nid_t nid = spec->adc_nids[substream->number];
2283 if (spec->powerdown_adcs) {
2285 snd_hda_codec_write(codec, nid, 0,
2286 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2288 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
2292 static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2293 struct hda_codec *codec,
2294 struct snd_pcm_substream *substream)
2296 struct sigmatel_spec *spec = codec->spec;
2297 hda_nid_t nid = spec->adc_nids[substream->number];
2299 snd_hda_codec_cleanup_stream(codec, nid);
2300 if (spec->powerdown_adcs)
2301 snd_hda_codec_write(codec, nid, 0,
2302 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
2306 static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2310 /* NID is set in stac92xx_build_pcms */
2312 .open = stac92xx_dig_playback_pcm_open,
2313 .close = stac92xx_dig_playback_pcm_close,
2314 .prepare = stac92xx_dig_playback_pcm_prepare,
2315 .cleanup = stac92xx_dig_playback_pcm_cleanup
2319 static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2323 /* NID is set in stac92xx_build_pcms */
2326 static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2330 .nid = 0x02, /* NID to query formats and rates */
2332 .open = stac92xx_playback_pcm_open,
2333 .prepare = stac92xx_playback_pcm_prepare,
2334 .cleanup = stac92xx_playback_pcm_cleanup
2338 static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2342 .nid = 0x06, /* NID to query formats and rates */
2344 .open = stac92xx_playback_pcm_open,
2345 .prepare = stac92xx_playback_pcm_prepare,
2346 .cleanup = stac92xx_playback_pcm_cleanup
2350 static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
2353 /* NID + .substreams is set in stac92xx_build_pcms */
2355 .prepare = stac92xx_capture_pcm_prepare,
2356 .cleanup = stac92xx_capture_pcm_cleanup
2360 static int stac92xx_build_pcms(struct hda_codec *codec)
2362 struct sigmatel_spec *spec = codec->spec;
2363 struct hda_pcm *info = spec->pcm_rec;
2365 codec->num_pcms = 1;
2366 codec->pcm_info = info;
2368 info->name = "STAC92xx Analog";
2369 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
2370 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2371 spec->multiout.dac_nids[0];
2372 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
2373 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
2374 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
2376 if (spec->alt_switch) {
2379 info->name = "STAC92xx Analog Alt";
2380 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2383 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2386 info->name = "STAC92xx Digital";
2387 info->pcm_type = spec->autocfg.dig_out_type[0];
2388 if (spec->multiout.dig_out_nid) {
2389 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2390 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2392 if (spec->dig_in_nid) {
2393 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2394 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2401 static unsigned int stac92xx_get_default_vref(struct hda_codec *codec,
2404 unsigned int pincap = snd_hda_query_pin_caps(codec, nid);
2405 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2406 if (pincap & AC_PINCAP_VREF_100)
2407 return AC_PINCTL_VREF_100;
2408 if (pincap & AC_PINCAP_VREF_80)
2409 return AC_PINCTL_VREF_80;
2410 if (pincap & AC_PINCAP_VREF_50)
2411 return AC_PINCTL_VREF_50;
2412 if (pincap & AC_PINCAP_VREF_GRD)
2413 return AC_PINCTL_VREF_GRD;
2417 static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2420 snd_hda_codec_write_cache(codec, nid, 0,
2421 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
2424 #define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2426 static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2427 struct snd_ctl_elem_value *ucontrol)
2429 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2430 struct sigmatel_spec *spec = codec->spec;
2432 ucontrol->value.integer.value[0] = !!spec->hp_switch;
2436 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
2438 static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2439 struct snd_ctl_elem_value *ucontrol)
2441 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2442 struct sigmatel_spec *spec = codec->spec;
2443 int nid = kcontrol->private_value;
2445 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
2447 /* check to be sure that the ports are upto date with
2450 stac_issue_unsol_event(codec, nid);
2455 static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2456 struct snd_ctl_elem_info *uinfo)
2459 static char *texts[] = {
2460 "Mic In", "Line In", "Line Out"
2463 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2464 struct sigmatel_spec *spec = codec->spec;
2465 hda_nid_t nid = kcontrol->private_value;
2467 if (nid == spec->mic_switch || nid == spec->line_switch)
2472 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2473 uinfo->value.enumerated.items = i;
2475 if (uinfo->value.enumerated.item >= i)
2476 uinfo->value.enumerated.item = i-1;
2477 strcpy(uinfo->value.enumerated.name,
2478 texts[uinfo->value.enumerated.item]);
2483 static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2484 struct snd_ctl_elem_value *ucontrol)
2486 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2487 hda_nid_t nid = kcontrol->private_value;
2488 unsigned int vref = stac92xx_vref_get(codec, nid);
2490 if (vref == stac92xx_get_default_vref(codec, nid))
2491 ucontrol->value.enumerated.item[0] = 0;
2492 else if (vref == AC_PINCTL_VREF_GRD)
2493 ucontrol->value.enumerated.item[0] = 1;
2494 else if (vref == AC_PINCTL_VREF_HIZ)
2495 ucontrol->value.enumerated.item[0] = 2;
2500 static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2501 struct snd_ctl_elem_value *ucontrol)
2503 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2504 unsigned int new_vref = 0;
2506 hda_nid_t nid = kcontrol->private_value;
2508 if (ucontrol->value.enumerated.item[0] == 0)
2509 new_vref = stac92xx_get_default_vref(codec, nid);
2510 else if (ucontrol->value.enumerated.item[0] == 1)
2511 new_vref = AC_PINCTL_VREF_GRD;
2512 else if (ucontrol->value.enumerated.item[0] == 2)
2513 new_vref = AC_PINCTL_VREF_HIZ;
2517 if (new_vref != stac92xx_vref_get(codec, nid)) {
2518 error = stac92xx_vref_set(codec, nid, new_vref);
2525 static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2526 struct snd_ctl_elem_info *uinfo)
2528 static char *texts[2];
2529 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2530 struct sigmatel_spec *spec = codec->spec;
2532 if (kcontrol->private_value == spec->line_switch)
2533 texts[0] = "Line In";
2535 texts[0] = "Mic In";
2536 texts[1] = "Line Out";
2537 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2538 uinfo->value.enumerated.items = 2;
2541 if (uinfo->value.enumerated.item >= 2)
2542 uinfo->value.enumerated.item = 1;
2543 strcpy(uinfo->value.enumerated.name,
2544 texts[uinfo->value.enumerated.item]);
2549 static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2551 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2552 struct sigmatel_spec *spec = codec->spec;
2553 hda_nid_t nid = kcontrol->private_value;
2554 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2556 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
2560 static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2562 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2563 struct sigmatel_spec *spec = codec->spec;
2564 hda_nid_t nid = kcontrol->private_value;
2565 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2566 unsigned short val = !!ucontrol->value.enumerated.item[0];
2568 spec->io_switch[io_idx] = val;
2571 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
2573 unsigned int pinctl = AC_PINCTL_IN_EN;
2574 if (io_idx) /* set VREF for mic */
2575 pinctl |= stac92xx_get_default_vref(codec, nid);
2576 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2579 /* check the auto-mute again: we need to mute/unmute the speaker
2580 * appropriately according to the pin direction
2582 if (spec->hp_detect)
2583 stac_issue_unsol_event(codec, nid);
2588 #define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2590 static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2591 struct snd_ctl_elem_value *ucontrol)
2593 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2594 struct sigmatel_spec *spec = codec->spec;
2596 ucontrol->value.integer.value[0] = spec->clfe_swap;
2600 static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2601 struct snd_ctl_elem_value *ucontrol)
2603 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2604 struct sigmatel_spec *spec = codec->spec;
2605 hda_nid_t nid = kcontrol->private_value & 0xff;
2606 unsigned int val = !!ucontrol->value.integer.value[0];
2608 if (spec->clfe_swap == val)
2611 spec->clfe_swap = val;
2613 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2614 spec->clfe_swap ? 0x4 : 0x0);
2619 #define STAC_CODEC_HP_SWITCH(xname) \
2620 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2623 .info = stac92xx_hp_switch_info, \
2624 .get = stac92xx_hp_switch_get, \
2625 .put = stac92xx_hp_switch_put, \
2628 #define STAC_CODEC_IO_SWITCH(xname, xpval) \
2629 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2632 .info = stac92xx_io_switch_info, \
2633 .get = stac92xx_io_switch_get, \
2634 .put = stac92xx_io_switch_put, \
2635 .private_value = xpval, \
2638 #define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2639 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2642 .info = stac92xx_clfe_switch_info, \
2643 .get = stac92xx_clfe_switch_get, \
2644 .put = stac92xx_clfe_switch_put, \
2645 .private_value = xpval, \
2649 STAC_CTL_WIDGET_VOL,
2650 STAC_CTL_WIDGET_MUTE,
2651 STAC_CTL_WIDGET_MONO_MUX,
2652 STAC_CTL_WIDGET_HP_SWITCH,
2653 STAC_CTL_WIDGET_IO_SWITCH,
2654 STAC_CTL_WIDGET_CLFE_SWITCH,
2655 STAC_CTL_WIDGET_DC_BIAS
2658 static struct snd_kcontrol_new stac92xx_control_templates[] = {
2659 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2660 HDA_CODEC_MUTE(NULL, 0, 0, 0),
2662 STAC_CODEC_HP_SWITCH(NULL),
2663 STAC_CODEC_IO_SWITCH(NULL, 0),
2664 STAC_CODEC_CLFE_SWITCH(NULL, 0),
2665 DC_BIAS(NULL, 0, 0),
2668 /* add dynamic controls */
2669 static struct snd_kcontrol_new *
2670 stac_control_new(struct sigmatel_spec *spec,
2671 struct snd_kcontrol_new *ktemp,
2674 struct snd_kcontrol_new *knew;
2676 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2677 knew = snd_array_new(&spec->kctls);
2681 knew->name = kstrdup(name, GFP_KERNEL);
2684 memset(knew, 0, sizeof(*knew));
2685 spec->kctls.alloced--;
2691 static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2692 struct snd_kcontrol_new *ktemp,
2693 int idx, const char *name,
2696 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name);
2700 knew->private_value = val;
2704 static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2705 int type, int idx, const char *name,
2708 return stac92xx_add_control_temp(spec,
2709 &stac92xx_control_templates[type],
2714 /* add dynamic controls */
2715 static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2716 const char *name, unsigned long val)
2718 return stac92xx_add_control_idx(spec, type, 0, name, val);
2721 static struct snd_kcontrol_new stac_input_src_temp = {
2722 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2723 .name = "Input Source",
2724 .info = stac92xx_mux_enum_info,
2725 .get = stac92xx_mux_enum_get,
2726 .put = stac92xx_mux_enum_put,
2729 static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2730 hda_nid_t nid, int idx)
2732 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2734 struct sigmatel_spec *spec = codec->spec;
2737 if (!((get_defcfg_connect(def_conf)) & AC_JACK_PORT_FIXED)) {
2738 if (stac92xx_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
2739 && nid == spec->line_switch)
2740 control = STAC_CTL_WIDGET_IO_SWITCH;
2741 else if (snd_hda_query_pin_caps(codec, nid)
2742 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2743 control = STAC_CTL_WIDGET_DC_BIAS;
2744 else if (nid == spec->mic_switch)
2745 control = STAC_CTL_WIDGET_IO_SWITCH;
2749 strcpy(name, auto_pin_cfg_labels[idx]);
2750 return stac92xx_add_control(codec->spec, control,
2751 strcat(name, " Jack Mode"), nid);
2757 static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2759 struct snd_kcontrol_new *knew;
2760 struct hda_input_mux *imux = &spec->private_imux;
2763 return 0; /* no need for input source */
2764 if (!spec->num_adcs || imux->num_items <= 1)
2765 return 0; /* no need for input source control */
2766 knew = stac_control_new(spec, &stac_input_src_temp,
2767 stac_input_src_temp.name);
2770 knew->count = spec->num_adcs;
2774 /* check whether the line-input can be used as line-out */
2775 static hda_nid_t check_line_out_switch(struct hda_codec *codec)
2777 struct sigmatel_spec *spec = codec->spec;
2778 struct auto_pin_cfg *cfg = &spec->autocfg;
2780 unsigned int pincap;
2782 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2784 nid = cfg->input_pins[AUTO_PIN_LINE];
2785 pincap = snd_hda_query_pin_caps(codec, nid);
2786 if (pincap & AC_PINCAP_OUT)
2791 /* check whether the mic-input can be used as line-out */
2792 static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2794 struct sigmatel_spec *spec = codec->spec;
2795 struct auto_pin_cfg *cfg = &spec->autocfg;
2796 unsigned int def_conf, pincap;
2797 unsigned int mic_pin;
2799 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2801 mic_pin = AUTO_PIN_MIC;
2803 hda_nid_t nid = cfg->input_pins[mic_pin];
2804 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2805 /* some laptops have an internal analog microphone
2806 * which can't be used as a output */
2807 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2808 pincap = snd_hda_query_pin_caps(codec, nid);
2809 if (pincap & AC_PINCAP_OUT)
2812 if (mic_pin == AUTO_PIN_MIC)
2813 mic_pin = AUTO_PIN_FRONT_MIC;
2820 static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2824 for (i = 0; i < spec->multiout.num_dacs; i++) {
2825 if (spec->multiout.dac_nids[i] == nid)
2832 static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2835 if (is_in_dac_nids(spec, nid))
2837 for (i = 0; i < spec->autocfg.hp_outs; i++)
2838 if (spec->hp_dacs[i] == nid)
2840 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2841 if (spec->speaker_dacs[i] == nid)
2846 static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2848 struct sigmatel_spec *spec = codec->spec;
2850 hda_nid_t conn[HDA_MAX_CONNECTIONS];
2851 unsigned int wcaps, wtype;
2853 conn_len = snd_hda_get_connections(codec, nid, conn,
2854 HDA_MAX_CONNECTIONS);
2855 for (j = 0; j < conn_len; j++) {
2856 wcaps = get_wcaps(codec, conn[j]);
2857 wtype = get_wcaps_type(wcaps);
2858 /* we check only analog outputs */
2859 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2861 /* if this route has a free DAC, assign it */
2862 if (!check_all_dac_nids(spec, conn[j])) {
2864 /* select this DAC in the pin's input mux */
2865 snd_hda_codec_write_cache(codec, nid, 0,
2866 AC_VERB_SET_CONNECT_SEL, j);
2871 /* if all DACs are already assigned, connect to the primary DAC */
2873 for (j = 0; j < conn_len; j++) {
2874 if (conn[j] == spec->multiout.dac_nids[0]) {
2875 snd_hda_codec_write_cache(codec, nid, 0,
2876 AC_VERB_SET_CONNECT_SEL, j);
2884 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2885 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2888 * Fill in the dac_nids table from the parsed pin configuration
2889 * This function only works when every pin in line_out_pins[]
2890 * contains atleast one DAC in its connection list. Some 92xx
2891 * codecs are not connected directly to a DAC, such as the 9200
2892 * and 9202/925x. For those, dac_nids[] must be hard-coded.
2894 static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
2896 struct sigmatel_spec *spec = codec->spec;
2897 struct auto_pin_cfg *cfg = &spec->autocfg;
2901 for (i = 0; i < cfg->line_outs; i++) {
2902 nid = cfg->line_out_pins[i];
2903 dac = get_unassigned_dac(codec, nid);
2905 if (spec->multiout.num_dacs > 0) {
2906 /* we have already working output pins,
2907 * so let's drop the broken ones again
2909 cfg->line_outs = spec->multiout.num_dacs;
2912 /* error out, no available DAC found */
2914 "%s: No available DAC for pin 0x%x\n",
2918 add_spec_dacs(spec, dac);
2921 for (i = 0; i < cfg->hp_outs; i++) {
2922 nid = cfg->hp_pins[i];
2923 dac = get_unassigned_dac(codec, nid);
2925 if (!spec->multiout.hp_nid)
2926 spec->multiout.hp_nid = dac;
2928 add_spec_extra_dacs(spec, dac);
2930 spec->hp_dacs[i] = dac;
2933 for (i = 0; i < cfg->speaker_outs; i++) {
2934 nid = cfg->speaker_pins[i];
2935 dac = get_unassigned_dac(codec, nid);
2937 add_spec_extra_dacs(spec, dac);
2938 spec->speaker_dacs[i] = dac;
2941 /* add line-in as output */
2942 nid = check_line_out_switch(codec);
2944 dac = get_unassigned_dac(codec, nid);
2946 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
2947 nid, cfg->line_outs);
2948 cfg->line_out_pins[cfg->line_outs] = nid;
2950 spec->line_switch = nid;
2951 add_spec_dacs(spec, dac);
2954 /* add mic as output */
2955 nid = check_mic_out_switch(codec);
2957 dac = get_unassigned_dac(codec, nid);
2959 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
2960 nid, cfg->line_outs);
2961 cfg->line_out_pins[cfg->line_outs] = nid;
2963 spec->mic_switch = nid;
2964 add_spec_dacs(spec, dac);
2968 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
2969 spec->multiout.num_dacs,
2970 spec->multiout.dac_nids[0],
2971 spec->multiout.dac_nids[1],
2972 spec->multiout.dac_nids[2],
2973 spec->multiout.dac_nids[3],
2974 spec->multiout.dac_nids[4]);
2979 /* create volume control/switch for the given prefx type */
2980 static int create_controls_idx(struct hda_codec *codec, const char *pfx,
2981 int idx, hda_nid_t nid, int chs)
2983 struct sigmatel_spec *spec = codec->spec;
2987 if (!spec->check_volume_offset) {
2988 unsigned int caps, step, nums, db_scale;
2989 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
2990 step = (caps & AC_AMPCAP_STEP_SIZE) >>
2991 AC_AMPCAP_STEP_SIZE_SHIFT;
2992 step = (step + 1) * 25; /* in .01dB unit */
2993 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
2994 AC_AMPCAP_NUM_STEPS_SHIFT;
2995 db_scale = nums * step;
2996 /* if dB scale is over -64dB, and finer enough,
2997 * let's reduce it to half
2999 if (db_scale > 6400 && nums >= 0x1f)
3000 spec->volume_offset = nums / 2;
3001 spec->check_volume_offset = 1;
3004 sprintf(name, "%s Playback Volume", pfx);
3005 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
3006 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3007 spec->volume_offset));
3010 sprintf(name, "%s Playback Switch", pfx);
3011 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
3012 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3018 #define create_controls(codec, pfx, nid, chs) \
3019 create_controls_idx(codec, pfx, 0, nid, chs)
3021 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3023 if (spec->multiout.num_dacs > 4) {
3024 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3027 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3028 spec->multiout.num_dacs++;
3033 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3036 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3037 if (!spec->multiout.extra_out_nid[i]) {
3038 spec->multiout.extra_out_nid[i] = nid;
3042 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3046 /* Create output controls
3047 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3049 static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3050 const hda_nid_t *pins,
3051 const hda_nid_t *dac_nids,
3054 struct sigmatel_spec *spec = codec->spec;
3055 static const char *chname[4] = {
3056 "Front", "Surround", NULL /*CLFE*/, "Side"
3060 unsigned int wid_caps;
3062 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
3063 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
3064 wid_caps = get_wcaps(codec, pins[i]);
3065 if (wid_caps & AC_WCAP_UNSOL_CAP)
3066 spec->hp_detect = 1;
3071 if (type != AUTO_PIN_HP_OUT && i == 2) {
3073 err = create_controls(codec, "Center", nid, 1);
3076 err = create_controls(codec, "LFE", nid, 2);
3080 wid_caps = get_wcaps(codec, nid);
3082 if (wid_caps & AC_WCAP_LR_SWAP) {
3083 err = stac92xx_add_control(spec,
3084 STAC_CTL_WIDGET_CLFE_SWITCH,
3085 "Swap Center/LFE Playback Switch", nid);
3095 case AUTO_PIN_HP_OUT:
3099 case AUTO_PIN_SPEAKER_OUT:
3108 err = create_controls_idx(codec, name, idx, nid, 3);
3116 static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3117 unsigned long sw, int idx)
3120 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
3121 "Capture Volume", vol);
3124 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx,
3125 "Capture Switch", sw);
3131 /* add playback controls from the parsed DAC table */
3132 static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3133 const struct auto_pin_cfg *cfg)
3135 struct sigmatel_spec *spec = codec->spec;
3140 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3141 spec->multiout.dac_nids,
3142 cfg->line_out_type);
3146 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
3147 err = stac92xx_add_control(spec,
3148 STAC_CTL_WIDGET_HP_SWITCH,
3149 "Headphone as Line Out Switch",
3150 cfg->hp_pins[cfg->hp_outs - 1]);
3155 for (idx = AUTO_PIN_MIC; idx <= AUTO_PIN_FRONT_LINE; idx++) {
3156 nid = cfg->input_pins[idx];