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 <sound/core.h>
32 #include <sound/asoundef.h>
33 #include <sound/jack.h>
34 #include "hda_codec.h"
35 #include "hda_local.h"
77 STAC_92HD73XX_NO_JD, /* no jack-detection */
89 STAC_92HD83XXX_PWR_REF,
103 STAC_92HD71BXX_MODELS
129 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
130 * is given, one of the above models will be
131 * chosen according to the subsystem id. */
132 /* for backward compatibility */
149 STAC_D965_REF_NO_JD, /* no jack-detection */
165 struct sigmatel_event {
172 struct sigmatel_jack {
175 struct snd_jack *jack;
178 struct sigmatel_spec {
179 struct snd_kcontrol_new *mixers[4];
180 unsigned int num_mixers;
183 unsigned int eapd_switch: 1;
184 unsigned int surr_switch: 1;
185 unsigned int alt_switch: 1;
186 unsigned int hp_detect: 1;
187 unsigned int spdif_mute: 1;
188 unsigned int check_volume_offset:1;
191 unsigned int eapd_mask;
192 unsigned int gpio_mask;
193 unsigned int gpio_dir;
194 unsigned int gpio_data;
195 unsigned int gpio_mute;
198 unsigned int stream_delay;
200 /* analog loopback */
201 struct snd_kcontrol_new *aloopback_ctl;
202 unsigned char aloopback_mask;
203 unsigned char aloopback_shift;
205 /* power management */
206 unsigned int num_pwrs;
207 unsigned int *pwr_mapping;
212 struct snd_array jacks;
215 struct snd_array events;
218 struct hda_input_mux *mono_mux;
219 struct hda_input_mux *amp_mux;
220 unsigned int cur_mmux;
221 struct hda_multi_out multiout;
222 hda_nid_t dac_nids[5];
223 hda_nid_t hp_dacs[5];
224 hda_nid_t speaker_dacs[5];
230 unsigned int num_adcs;
232 unsigned int num_muxes;
233 hda_nid_t *dmic_nids;
234 unsigned int num_dmics;
235 hda_nid_t *dmux_nids;
236 unsigned int num_dmuxes;
237 hda_nid_t *smux_nids;
238 unsigned int num_smuxes;
239 const char **spdif_labels;
241 hda_nid_t dig_in_nid;
243 hda_nid_t anabeep_nid;
244 hda_nid_t digbeep_nid;
248 unsigned int num_pins;
250 /* codec specific stuff */
251 struct hda_verb *init;
252 struct snd_kcontrol_new *mixer;
255 struct hda_input_mux *dinput_mux;
256 unsigned int cur_dmux[2];
257 struct hda_input_mux *input_mux;
258 unsigned int cur_mux[3];
259 struct hda_input_mux *sinput_mux;
260 unsigned int cur_smux[2];
261 unsigned int cur_amux;
263 unsigned int num_amps;
264 unsigned int powerdown_adcs;
267 unsigned int io_switch[2];
268 unsigned int clfe_swap;
269 hda_nid_t line_switch; /* shared line-in for input and output */
270 hda_nid_t mic_switch; /* shared mic-in for input and output */
271 hda_nid_t hp_switch; /* NID of HP as line-out */
272 unsigned int aloopback;
274 struct hda_pcm pcm_rec[2]; /* PCM information */
276 /* dynamic controls and input_mux */
277 struct auto_pin_cfg autocfg;
278 struct snd_array kctls;
279 struct hda_input_mux private_dimux;
280 struct hda_input_mux private_imux;
281 struct hda_input_mux private_smux;
282 struct hda_input_mux private_amp_mux;
283 struct hda_input_mux private_mono_mux;
286 static hda_nid_t stac9200_adc_nids[1] = {
290 static hda_nid_t stac9200_mux_nids[1] = {
294 static hda_nid_t stac9200_dac_nids[1] = {
298 static hda_nid_t stac92hd73xx_pwr_nids[8] = {
299 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
303 static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
307 static hda_nid_t stac92hd73xx_adc_nids[2] = {
311 #define DELL_M6_AMP 2
312 static hda_nid_t stac92hd73xx_amp_nids[3] = {
316 #define STAC92HD73XX_NUM_DMICS 2
317 static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
321 #define STAC92HD73_DAC_COUNT 5
323 static hda_nid_t stac92hd73xx_mux_nids[4] = {
324 0x28, 0x29, 0x2a, 0x2b,
327 static hda_nid_t stac92hd73xx_dmux_nids[2] = {
331 static hda_nid_t stac92hd73xx_smux_nids[2] = {
335 #define STAC92HD83XXX_NUM_DMICS 2
336 static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
340 #define STAC92HD83_DAC_COUNT 3
342 static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
346 static hda_nid_t stac92hd83xxx_adc_nids[2] = {
350 static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
354 static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
358 static unsigned int stac92hd83xxx_pwr_mapping[4] = {
359 0x03, 0x0c, 0x20, 0x40,
362 static hda_nid_t stac92hd83xxx_amp_nids[1] = {
366 static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
370 static hda_nid_t stac92hd71bxx_adc_nids[2] = {
374 static hda_nid_t stac92hd71bxx_mux_nids[2] = {
378 static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
382 static hda_nid_t stac92hd71bxx_smux_nids[2] = {
386 #define STAC92HD71BXX_NUM_DMICS 2
387 static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
391 static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
395 static hda_nid_t stac925x_adc_nids[1] = {
399 static hda_nid_t stac925x_mux_nids[1] = {
403 static hda_nid_t stac925x_dac_nids[1] = {
407 #define STAC925X_NUM_DMICS 1
408 static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
412 static hda_nid_t stac925x_dmux_nids[1] = {
416 static hda_nid_t stac922x_adc_nids[2] = {
420 static hda_nid_t stac922x_mux_nids[2] = {
424 static hda_nid_t stac927x_slave_dig_outs[2] = {
428 static hda_nid_t stac927x_adc_nids[3] = {
432 static hda_nid_t stac927x_mux_nids[3] = {
436 static hda_nid_t stac927x_smux_nids[1] = {
440 static hda_nid_t stac927x_dac_nids[6] = {
441 0x02, 0x03, 0x04, 0x05, 0x06, 0
444 static hda_nid_t stac927x_dmux_nids[1] = {
448 #define STAC927X_NUM_DMICS 2
449 static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
453 static const char *stac927x_spdif_labels[5] = {
454 "Digital Playback", "ADAT", "Analog Mux 1",
455 "Analog Mux 2", "Analog Mux 3"
458 static hda_nid_t stac9205_adc_nids[2] = {
462 static hda_nid_t stac9205_mux_nids[2] = {
466 static hda_nid_t stac9205_dmux_nids[1] = {
470 static hda_nid_t stac9205_smux_nids[1] = {
474 #define STAC9205_NUM_DMICS 2
475 static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
479 static hda_nid_t stac9200_pin_nids[8] = {
480 0x08, 0x09, 0x0d, 0x0e,
481 0x0f, 0x10, 0x11, 0x12,
484 static hda_nid_t stac925x_pin_nids[8] = {
485 0x07, 0x08, 0x0a, 0x0b,
486 0x0c, 0x0d, 0x10, 0x11,
489 static hda_nid_t stac922x_pin_nids[10] = {
490 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
491 0x0f, 0x10, 0x11, 0x15, 0x1b,
494 static hda_nid_t stac92hd73xx_pin_nids[13] = {
495 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
496 0x0f, 0x10, 0x11, 0x12, 0x13,
500 static hda_nid_t stac92hd83xxx_pin_nids[10] = {
501 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
502 0x0f, 0x10, 0x11, 0x1f, 0x20,
505 #define STAC92HD71BXX_NUM_PINS 13
506 static hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
507 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
508 0x00, 0x14, 0x18, 0x19, 0x1e,
511 static hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
512 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
513 0x0f, 0x14, 0x18, 0x19, 0x1e,
517 static hda_nid_t stac927x_pin_nids[14] = {
518 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
519 0x0f, 0x10, 0x11, 0x12, 0x13,
520 0x14, 0x21, 0x22, 0x23,
523 static hda_nid_t stac9205_pin_nids[12] = {
524 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
525 0x0f, 0x14, 0x16, 0x17, 0x18,
529 #define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
531 static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
532 struct snd_ctl_elem_value *ucontrol)
534 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
535 struct sigmatel_spec *spec = codec->spec;
536 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
538 kcontrol->private_value ^= get_amp_nid(kcontrol);
539 kcontrol->private_value |= nid;
541 return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
544 static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
545 struct snd_ctl_elem_value *ucontrol)
547 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
548 struct sigmatel_spec *spec = codec->spec;
549 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
551 kcontrol->private_value ^= get_amp_nid(kcontrol);
552 kcontrol->private_value |= nid;
554 return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
557 static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
558 struct snd_ctl_elem_info *uinfo)
560 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
561 struct sigmatel_spec *spec = codec->spec;
562 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
565 static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
566 struct snd_ctl_elem_value *ucontrol)
568 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
569 struct sigmatel_spec *spec = codec->spec;
570 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
572 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
576 static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
577 struct snd_ctl_elem_value *ucontrol)
579 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
580 struct sigmatel_spec *spec = codec->spec;
581 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
583 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
584 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
587 static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
588 struct snd_ctl_elem_info *uinfo)
590 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
591 struct sigmatel_spec *spec = codec->spec;
592 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
595 static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
596 struct snd_ctl_elem_value *ucontrol)
598 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
599 struct sigmatel_spec *spec = codec->spec;
600 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
602 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
606 static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
607 struct snd_ctl_elem_value *ucontrol)
609 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
610 struct sigmatel_spec *spec = codec->spec;
611 struct hda_input_mux *smux = &spec->private_smux;
612 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
616 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
617 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
621 if (spec->spdif_mute) {
623 nid = spec->multiout.dig_out_nid;
625 nid = codec->slave_dig_outs[smux_idx - 1];
626 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
630 /* un/mute SPDIF out */
631 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
637 static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
639 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
640 struct sigmatel_spec *spec = codec->spec;
641 return snd_hda_input_mux_info(spec->input_mux, uinfo);
644 static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
646 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
647 struct sigmatel_spec *spec = codec->spec;
648 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
650 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
654 static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
656 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
657 struct sigmatel_spec *spec = codec->spec;
658 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
660 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
661 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
664 static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
665 struct snd_ctl_elem_info *uinfo)
667 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
668 struct sigmatel_spec *spec = codec->spec;
669 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
672 static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
673 struct snd_ctl_elem_value *ucontrol)
675 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
676 struct sigmatel_spec *spec = codec->spec;
678 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
682 static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
683 struct snd_ctl_elem_value *ucontrol)
685 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
686 struct sigmatel_spec *spec = codec->spec;
688 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
689 spec->mono_nid, &spec->cur_mmux);
692 static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
693 struct snd_ctl_elem_info *uinfo)
695 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
696 struct sigmatel_spec *spec = codec->spec;
697 return snd_hda_input_mux_info(spec->amp_mux, uinfo);
700 static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
701 struct snd_ctl_elem_value *ucontrol)
703 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
704 struct sigmatel_spec *spec = codec->spec;
706 ucontrol->value.enumerated.item[0] = spec->cur_amux;
710 static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
711 struct snd_ctl_elem_value *ucontrol)
713 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
714 struct sigmatel_spec *spec = codec->spec;
715 struct snd_kcontrol *ctl =
716 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
720 snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
721 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
723 return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
727 #define stac92xx_aloopback_info snd_ctl_boolean_mono_info
729 static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
730 struct snd_ctl_elem_value *ucontrol)
732 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
733 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
734 struct sigmatel_spec *spec = codec->spec;
736 ucontrol->value.integer.value[0] = !!(spec->aloopback &
737 (spec->aloopback_mask << idx));
741 static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
742 struct snd_ctl_elem_value *ucontrol)
744 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
745 struct sigmatel_spec *spec = codec->spec;
746 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
747 unsigned int dac_mode;
748 unsigned int val, idx_val;
750 idx_val = spec->aloopback_mask << idx;
751 if (ucontrol->value.integer.value[0])
752 val = spec->aloopback | idx_val;
754 val = spec->aloopback & ~idx_val;
755 if (spec->aloopback == val)
758 spec->aloopback = val;
760 /* Only return the bits defined by the shift value of the
761 * first two bytes of the mask
763 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
764 kcontrol->private_value & 0xFFFF, 0x0);
765 dac_mode >>= spec->aloopback_shift;
767 if (spec->aloopback & idx_val) {
768 snd_hda_power_up(codec);
771 snd_hda_power_down(codec);
772 dac_mode &= ~idx_val;
775 snd_hda_codec_write_cache(codec, codec->afg, 0,
776 kcontrol->private_value >> 16, dac_mode);
781 static struct hda_verb stac9200_core_init[] = {
782 /* set dac0mux for dac converter */
783 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
787 static struct hda_verb stac9200_eapd_init[] = {
788 /* set dac0mux for dac converter */
789 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
790 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
794 static struct hda_verb stac92hd73xx_6ch_core_init[] = {
795 /* set master volume and direct control */
796 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
797 /* setup adcs to point to mixer */
798 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
799 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
800 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
801 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
802 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
803 /* setup import muxs */
804 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
805 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
806 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
807 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
811 static struct hda_verb dell_eq_core_init[] = {
812 /* set master volume to max value without distortion
813 * and direct control */
814 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
815 /* setup adcs to point to mixer */
816 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
817 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
818 /* setup import muxs */
819 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
820 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
821 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
822 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
826 static struct hda_verb dell_m6_core_init[] = {
827 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
828 /* setup adcs to point to mixer */
829 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
830 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
831 /* setup import muxs */
832 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
833 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
834 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
835 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
839 static struct hda_verb stac92hd73xx_8ch_core_init[] = {
840 /* set master volume and direct control */
841 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
842 /* setup adcs to point to mixer */
843 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
844 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
845 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
846 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
847 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
848 /* setup import muxs */
849 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
850 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
851 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
852 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
856 static struct hda_verb stac92hd73xx_10ch_core_init[] = {
857 /* set master volume and direct control */
858 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
859 /* dac3 is connected to import3 mux */
860 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
861 /* setup adcs to point to mixer */
862 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
863 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
864 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
865 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
866 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
867 /* setup import muxs */
868 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
869 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
870 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
871 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
875 static struct hda_verb stac92hd83xxx_core_init[] = {
876 { 0xa, AC_VERB_SET_CONNECT_SEL, 0x1},
877 { 0xb, AC_VERB_SET_CONNECT_SEL, 0x1},
878 { 0xd, AC_VERB_SET_CONNECT_SEL, 0x0},
880 /* power state controls amps */
881 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
885 static struct hda_verb stac92hd71bxx_core_init[] = {
886 /* set master volume and direct control */
887 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
891 #define HD_DISABLE_PORTF 1
892 static struct hda_verb stac92hd71bxx_analog_core_init[] = {
893 /* start of config #1 */
895 /* connect port 0f to audio mixer */
896 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
897 /* start of config #2 */
899 /* set master volume and direct control */
900 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
904 static struct hda_verb stac92hd71bxx_unmute_core_init[] = {
905 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
906 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
907 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
908 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
912 static struct hda_verb stac925x_core_init[] = {
913 /* set dac0mux for dac converter */
914 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
915 /* mute the master volume */
916 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
920 static struct hda_verb stac922x_core_init[] = {
921 /* set master volume and direct control */
922 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
926 static struct hda_verb d965_core_init[] = {
927 /* set master volume and direct control */
928 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
929 /* unmute node 0x1b */
930 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
931 /* select node 0x03 as DAC */
932 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
936 static struct hda_verb stac927x_core_init[] = {
937 /* set master volume and direct control */
938 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
939 /* enable analog pc beep path */
940 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
944 static struct hda_verb stac9205_core_init[] = {
945 /* set master volume and direct control */
946 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
947 /* enable analog pc beep path */
948 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
952 #define STAC_MONO_MUX \
954 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
955 .name = "Mono Mux", \
957 .info = stac92xx_mono_mux_enum_info, \
958 .get = stac92xx_mono_mux_enum_get, \
959 .put = stac92xx_mono_mux_enum_put, \
962 #define STAC_AMP_MUX \
964 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
965 .name = "Amp Selector Capture Switch", \
967 .info = stac92xx_amp_mux_enum_info, \
968 .get = stac92xx_amp_mux_enum_get, \
969 .put = stac92xx_amp_mux_enum_put, \
972 #define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
974 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
977 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
978 SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
979 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
980 .info = stac92xx_amp_volume_info, \
981 .get = stac92xx_amp_volume_get, \
982 .put = stac92xx_amp_volume_put, \
983 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
984 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
987 #define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
989 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
990 .name = "Analog Loopback", \
992 .info = stac92xx_aloopback_info, \
993 .get = stac92xx_aloopback_get, \
994 .put = stac92xx_aloopback_put, \
995 .private_value = verb_read | (verb_write << 16), \
998 static struct snd_kcontrol_new stac9200_mixer[] = {
999 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
1000 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
1001 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
1002 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
1006 #define DELL_M6_MIXER 6
1007 static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
1008 /* start of config #1 */
1009 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1010 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1012 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1013 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1015 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1016 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1018 /* start of config #2 */
1019 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1020 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1022 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1023 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1025 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1026 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1028 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1029 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1034 static struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
1035 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1039 static struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
1040 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1044 static struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
1045 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1049 static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
1050 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1051 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1053 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1054 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1056 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1057 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1059 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1060 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1062 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1063 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1065 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1066 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1068 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1069 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1073 static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
1074 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1075 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1077 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1078 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1080 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1081 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1083 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1084 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1086 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1087 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1089 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1090 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1092 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1093 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1098 static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
1099 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_OUTPUT),
1100 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_OUTPUT),
1102 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_OUTPUT),
1103 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_OUTPUT),
1105 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0x3, HDA_INPUT),
1106 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0x3, HDA_INPUT),
1108 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x4, HDA_INPUT),
1109 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x4, HDA_INPUT),
1111 HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x0, HDA_INPUT),
1112 HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x0, HDA_INPUT),
1114 HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x2, HDA_INPUT),
1115 HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x2, HDA_INPUT),
1118 HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x1, HDA_INPUT),
1119 HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x1, HDA_INPUT),
1124 static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
1125 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1126 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1128 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1129 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1130 /* analog pc-beep replaced with digital beep support */
1132 HDA_CODEC_VOLUME("PC Beep Volume", 0x17, 0x2, HDA_INPUT),
1133 HDA_CODEC_MUTE("PC Beep Switch", 0x17, 0x2, HDA_INPUT),
1136 HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1137 HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
1139 HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1140 HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
1142 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1143 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1145 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1146 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
1150 static struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
1151 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1154 static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
1155 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1156 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1158 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1159 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1163 static struct snd_kcontrol_new stac925x_mixer[] = {
1164 HDA_CODEC_VOLUME("Master Playback Volume", 0x0e, 0, HDA_OUTPUT),
1165 HDA_CODEC_MUTE("Master Playback Switch", 0x0e, 0, HDA_OUTPUT),
1166 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
1167 HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
1171 static struct snd_kcontrol_new stac9205_mixer[] = {
1172 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
1173 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
1175 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1c, 0x0, HDA_INPUT),
1176 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1e, 0x0, HDA_OUTPUT),
1180 static struct snd_kcontrol_new stac9205_loopback[] = {
1181 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1185 /* This needs to be generated dynamically based on sequence */
1186 static struct snd_kcontrol_new stac922x_mixer[] = {
1187 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_INPUT),
1188 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_INPUT),
1190 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_INPUT),
1191 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_INPUT),
1196 static struct snd_kcontrol_new stac927x_mixer[] = {
1197 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x18, 0x0, HDA_INPUT),
1198 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1b, 0x0, HDA_OUTPUT),
1200 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x19, 0x0, HDA_INPUT),
1201 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1c, 0x0, HDA_OUTPUT),
1203 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x2, 0x1A, 0x0, HDA_INPUT),
1204 HDA_CODEC_MUTE_IDX("Capture Switch", 0x2, 0x1d, 0x0, HDA_OUTPUT),
1208 static struct snd_kcontrol_new stac927x_loopback[] = {
1209 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1213 static struct snd_kcontrol_new stac_dmux_mixer = {
1214 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1215 .name = "Digital Input Source",
1216 /* count set later */
1217 .info = stac92xx_dmux_enum_info,
1218 .get = stac92xx_dmux_enum_get,
1219 .put = stac92xx_dmux_enum_put,
1222 static struct snd_kcontrol_new stac_smux_mixer = {
1223 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1224 .name = "IEC958 Playback Source",
1225 /* count set later */
1226 .info = stac92xx_smux_enum_info,
1227 .get = stac92xx_smux_enum_get,
1228 .put = stac92xx_smux_enum_put,
1231 static const char *slave_vols[] = {
1232 "Front Playback Volume",
1233 "Surround Playback Volume",
1234 "Center Playback Volume",
1235 "LFE Playback Volume",
1236 "Side Playback Volume",
1237 "Headphone Playback Volume",
1238 "Speaker Playback Volume",
1242 static const char *slave_sws[] = {
1243 "Front Playback Switch",
1244 "Surround Playback Switch",
1245 "Center Playback Switch",
1246 "LFE Playback Switch",
1247 "Side Playback Switch",
1248 "Headphone Playback Switch",
1249 "Speaker Playback Switch",
1250 "IEC958 Playback Switch",
1254 static void stac92xx_free_kctls(struct hda_codec *codec);
1255 static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
1257 static int stac92xx_build_controls(struct hda_codec *codec)
1259 struct sigmatel_spec *spec = codec->spec;
1260 struct auto_pin_cfg *cfg = &spec->autocfg;
1265 err = snd_hda_add_new_ctls(codec, spec->mixer);
1269 for (i = 0; i < spec->num_mixers; i++) {
1270 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1274 if (spec->num_dmuxes > 0) {
1275 stac_dmux_mixer.count = spec->num_dmuxes;
1276 err = snd_hda_ctl_add(codec,
1277 snd_ctl_new1(&stac_dmux_mixer, codec));
1281 if (spec->num_smuxes > 0) {
1282 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1283 struct hda_input_mux *smux = &spec->private_smux;
1284 /* check for mute support on SPDIF out */
1285 if (wcaps & AC_WCAP_OUT_AMP) {
1286 smux->items[smux->num_items].label = "Off";
1287 smux->items[smux->num_items].index = 0;
1289 spec->spdif_mute = 1;
1291 stac_smux_mixer.count = spec->num_smuxes;
1292 err = snd_hda_ctl_add(codec,
1293 snd_ctl_new1(&stac_smux_mixer, codec));
1298 if (spec->multiout.dig_out_nid) {
1299 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1302 err = snd_hda_create_spdif_share_sw(codec,
1306 spec->multiout.share_spdif = 1;
1308 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
1309 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1314 /* if we have no master control, let's create it */
1315 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
1316 unsigned int vmaster_tlv[4];
1317 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1318 HDA_OUTPUT, vmaster_tlv);
1319 /* correct volume offset */
1320 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
1321 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1322 vmaster_tlv, slave_vols);
1326 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1327 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1333 if (spec->aloopback_ctl &&
1334 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1335 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1340 stac92xx_free_kctls(codec); /* no longer needed */
1342 /* create jack input elements */
1343 if (spec->hp_detect) {
1344 for (i = 0; i < cfg->hp_outs; i++) {
1345 int type = SND_JACK_HEADPHONE;
1346 nid = cfg->hp_pins[i];
1347 /* jack detection */
1348 if (cfg->hp_outs == i)
1349 type |= SND_JACK_LINEOUT;
1350 err = stac92xx_add_jack(codec, nid, type);
1355 for (i = 0; i < cfg->line_outs; i++) {
1356 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1361 for (i = 0; i < AUTO_PIN_LAST; i++) {
1362 nid = cfg->input_pins[i];
1364 err = stac92xx_add_jack(codec, nid,
1365 SND_JACK_MICROPHONE);
1374 static unsigned int ref9200_pin_configs[8] = {
1375 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
1376 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1379 static unsigned int gateway9200_m4_pin_configs[8] = {
1380 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1381 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1383 static unsigned int gateway9200_m4_2_pin_configs[8] = {
1384 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1385 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1389 STAC 9200 pin configs for
1394 static unsigned int dell9200_d21_pin_configs[8] = {
1395 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1396 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1400 STAC 9200 pin configs for
1404 static unsigned int dell9200_d22_pin_configs[8] = {
1405 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1406 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
1410 STAC 9200 pin configs for
1411 102801C4 (Dell Dimension E310)
1418 static unsigned int dell9200_d23_pin_configs[8] = {
1419 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1420 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
1425 STAC 9200-32 pin configs for
1426 102801B5 (Dell Inspiron 630m)
1427 102801D8 (Dell Inspiron 640m)
1429 static unsigned int dell9200_m21_pin_configs[8] = {
1430 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1431 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
1435 STAC 9200-32 pin configs for
1436 102801C2 (Dell Latitude D620)
1438 102801CC (Dell Latitude D820)
1442 static unsigned int dell9200_m22_pin_configs[8] = {
1443 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1444 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
1448 STAC 9200-32 pin configs for
1449 102801CE (Dell XPS M1710)
1450 102801CF (Dell Precision M90)
1452 static unsigned int dell9200_m23_pin_configs[8] = {
1453 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1454 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1458 STAC 9200-32 pin configs for
1461 102801CB (Dell Latitude 120L)
1464 static unsigned int dell9200_m24_pin_configs[8] = {
1465 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1466 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
1470 STAC 9200-32 pin configs for
1471 102801BD (Dell Inspiron E1505n)
1475 static unsigned int dell9200_m25_pin_configs[8] = {
1476 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1477 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
1481 STAC 9200-32 pin configs for
1482 102801F5 (Dell Inspiron 1501)
1485 static unsigned int dell9200_m26_pin_configs[8] = {
1486 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1487 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
1492 102801CD (Dell Inspiron E1705/9400)
1494 static unsigned int dell9200_m27_pin_configs[8] = {
1495 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1496 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
1499 static unsigned int oqo9200_pin_configs[8] = {
1500 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1501 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1505 static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1506 [STAC_REF] = ref9200_pin_configs,
1507 [STAC_9200_OQO] = oqo9200_pin_configs,
1508 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1509 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1510 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1511 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1512 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1513 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1514 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1515 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1516 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1517 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
1518 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1519 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
1520 [STAC_9200_PANASONIC] = ref9200_pin_configs,
1523 static const char *stac9200_models[STAC_9200_MODELS] = {
1524 [STAC_AUTO] = "auto",
1526 [STAC_9200_OQO] = "oqo",
1527 [STAC_9200_DELL_D21] = "dell-d21",
1528 [STAC_9200_DELL_D22] = "dell-d22",
1529 [STAC_9200_DELL_D23] = "dell-d23",
1530 [STAC_9200_DELL_M21] = "dell-m21",
1531 [STAC_9200_DELL_M22] = "dell-m22",
1532 [STAC_9200_DELL_M23] = "dell-m23",
1533 [STAC_9200_DELL_M24] = "dell-m24",
1534 [STAC_9200_DELL_M25] = "dell-m25",
1535 [STAC_9200_DELL_M26] = "dell-m26",
1536 [STAC_9200_DELL_M27] = "dell-m27",
1537 [STAC_9200_M4] = "gateway-m4",
1538 [STAC_9200_M4_2] = "gateway-m4-2",
1539 [STAC_9200_PANASONIC] = "panasonic",
1542 static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1543 /* SigmaTel reference board */
1544 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1545 "DFI LanParty", STAC_REF),
1546 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1547 "DFI LanParty", STAC_REF),
1548 /* Dell laptops have BIOS problem */
1549 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1550 "unknown Dell", STAC_9200_DELL_D21),
1551 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
1552 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1553 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1554 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1555 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1556 "unknown Dell", STAC_9200_DELL_D22),
1557 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1558 "unknown Dell", STAC_9200_DELL_D22),
1559 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
1560 "Dell Latitude D620", STAC_9200_DELL_M22),
1561 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1562 "unknown Dell", STAC_9200_DELL_D23),
1563 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1564 "unknown Dell", STAC_9200_DELL_D23),
1565 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1566 "unknown Dell", STAC_9200_DELL_M22),
1567 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1568 "unknown Dell", STAC_9200_DELL_M24),
1569 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1570 "unknown Dell", STAC_9200_DELL_M24),
1571 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
1572 "Dell Latitude 120L", STAC_9200_DELL_M24),
1573 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
1574 "Dell Latitude D820", STAC_9200_DELL_M22),
1575 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
1576 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
1577 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
1578 "Dell XPS M1710", STAC_9200_DELL_M23),
1579 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
1580 "Dell Precision M90", STAC_9200_DELL_M23),
1581 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1582 "unknown Dell", STAC_9200_DELL_M22),
1583 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1584 "unknown Dell", STAC_9200_DELL_M22),
1585 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
1586 "unknown Dell", STAC_9200_DELL_M22),
1587 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
1588 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1589 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1590 "unknown Dell", STAC_9200_DELL_D23),
1591 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1592 "unknown Dell", STAC_9200_DELL_D23),
1593 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1594 "unknown Dell", STAC_9200_DELL_D21),
1595 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1596 "unknown Dell", STAC_9200_DELL_D23),
1597 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1598 "unknown Dell", STAC_9200_DELL_D21),
1599 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1600 "unknown Dell", STAC_9200_DELL_M25),
1601 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1602 "unknown Dell", STAC_9200_DELL_M25),
1603 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
1604 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1605 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1606 "unknown Dell", STAC_9200_DELL_M26),
1608 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
1609 /* Gateway machines needs EAPD to be set on resume */
1610 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1611 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1612 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
1614 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
1618 static unsigned int ref925x_pin_configs[8] = {
1619 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1620 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
1623 static unsigned int stac925xM1_pin_configs[8] = {
1624 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1625 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1628 static unsigned int stac925xM1_2_pin_configs[8] = {
1629 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1630 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1633 static unsigned int stac925xM2_pin_configs[8] = {
1634 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1635 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1638 static unsigned int stac925xM2_2_pin_configs[8] = {
1639 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1640 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1643 static unsigned int stac925xM3_pin_configs[8] = {
1644 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1645 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1648 static unsigned int stac925xM5_pin_configs[8] = {
1649 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1650 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1653 static unsigned int stac925xM6_pin_configs[8] = {
1654 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1655 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
1658 static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1659 [STAC_REF] = ref925x_pin_configs,
1660 [STAC_M1] = stac925xM1_pin_configs,
1661 [STAC_M1_2] = stac925xM1_2_pin_configs,
1662 [STAC_M2] = stac925xM2_pin_configs,
1663 [STAC_M2_2] = stac925xM2_2_pin_configs,
1664 [STAC_M3] = stac925xM3_pin_configs,
1665 [STAC_M5] = stac925xM5_pin_configs,
1666 [STAC_M6] = stac925xM6_pin_configs,
1669 static const char *stac925x_models[STAC_925x_MODELS] = {
1670 [STAC_925x_AUTO] = "auto",
1673 [STAC_M1_2] = "m1-2",
1675 [STAC_M2_2] = "m2-2",
1681 static struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
1682 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1683 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1684 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1685 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
1686 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
1687 /* Not sure about the brand name for those */
1688 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1689 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1690 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1691 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
1695 static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1696 /* SigmaTel reference board */
1697 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
1698 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
1699 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
1701 /* Default table for unknown ID */
1702 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1707 static unsigned int ref92hd73xx_pin_configs[13] = {
1708 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1709 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1710 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
1714 static unsigned int dell_m6_pin_configs[13] = {
1715 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
1716 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
1717 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1721 static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
1722 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
1723 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1724 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1725 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
1726 [STAC_DELL_EQ] = dell_m6_pin_configs,
1729 static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
1730 [STAC_92HD73XX_AUTO] = "auto",
1731 [STAC_92HD73XX_NO_JD] = "no-jd",
1732 [STAC_92HD73XX_REF] = "ref",
1733 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1734 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1735 [STAC_DELL_M6_BOTH] = "dell-m6",
1736 [STAC_DELL_EQ] = "dell-eq",
1739 static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1740 /* SigmaTel reference board */
1741 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1742 "DFI LanParty", STAC_92HD73XX_REF),
1743 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1744 "DFI LanParty", STAC_92HD73XX_REF),
1745 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
1746 "Dell Studio 1535", STAC_DELL_M6_DMIC),
1747 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
1748 "unknown Dell", STAC_DELL_M6_DMIC),
1749 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
1750 "unknown Dell", STAC_DELL_M6_BOTH),
1751 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
1752 "unknown Dell", STAC_DELL_M6_BOTH),
1753 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
1754 "unknown Dell", STAC_DELL_M6_AMIC),
1755 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
1756 "unknown Dell", STAC_DELL_M6_AMIC),
1757 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
1758 "unknown Dell", STAC_DELL_M6_DMIC),
1759 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1760 "unknown Dell", STAC_DELL_M6_DMIC),
1761 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
1762 "Dell Studio 1537", STAC_DELL_M6_DMIC),
1763 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1764 "Dell Studio 17", STAC_DELL_M6_DMIC),
1768 static unsigned int ref92hd83xxx_pin_configs[10] = {
1769 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1770 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1771 0x01451160, 0x98560170,
1774 static unsigned int dell_s14_pin_configs[10] = {
1775 0x02214030, 0x02211010, 0x02a19020, 0x01014050,
1776 0x40f000f0, 0x01819040, 0x40f000f0, 0x90a60160,
1777 0x40f000f0, 0x40f000f0,
1780 static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1781 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1782 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
1783 [STAC_DELL_S14] = dell_s14_pin_configs,
1786 static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1787 [STAC_92HD83XXX_AUTO] = "auto",
1788 [STAC_92HD83XXX_REF] = "ref",
1789 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
1790 [STAC_DELL_S14] = "dell-s14",
1793 static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1794 /* SigmaTel reference board */
1795 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1796 "DFI LanParty", STAC_92HD83XXX_REF),
1797 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1798 "DFI LanParty", STAC_92HD83XXX_REF),
1799 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1800 "unknown Dell", STAC_DELL_S14),
1804 static unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1805 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
1806 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
1807 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1811 static unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1812 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
1813 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
1814 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1818 static unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1819 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1820 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
1821 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1825 static unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1826 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1827 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
1828 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1832 static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1833 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
1834 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1835 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
1836 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
1837 [STAC_HP_M4] = NULL,
1838 [STAC_HP_DV5] = NULL,
1839 [STAC_HP_HDX] = NULL,
1842 static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1843 [STAC_92HD71BXX_AUTO] = "auto",
1844 [STAC_92HD71BXX_REF] = "ref",
1845 [STAC_DELL_M4_1] = "dell-m4-1",
1846 [STAC_DELL_M4_2] = "dell-m4-2",
1847 [STAC_DELL_M4_3] = "dell-m4-3",
1848 [STAC_HP_M4] = "hp-m4",
1849 [STAC_HP_DV5] = "hp-dv5",
1850 [STAC_HP_HDX] = "hp-hdx",
1853 static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1854 /* SigmaTel reference board */
1855 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1856 "DFI LanParty", STAC_92HD71BXX_REF),
1857 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1858 "DFI LanParty", STAC_92HD71BXX_REF),
1859 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1861 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
1862 "HP dv4-7", STAC_HP_DV5),
1863 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1864 "HP dv4-7", STAC_HP_DV5),
1865 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1866 "HP HDX", STAC_HP_HDX), /* HDX18 */
1867 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1868 "HP mini 1000", STAC_HP_M4),
1869 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
1870 "HP HDX", STAC_HP_HDX), /* HDX16 */
1871 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1872 "unknown Dell", STAC_DELL_M4_1),
1873 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1874 "unknown Dell", STAC_DELL_M4_1),
1875 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1876 "unknown Dell", STAC_DELL_M4_1),
1877 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1878 "unknown Dell", STAC_DELL_M4_1),
1879 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1880 "unknown Dell", STAC_DELL_M4_1),
1881 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1882 "unknown Dell", STAC_DELL_M4_1),
1883 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1884 "unknown Dell", STAC_DELL_M4_1),
1885 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1886 "unknown Dell", STAC_DELL_M4_2),
1887 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1888 "unknown Dell", STAC_DELL_M4_2),
1889 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1890 "unknown Dell", STAC_DELL_M4_2),
1891 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1892 "unknown Dell", STAC_DELL_M4_2),
1893 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1894 "unknown Dell", STAC_DELL_M4_3),
1898 static unsigned int ref922x_pin_configs[10] = {
1899 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1900 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
1901 0x40000100, 0x40000100,
1905 STAC 922X pin configs for
1912 static unsigned int dell_922x_d81_pin_configs[10] = {
1913 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1914 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1915 0x01813122, 0x400001f2,
1919 STAC 922X pin configs for
1923 static unsigned int dell_922x_d82_pin_configs[10] = {
1924 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1925 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1926 0x01813122, 0x400001f1,
1930 STAC 922X pin configs for
1933 static unsigned int dell_922x_m81_pin_configs[10] = {
1934 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1935 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1936 0x40C003f1, 0x405003f0,
1940 STAC 9221 A1 pin configs for
1941 102801D7 (Dell XPS M1210)
1943 static unsigned int dell_922x_m82_pin_configs[10] = {
1944 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1945 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
1946 0x508003f3, 0x405003f4,
1949 static unsigned int d945gtp3_pin_configs[10] = {
1950 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
1951 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1952 0x02a19120, 0x40000100,
1955 static unsigned int d945gtp5_pin_configs[10] = {
1956 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1957 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
1958 0x02a19320, 0x40000100,
1961 static unsigned int intel_mac_v1_pin_configs[10] = {
1962 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1963 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
1964 0x400000fc, 0x400000fb,
1967 static unsigned int intel_mac_v2_pin_configs[10] = {
1968 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1969 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
1970 0x400000fc, 0x400000fb,
1973 static unsigned int intel_mac_v3_pin_configs[10] = {
1974 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1975 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1976 0x400000fc, 0x400000fb,
1979 static unsigned int intel_mac_v4_pin_configs[10] = {
1980 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1981 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1982 0x400000fc, 0x400000fb,
1985 static unsigned int intel_mac_v5_pin_configs[10] = {
1986 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1987 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1988 0x400000fc, 0x400000fb,
1991 static unsigned int ecs202_pin_configs[10] = {
1992 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1993 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1994 0x9037012e, 0x40e000f2,
1997 static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
1998 [STAC_D945_REF] = ref922x_pin_configs,
1999 [STAC_D945GTP3] = d945gtp3_pin_configs,
2000 [STAC_D945GTP5] = d945gtp5_pin_configs,
2001 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
2002 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
2003 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
2004 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
2005 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
2006 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
2007 /* for backward compatibility */
2008 [STAC_MACMINI] = intel_mac_v3_pin_configs,
2009 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
2010 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
2011 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
2012 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
2013 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
2014 [STAC_ECS_202] = ecs202_pin_configs,
2015 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
2016 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
2017 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
2018 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
2021 static const char *stac922x_models[STAC_922X_MODELS] = {
2022 [STAC_922X_AUTO] = "auto",
2023 [STAC_D945_REF] = "ref",
2024 [STAC_D945GTP5] = "5stack",
2025 [STAC_D945GTP3] = "3stack",
2026 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
2027 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
2028 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
2029 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
2030 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
2031 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
2032 /* for backward compatibility */
2033 [STAC_MACMINI] = "macmini",
2034 [STAC_MACBOOK] = "macbook",
2035 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
2036 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
2037 [STAC_IMAC_INTEL] = "imac-intel",
2038 [STAC_IMAC_INTEL_20] = "imac-intel-20",
2039 [STAC_ECS_202] = "ecs202",
2040 [STAC_922X_DELL_D81] = "dell-d81",
2041 [STAC_922X_DELL_D82] = "dell-d82",
2042 [STAC_922X_DELL_M81] = "dell-m81",
2043 [STAC_922X_DELL_M82] = "dell-m82",
2046 static struct snd_pci_quirk stac922x_cfg_tbl[] = {
2047 /* SigmaTel reference board */
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2049 "DFI LanParty", STAC_D945_REF),
2050 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2051 "DFI LanParty", STAC_D945_REF),
2052 /* Intel 945G based systems */
2053 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2054 "Intel D945G", STAC_D945GTP3),
2055 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2056 "Intel D945G", STAC_D945GTP3),
2057 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2058 "Intel D945G", STAC_D945GTP3),
2059 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2060 "Intel D945G", STAC_D945GTP3),
2061 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2062 "Intel D945G", STAC_D945GTP3),
2063 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2064 "Intel D945G", STAC_D945GTP3),
2065 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2066 "Intel D945G", STAC_D945GTP3),
2067 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2068 "Intel D945G", STAC_D945GTP3),
2069 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2070 "Intel D945G", STAC_D945GTP3),
2071 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2072 "Intel D945G", STAC_D945GTP3),
2073 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2074 "Intel D945G", STAC_D945GTP3),
2075 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2076 "Intel D945G", STAC_D945GTP3),
2077 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2078 "Intel D945G", STAC_D945GTP3),
2079 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2080 "Intel D945G", STAC_D945GTP3),
2081 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2082 "Intel D945G", STAC_D945GTP3),
2083 /* Intel D945G 5-stack systems */
2084 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2085 "Intel D945G", STAC_D945GTP5),
2086 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2087 "Intel D945G", STAC_D945GTP5),
2088 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2089 "Intel D945G", STAC_D945GTP5),
2090 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2091 "Intel D945G", STAC_D945GTP5),
2092 /* Intel 945P based systems */
2093 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2094 "Intel D945P", STAC_D945GTP3),
2095 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2096 "Intel D945P", STAC_D945GTP3),
2097 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2098 "Intel D945P", STAC_D945GTP3),
2099 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2100 "Intel D945P", STAC_D945GTP3),
2101 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2102 "Intel D945P", STAC_D945GTP3),
2103 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2104 "Intel D945P", STAC_D945GTP5),
2106 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2107 "Intel D945", STAC_D945_REF),
2109 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
2110 SND_PCI_QUIRK(0x8384, 0x7680,
2111 "Mac", STAC_INTEL_MAC_AUTO),
2113 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2114 "unknown Dell", STAC_922X_DELL_D81),
2115 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2116 "unknown Dell", STAC_922X_DELL_D81),
2117 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2118 "unknown Dell", STAC_922X_DELL_D81),
2119 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2120 "unknown Dell", STAC_922X_DELL_D82),
2121 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2122 "unknown Dell", STAC_922X_DELL_M81),
2123 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2124 "unknown Dell", STAC_922X_DELL_D82),
2125 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2126 "unknown Dell", STAC_922X_DELL_D81),
2127 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2128 "unknown Dell", STAC_922X_DELL_D81),
2129 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2130 "Dell XPS M1210", STAC_922X_DELL_M82),
2131 /* ECS/PC Chips boards */
2132 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
2133 "ECS/PC chips", STAC_ECS_202),
2137 static unsigned int ref927x_pin_configs[14] = {
2138 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2139 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2140 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2141 0x01c42190, 0x40000100,
2144 static unsigned int d965_3st_pin_configs[14] = {
2145 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2146 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2147 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2148 0x40000100, 0x40000100
2151 static unsigned int d965_5st_pin_configs[14] = {
2152 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2153 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2154 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2155 0x40000100, 0x40000100
2158 static unsigned int d965_5st_no_fp_pin_configs[14] = {
2159 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2160 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2161 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2162 0x40000100, 0x40000100
2165 static unsigned int dell_3st_pin_configs[14] = {
2166 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2167 0x01111212, 0x01116211, 0x01813050, 0x01112214,
2168 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
2169 0x40c003fc, 0x40000100
2172 static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
2173 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
2174 [STAC_D965_REF] = ref927x_pin_configs,
2175 [STAC_D965_3ST] = d965_3st_pin_configs,
2176 [STAC_D965_5ST] = d965_5st_pin_configs,
2177 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
2178 [STAC_DELL_3ST] = dell_3st_pin_configs,
2179 [STAC_DELL_BIOS] = NULL,
2182 static const char *stac927x_models[STAC_927X_MODELS] = {
2183 [STAC_927X_AUTO] = "auto",
2184 [STAC_D965_REF_NO_JD] = "ref-no-jd",
2185 [STAC_D965_REF] = "ref",
2186 [STAC_D965_3ST] = "3stack",
2187 [STAC_D965_5ST] = "5stack",
2188 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
2189 [STAC_DELL_3ST] = "dell-3stack",
2190 [STAC_DELL_BIOS] = "dell-bios",
2193 static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2194 /* SigmaTel reference board */
2195 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2196 "DFI LanParty", STAC_D965_REF),
2197 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2198 "DFI LanParty", STAC_D965_REF),
2199 /* Intel 946 based systems */
2200 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2201 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
2202 /* 965 based 3 stack systems */
2203 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2204 "Intel D965", STAC_D965_3ST),
2205 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2206 "Intel D965", STAC_D965_3ST),
2207 /* Dell 3 stack systems */
2208 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
2209 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
2210 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2211 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
2212 /* Dell 3 stack systems with verb table in BIOS */
2213 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2214 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
2215 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
2216 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_3ST),
2217 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2218 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2219 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2220 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
2221 /* 965 based 5 stack systems */
2222 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2223 "Intel D965", STAC_D965_5ST),
2224 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2225 "Intel D965", STAC_D965_5ST),
2229 static unsigned int ref9205_pin_configs[12] = {
2230 0x40000100, 0x40000100, 0x01016011, 0x01014010,
2231 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
2232 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
2236 STAC 9205 pin configs for
2243 10280228 (Dell Vostro 1500)
2245 static unsigned int dell_9205_m42_pin_configs[12] = {
2246 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2247 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2248 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2252 STAC 9205 pin configs for
2256 102801FF (Dell Precision M4300)
2261 static unsigned int dell_9205_m43_pin_configs[12] = {
2262 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2263 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2264 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2267 static unsigned int dell_9205_m44_pin_configs[12] = {
2268 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2269 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2270 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2273 static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
2274 [STAC_9205_REF] = ref9205_pin_configs,
2275 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2276 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2277 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
2278 [STAC_9205_EAPD] = NULL,
2281 static const char *stac9205_models[STAC_9205_MODELS] = {
2282 [STAC_9205_AUTO] = "auto",
2283 [STAC_9205_REF] = "ref",
2284 [STAC_9205_DELL_M42] = "dell-m42",
2285 [STAC_9205_DELL_M43] = "dell-m43",
2286 [STAC_9205_DELL_M44] = "dell-m44",
2287 [STAC_9205_EAPD] = "eapd",
2290 static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2291 /* SigmaTel reference board */
2292 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2293 "DFI LanParty", STAC_9205_REF),
2294 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2295 "DFI LanParty", STAC_9205_REF),
2297 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2298 "unknown Dell", STAC_9205_DELL_M42),
2299 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2300 "unknown Dell", STAC_9205_DELL_M42),
2301 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
2302 "Dell Precision", STAC_9205_DELL_M43),
2303 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2304 "Dell Precision", STAC_9205_DELL_M43),
2305 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2306 "Dell Precision", STAC_9205_DELL_M43),
2307 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2308 "unknown Dell", STAC_9205_DELL_M42),
2309 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2310 "unknown Dell", STAC_9205_DELL_M42),
2311 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2312 "Dell Precision", STAC_9205_DELL_M43),
2313 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
2314 "Dell Precision M4300", STAC_9205_DELL_M43),
2315 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2316 "unknown Dell", STAC_9205_DELL_M42),
2317 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2318 "Dell Precision", STAC_9205_DELL_M43),
2319 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2320 "Dell Precision", STAC_9205_DELL_M43),
2321 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2322 "Dell Precision", STAC_9205_DELL_M43),
2323 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2324 "Dell Inspiron", STAC_9205_DELL_M44),
2325 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2326 "Dell Vostro 1500", STAC_9205_DELL_M42),
2328 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
2332 static void stac92xx_set_config_regs(struct hda_codec *codec,
2333 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 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 struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2470 /* NID is set in stac92xx_build_pcms */
2473 static 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 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 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 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
2520 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
2521 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
2523 if (spec->alt_switch) {
2526 info->name = "STAC92xx Analog Alt";
2527 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2530 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2533 info->name = "STAC92xx Digital";
2534 info->pcm_type = spec->autocfg.dig_out_type[0];
2535 if (spec->multiout.dig_out_nid) {
2536 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2537 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2539 if (spec->dig_in_nid) {
2540 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2541 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2548 static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
2550 unsigned int pincap = snd_hda_query_pin_caps(codec, nid);
2551 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2552 if (pincap & AC_PINCAP_VREF_100)
2553 return AC_PINCTL_VREF_100;
2554 if (pincap & AC_PINCAP_VREF_80)
2555 return AC_PINCTL_VREF_80;
2556 if (pincap & AC_PINCAP_VREF_50)
2557 return AC_PINCTL_VREF_50;
2558 if (pincap & AC_PINCAP_VREF_GRD)
2559 return AC_PINCTL_VREF_GRD;
2563 static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2566 snd_hda_codec_write_cache(codec, nid, 0,
2567 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
2570 #define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2572 static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2573 struct snd_ctl_elem_value *ucontrol)
2575 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2576 struct sigmatel_spec *spec = codec->spec;
2578 ucontrol->value.integer.value[0] = !!spec->hp_switch;
2582 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
2583 unsigned char type);
2585 static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2586 struct snd_ctl_elem_value *ucontrol)
2588 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2589 struct sigmatel_spec *spec = codec->spec;
2590 int nid = kcontrol->private_value;
2592 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
2594 /* check to be sure that the ports are upto date with
2597 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
2602 #define stac92xx_io_switch_info snd_ctl_boolean_mono_info
2604 static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2606 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2607 struct sigmatel_spec *spec = codec->spec;
2608 int io_idx = kcontrol-> private_value & 0xff;
2610 ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
2614 static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2616 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2617 struct sigmatel_spec *spec = codec->spec;
2618 hda_nid_t nid = kcontrol->private_value >> 8;
2619 int io_idx = kcontrol-> private_value & 0xff;
2620 unsigned short val = !!ucontrol->value.integer.value[0];
2622 spec->io_switch[io_idx] = val;
2625 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
2627 unsigned int pinctl = AC_PINCTL_IN_EN;
2628 if (io_idx) /* set VREF for mic */
2629 pinctl |= stac92xx_get_vref(codec, nid);
2630 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2633 /* check the auto-mute again: we need to mute/unmute the speaker
2634 * appropriately according to the pin direction
2636 if (spec->hp_detect)
2637 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
2642 #define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2644 static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2645 struct snd_ctl_elem_value *ucontrol)
2647 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2648 struct sigmatel_spec *spec = codec->spec;
2650 ucontrol->value.integer.value[0] = spec->clfe_swap;
2654 static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2655 struct snd_ctl_elem_value *ucontrol)
2657 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2658 struct sigmatel_spec *spec = codec->spec;
2659 hda_nid_t nid = kcontrol->private_value & 0xff;
2660 unsigned int val = !!ucontrol->value.integer.value[0];
2662 if (spec->clfe_swap == val)
2665 spec->clfe_swap = val;
2667 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2668 spec->clfe_swap ? 0x4 : 0x0);
2673 #define STAC_CODEC_HP_SWITCH(xname) \
2674 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2677 .info = stac92xx_hp_switch_info, \
2678 .get = stac92xx_hp_switch_get, \
2679 .put = stac92xx_hp_switch_put, \
2682 #define STAC_CODEC_IO_SWITCH(xname, xpval) \
2683 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2686 .info = stac92xx_io_switch_info, \
2687 .get = stac92xx_io_switch_get, \
2688 .put = stac92xx_io_switch_put, \
2689 .private_value = xpval, \
2692 #define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2693 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2696 .info = stac92xx_clfe_switch_info, \
2697 .get = stac92xx_clfe_switch_get, \
2698 .put = stac92xx_clfe_switch_put, \
2699 .private_value = xpval, \
2703 STAC_CTL_WIDGET_VOL,
2704 STAC_CTL_WIDGET_MUTE,
2705 STAC_CTL_WIDGET_MONO_MUX,
2706 STAC_CTL_WIDGET_AMP_MUX,
2707 STAC_CTL_WIDGET_AMP_VOL,
2708 STAC_CTL_WIDGET_HP_SWITCH,
2709 STAC_CTL_WIDGET_IO_SWITCH,
2710 STAC_CTL_WIDGET_CLFE_SWITCH
2713 static struct snd_kcontrol_new stac92xx_control_templates[] = {
2714 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2715 HDA_CODEC_MUTE(NULL, 0, 0, 0),
2718 STAC_AMP_VOL(NULL, 0, 0, 0, 0),
2719 STAC_CODEC_HP_SWITCH(NULL),
2720 STAC_CODEC_IO_SWITCH(NULL, 0),
2721 STAC_CODEC_CLFE_SWITCH(NULL, 0),
2724 /* add dynamic controls */
2725 static struct snd_kcontrol_new *
2726 stac_control_new(struct sigmatel_spec *spec,
2727 struct snd_kcontrol_new *ktemp,
2730 struct snd_kcontrol_new *knew;
2732 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2733 knew = snd_array_new(&spec->kctls);
2737 knew->name = kstrdup(name, GFP_KERNEL);
2740 memset(knew, 0, sizeof(*knew));
2741 spec->kctls.alloced--;
2747 static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2748 struct snd_kcontrol_new *ktemp,
2749 int idx, const char *name,
2752 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name);
2756 knew->private_value = val;
2760 static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2761 int type, int idx, const char *name,
2764 return stac92xx_add_control_temp(spec,
2765 &stac92xx_control_templates[type],
2770 /* add dynamic controls */
2771 static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2772 const char *name, unsigned long val)
2774 return stac92xx_add_control_idx(spec, type, 0, name, val);
2777 static struct snd_kcontrol_new stac_input_src_temp = {
2778 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2779 .name = "Input Source",
2780 .info = stac92xx_mux_enum_info,
2781 .get = stac92xx_mux_enum_get,
2782 .put = stac92xx_mux_enum_put,
2785 static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2787 struct snd_kcontrol_new *knew;
2788 struct hda_input_mux *imux = &spec->private_imux;
2790 if (!spec->num_adcs || imux->num_items <= 1)
2791 return 0; /* no need for input source control */
2792 knew = stac_control_new(spec, &stac_input_src_temp,
2793 stac_input_src_temp.name);
2796 knew->count = spec->num_adcs;
2800 /* check whether the line-input can be used as line-out */
2801 static hda_nid_t check_line_out_switch(struct hda_codec *codec)
2803 struct sigmatel_spec *spec = codec->spec;
2804 struct auto_pin_cfg *cfg = &spec->autocfg;
2806 unsigned int pincap;
2808 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2810 nid = cfg->input_pins[AUTO_PIN_LINE];
2811 pincap = snd_hda_query_pin_caps(codec, nid);
2812 if (pincap & AC_PINCAP_OUT)
2817 /* check whether the mic-input can be used as line-out */
2818 static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2820 struct sigmatel_spec *spec = codec->spec;
2821 struct auto_pin_cfg *cfg = &spec->autocfg;
2822 unsigned int def_conf, pincap;
2823 unsigned int mic_pin;
2825 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2827 mic_pin = AUTO_PIN_MIC;
2829 hda_nid_t nid = cfg->input_pins[mic_pin];
2830 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2831 /* some laptops have an internal analog microphone
2832 * which can't be used as a output */
2833 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2834 pincap = snd_hda_query_pin_caps(codec, nid);
2835 if (pincap & AC_PINCAP_OUT)
2838 if (mic_pin == AUTO_PIN_MIC)
2839 mic_pin = AUTO_PIN_FRONT_MIC;
2846 static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2850 for (i = 0; i < spec->multiout.num_dacs; i++) {
2851 if (spec->multiout.dac_nids[i] == nid)
2858 static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2861 if (is_in_dac_nids(spec, nid))
2863 for (i = 0; i < spec->autocfg.hp_outs; i++)
2864 if (spec->hp_dacs[i] == nid)
2866 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2867 if (spec->speaker_dacs[i] == nid)
2872 static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2874 struct sigmatel_spec *spec = codec->spec;
2876 hda_nid_t conn[HDA_MAX_CONNECTIONS];
2877 unsigned int wcaps, wtype;
2879 conn_len = snd_hda_get_connections(codec, nid, conn,
2880 HDA_MAX_CONNECTIONS);
2881 for (j = 0; j < conn_len; j++) {
2882 wcaps = get_wcaps(codec, conn[j]);
2883 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
2884 /* we check only analog outputs */
2885 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2887 /* if this route has a free DAC, assign it */
2888 if (!check_all_dac_nids(spec, conn[j])) {
2890 /* select this DAC in the pin's input mux */
2891 snd_hda_codec_write_cache(codec, nid, 0,
2892 AC_VERB_SET_CONNECT_SEL, j);
2897 /* if all DACs are already assigned, connect to the primary DAC */
2899 for (j = 0; j < conn_len; j++) {
2900 if (conn[j] == spec->multiout.dac_nids[0]) {
2901 snd_hda_codec_write_cache(codec, nid, 0,
2902 AC_VERB_SET_CONNECT_SEL, j);
2910 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2911 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2914 * Fill in the dac_nids table from the parsed pin configuration
2915 * This function only works when every pin in line_out_pins[]
2916 * contains atleast one DAC in its connection list. Some 92xx
2917 * codecs are not connected directly to a DAC, such as the 9200
2918 * and 9202/925x. For those, dac_nids[] must be hard-coded.
2920 static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
2922 struct sigmatel_spec *spec = codec->spec;
2923 struct auto_pin_cfg *cfg = &spec->autocfg;
2927 for (i = 0; i < cfg->line_outs; i++) {
2928 nid = cfg->line_out_pins[i];
2929 dac = get_unassigned_dac(codec, nid);
2931 if (spec->multiout.num_dacs > 0) {
2932 /* we have already working output pins,
2933 * so let's drop the broken ones again
2935 cfg->line_outs = spec->multiout.num_dacs;
2938 /* error out, no available DAC found */
2940 "%s: No available DAC for pin 0x%x\n",
2944 add_spec_dacs(spec, dac);
2947 for (i = 0; i < cfg->hp_outs; i++) {
2948 nid = cfg->hp_pins[i];
2949 dac = get_unassigned_dac(codec, nid);
2951 if (!spec->multiout.hp_nid)
2952 spec->multiout.hp_nid = dac;
2954 add_spec_extra_dacs(spec, dac);
2956 spec->hp_dacs[i] = dac;
2959 for (i = 0; i < cfg->speaker_outs; i++) {
2960 nid = cfg->speaker_pins[i];
2961 dac = get_unassigned_dac(codec, nid);
2963 add_spec_extra_dacs(spec, dac);
2964 spec->speaker_dacs[i] = dac;
2967 /* add line-in as output */
2968 nid = check_line_out_switch(codec);
2970 dac = get_unassigned_dac(codec, nid);
2972 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
2973 nid, cfg->line_outs);
2974 cfg->line_out_pins[cfg->line_outs] = nid;
2976 spec->line_switch = nid;
2977 add_spec_dacs(spec, dac);
2980 /* add mic as output */
2981 nid = check_mic_out_switch(codec);
2983 dac = get_unassigned_dac(codec, nid);
2985 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
2986 nid, cfg->line_outs);
2987 cfg->line_out_pins[cfg->line_outs] = nid;
2989 spec->mic_switch = nid;
2990 add_spec_dacs(spec, dac);
2994 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
2995 spec->multiout.num_dacs,
2996 spec->multiout.dac_nids[0],
2997 spec->multiout.dac_nids[1],
2998 spec->multiout.dac_nids[2],
2999 spec->multiout.dac_nids[3],
3000 spec->multiout.dac_nids[4]);
3005 /* create volume control/switch for the given prefx type */
3006 static int create_controls_idx(struct hda_codec *codec, const char *pfx,
3007 int idx, hda_nid_t nid, int chs)
3009 struct sigmatel_spec *spec = codec->spec;
3013 if (!spec->check_volume_offset) {
3014 unsigned int caps, step, nums, db_scale;
3015 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3016 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3017 AC_AMPCAP_STEP_SIZE_SHIFT;
3018 step = (step + 1) * 25; /* in .01dB unit */
3019 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3020 AC_AMPCAP_NUM_STEPS_SHIFT;
3021 db_scale = nums * step;
3022 /* if dB scale is over -64dB, and finer enough,
3023 * let's reduce it to half
3025 if (db_scale > 6400 && nums >= 0x1f)
3026 spec->volume_offset = nums / 2;
3027 spec->check_volume_offset = 1;
3030 sprintf(name, "%s Playback Volume", pfx);
3031 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
3032 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3033 spec->volume_offset));
3036 sprintf(name, "%s Playback Switch", pfx);
3037 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
3038 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3044 #define create_controls(codec, pfx, nid, chs) \
3045 create_controls_idx(codec, pfx, 0, nid, chs)
3047 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3049 if (spec->multiout.num_dacs > 4) {
3050 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3053 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3054 spec->multiout.num_dacs++;
3059 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3062 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3063 if (!spec->multiout.extra_out_nid[i]) {
3064 spec->multiout.extra_out_nid[i] = nid;
3068 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3072 /* Create output controls
3073 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3075 static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3076 const hda_nid_t *pins,
3077 const hda_nid_t *dac_nids,
3080 struct sigmatel_spec *spec = codec->spec;
3081 static const char *chname[4] = {
3082 "Front", "Surround", NULL /*CLFE*/, "Side"
3086 unsigned int wid_caps;
3088 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
3089 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
3090 wid_caps = get_wcaps(codec, pins[i]);
3091 if (wid_caps & AC_WCAP_UNSOL_CAP)
3092 spec->hp_detect = 1;
3097 if (type != AUTO_PIN_HP_OUT && i == 2) {
3099 err = create_controls(codec, "Center", nid, 1);
3102 err = create_controls(codec, "LFE", nid, 2);
3106 wid_caps = get_wcaps(codec, nid);
3108 if (wid_caps & AC_WCAP_LR_SWAP) {
3109 err = stac92xx_add_control(spec,
3110 STAC_CTL_WIDGET_CLFE_SWITCH,
3111 "Swap Center/LFE Playback Switch", nid);
3121 case AUTO_PIN_HP_OUT:
3125 case AUTO_PIN_SPEAKER_OUT:
3134 err = create_controls_idx(codec, name, idx, nid, 3);
3142 /* add playback controls from the parsed DAC table */
3143 static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3144 const struct auto_pin_cfg *cfg)
3146 struct sigmatel_spec *spec = codec->spec;
3149 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3150 spec->multiout.dac_nids,
3151 cfg->line_out_type);
3155 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
3156 err = stac92xx_add_control(spec,
3157 STAC_CTL_WIDGET_HP_SWITCH,
3158 "Headphone as Line Out Switch",
3159 cfg->hp_pins[cfg->hp_outs - 1]);
3164 if (spec->line_switch) {
3165 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3166 "Line In as Output Switch",
3167 spec->line_switch << 8);
3172 if (spec->mic_switch) {
3173 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3174 "Mic as Output Switch",
3175 (spec->mic_switch << 8) | 1);
3183 /* add playback controls for Speaker and HP outputs */
3184 static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3185 struct auto_pin_cfg *cfg)
3187 struct sigmatel_spec *spec = codec->spec;
3190 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3191 spec->hp_dacs, AUTO_PIN_HP_OUT);
3195 err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3196 spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3203 /* labels for mono mux outputs */
3204 static const char *stac92xx_mono_labels[4] = {
3205 "DAC0", "DAC1", "Mixer", "DAC2"
3208 /* create mono mux for mono out on capable codecs */
3209 static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3211 struct sigmatel_spec *spec = codec->spec;
3212 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3214 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3216 num_cons = snd_hda_get_connections(codec,
3219 HDA_MAX_NUM_INPUTS);
3220 if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
3223 for (i = 0; i < num_cons; i++) {
3224 mono_mux->items[mono_mux->num_items].label =
3225 stac92xx_mono_labels[i];
3226 mono_mux->items[mono_mux->num_items].index = i;
3227 mono_mux->num_items++;
3230 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3231 "Mono Mux", spec->mono_nid);
3234 /* labels for amp mux outputs */
3235 static const char *stac92xx_amp_labels[3] = {
3236 "Front Microphone", "Microphone", "Line In",
3239 /* create amp out controls mux on capable codecs */
3240 static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3242 struct sigmatel_spec *spec = codec->spec;
3243 struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3246 for (i = 0; i < spec->num_amps; i++) {
3247 amp_mux->items[amp_mux->num_items].label =
3248 stac92xx_amp_labels[i];
3249 amp_mux->items[amp_mux->num_items].index = i;
3250 amp_mux->num_items++;
3253 if (spec->num_amps > 1) {
3254 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3255 "Amp Selector Capture Switch", 0);
3259 return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3260 "Amp Capture Volume",
3261 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3265 /* create PC beep volume controls */
3266 static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3269 struct sigmatel_spec *spec = codec->spec;
3270 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3273 /* check for mute support for the the amp */
3274 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3275 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3276 "PC Beep Playback Switch",
3277 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3282 /* check to see if there is volume support for the amp */
3283 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3284 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3285 "PC Beep Playback Volume",
3286 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3293 #ifdef CONFIG_SND_HDA_INPUT_BEEP
3294 #define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3296 static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3297 struct snd_ctl_elem_value *ucontrol)
3299 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3300 ucontrol->value.integer.value[0] = codec->beep->enabled;
3304 static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3305 struct snd_ctl_elem_value *ucontrol)
3307 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3308 int enabled = !!ucontrol->value.integer.value[0];
3309 if (codec->beep->enabled != enabled) {
3310 codec->beep->enabled = enabled;
3316 static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3317 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3318 .info = stac92xx_dig_beep_switch_info,
3319 .get = stac92xx_dig_beep_switch_get,
3320 .put = stac92xx_dig_beep_switch_put,
3323 static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3325 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
3326 0, "PC Beep Playback Switch", 0);
3330 static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3332 struct sigmatel_spec *spec = codec->spec;
3333 int wcaps, nid, i, err = 0;
3335 for (i = 0; i < spec->num_muxes; i++) {
3336 nid = spec->mux_nids[i];
3337 wcaps = get_wcaps(codec, nid);
3339 if (wcaps & AC_WCAP_OUT_AMP) {
3340 err = stac92xx_add_control_idx(spec,
3341 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3342 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3350 static const char *stac92xx_spdif_labels[3] = {
3351 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
3354 static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3356 struct sigmatel_spec *spec = codec->spec;
3357 struct hda_input_mux *spdif_mux = &spec->private_smux;
3358 const char **labels = spec->spdif_labels;
3360 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3362 num_cons = snd_hda_get_connections(codec,
3365 HDA_MAX_NUM_INPUTS);
3370 labels = stac92xx_spdif_labels;
3372 for (i = 0; i < num_cons; i++) {
3373 spdif_mux->items[spdif_mux->num_items].label = labels[i];
3374 spdif_mux->items[spdif_mux->num_items].index = i;
3375 spdif_mux->num_items++;
3381 /* labels for dmic mux inputs */
3382 static const char *stac92xx_dmic_labels[5] = {
3383 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3384 "Digital Mic 3", "Digital Mic 4"
3387 /* create playback/capture controls for input pins on dmic capable codecs */
3388 static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3389 const struct auto_pin_cfg *cfg)
3391 struct sigmatel_spec *spec = codec->spec;
3392 struct hda_input_mux *dimux = &spec->private_dimux;
3393 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3397 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3398 dimux->items[dimux->num_items].index = 0;
3401 for (i = 0; i < spec->num_dmics; i++) {
3406 unsigned int def_conf;
3408 def_conf = snd_hda_codec_get_pincfg(codec, spec->dmic_nids[i]);
3409 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3412 nid = spec->dmic_nids[i];
3413 num_cons = snd_hda_get_connections(codec,
3416 HDA_MAX_NUM_INPUTS);
3417 for (j = 0; j < num_cons; j++)
3418 if (con_lst[j] == nid) {
3424 wcaps = get_wcaps(codec, nid) &
3425 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
3428 sprintf(name, "%s Capture Volume",
3429 stac92xx_dmic_labels[dimux->num_items]);
3431 err = stac92xx_add_control(spec,
3432 STAC_CTL_WIDGET_VOL,
3434 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3435 (wcaps & AC_WCAP_OUT_AMP) ?
3436 HDA_OUTPUT : HDA_INPUT));
3441 dimux->items[dimux->num_items].label =
3442 stac92xx_dmic_labels[dimux->num_items];
3443 dimux->items[dimux->num_items].index = index;
3450 /* create playback/capture controls for input pins */
3451 static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3453 struct sigmatel_spec *spec = codec->spec;
3454 struct hda_input_mux *imux = &spec->private_imux;
3455 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3458 for (i = 0; i < AUTO_PIN_LAST; i++) {
3461 if (!cfg->input_pins[i])
3464 for (j = 0; j < spec->num_muxes; j++) {
3466 num_cons = snd_hda_get_connections(codec,
3469 HDA_MAX_NUM_INPUTS);
3470 for (k = 0; k < num_cons; k++)
3471 if (con_lst[k] == cfg->input_pins[i]) {
3478 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3479 imux->items[imux->num_items].index = index;
3483 if (imux->num_items) {
3485 * Set the current input for the muxes.
3486 * The STAC9221 has two input muxes with identical source
3487 * NID lists. Hopefully this won't get confused.
3489 for (i = 0; i < spec->num_muxes; i++) {
3490 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3491 AC_VERB_SET_CONNECT_SEL,
3492 imux->items[0].index);
3499 static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3501 struct sigmatel_spec *spec = codec->spec;
3504 for (i = 0; i < spec->autocfg.line_outs; i++) {
3505 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3506 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3510 static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3512 struct sigmatel_spec *spec = codec->spec;
3515 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3517 pin = spec->autocfg.hp_pins[i];
3518 if (pin) /* connect to front */
3519 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3521 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3523 pin = spec->autocfg.speaker_pins[i];
3524 if (pin) /* connect to front */
3525 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3529 static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out, hda_nid_t dig_in)
3531 struct sigmatel_spec *spec = codec->spec;
3535 if ((err = snd_hda_parse_pin_def_config(codec,
3537 spec->dmic_nids)) < 0)
3539 if (! spec->autocfg.line_outs)
3540 return 0; /* can't find valid pin config */
3542 /* If we have no real line-out pin and multiple hp-outs, HPs should
3543 * be set up as multi-channel outputs.
3545 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3546 spec->autocfg.hp_outs > 1) {
3547 /* Copy hp_outs to line_outs, backup line_outs in
3548 * speaker_outs so that the following routines can handle
3549 * HP pins as primary outputs.
3551 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
3552 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3553 sizeof(spec->autocfg.line_out_pins));
3554 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3555 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3556 sizeof(spec->autocfg.hp_pins));
3557 spec->autocfg.line_outs = spec->autocfg.hp_outs;
3558 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3559 spec->autocfg.hp_outs = 0;
3562 if (spec->autocfg.mono_out_pin) {
3563 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3564 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
3565 u32 caps = query_amp_caps(codec,
3566 spec->autocfg.mono_out_pin, dir);
3567 hda_nid_t conn_list[1];
3569 /* get the mixer node and then the mono mux if it exists */
3570 if (snd_hda_get_connections(codec,
3571 spec->autocfg.mono_out_pin, conn_list, 1) &&
3572 snd_hda_get_connections(codec, conn_list[0],
3575 int wcaps = get_wcaps(codec, conn_list[0]);
3576 int wid_type = (wcaps & AC_WCAP_TYPE)
3577 >> AC_WCAP_TYPE_SHIFT;
3578 /* LR swap check, some stac925x have a mux that
3579 * changes the DACs output path instead of the
3582 if (wid_type == AC_WID_AUD_SEL &&
3583 !(wcaps & AC_WCAP_LR_SWAP))
3584 spec->mono_nid = conn_list[0];
3587 hda_nid_t nid = spec->autocfg.mono_out_pin;
3589 /* most mono outs have a least a mute/unmute switch */
3590 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3591 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3592 "Mono Playback Switch",
3593 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3596 /* check for volume support for the amp */
3597 if ((caps & AC_AMPCAP_NUM_STEPS)
3598 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3599 err = stac92xx_add_control(spec,
3600 STAC_CTL_WIDGET_VOL,
3601 "Mono Playback Volume",
3602 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3608 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3612 if (!spec->multiout.num_dacs) {
3613 err = stac92xx_auto_fill_dac_nids(codec);
3616 err = stac92xx_auto_create_multi_out_ctls(codec,
3622 /* setup analog beep controls */
3623 if (spec->anabeep_nid > 0) {
3624 err = stac92xx_auto_create_beep_ctls(codec,
3630 /* setup digital beep controls and input device */
3631 #ifdef CONFIG_SND_HDA_INPUT_BEEP
3632 if (spec->digbeep_nid > 0) {
3633 hda_nid_t nid = spec->digbeep_nid;
3636 err = stac92xx_auto_create_beep_ctls(codec, nid);
3639 err = snd_hda_attach_beep_device(codec, nid);
3642 /* if no beep switch is available, make its own one */
3643 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3645 !((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT)) {
3646 err = stac92xx_beep_switch_ctl(codec);
3653 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3657 /* All output parsing done, now restore the swapped hp pins */
3659 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3660 sizeof(spec->autocfg.hp_pins));
3661 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3662 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3663 spec->autocfg.line_outs = 0;
3666 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3670 if (spec->mono_nid > 0) {
3671 err = stac92xx_auto_create_mono_output_ctls(codec);
3675 if (spec->num_amps > 0) {
3676 err = stac92xx_auto_create_amp_output_ctls(codec);
3680 if (spec->num_dmics > 0 && !spec->dinput_mux)
3681 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3682 &spec->autocfg)) < 0)
3684 if (spec->num_muxes > 0) {
3685 err = stac92xx_auto_create_mux_input_ctls(codec);
3689 if (spec->num_smuxes > 0) {
3690 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3695 err = stac92xx_add_input_source(spec);
3699 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
3700 if (spec->multiout.max_channels > 2)
3701 spec->surr_switch = 1;
3703 if (spec->autocfg.dig_outs)
3704 spec->multiout.dig_out_nid = dig_out;
3705 if (dig_in && spec->autocfg.dig_in_pin)
3706 spec->dig_in_nid = dig_in;
3708 if (spec->kctls.list)
3709 spec->mixers[spec->num_mixers++] = spec->kctls.list;
3711 spec->input_mux = &spec->private_imux;
3712 if (!spec->dinput_mux)
3713 spec->dinput_mux = &spec->private_dimux;
3714 spec->sinput_mux = &spec->private_smux;
3715 spec->mono_mux = &spec->private_mono_mux;
3716 spec->amp_mux = &spec->private_amp_mux;
3720 /* add playback controls for HP output */
3721 static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3722 struct auto_pin_cfg *cfg)
3724 struct sigmatel_spec *spec = codec->spec;
3725 hda_nid_t pin = cfg->hp_pins[0];
3726 unsigned int wid_caps;
3731 wid_caps = get_wcaps(codec, pin);
3732 if (wid_caps & AC_WCAP_UNSOL_CAP)
3733 spec->hp_detect = 1;
3738 /* add playback controls for LFE output */
3739 static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3740 struct auto_pin_cfg *cfg)
3742 struct sigmatel_spec *spec = codec->spec;
3744 hda_nid_t lfe_pin = 0x0;
3748 * search speaker outs and line outs for a mono speaker pin
3749 * with an amp. If one is found, add LFE controls
3752 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3753 hda_nid_t pin = spec->autocfg.speaker_pins[i];
3754 unsigned int wcaps = get_wcaps(codec, pin);
3755 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3756 if (wcaps == AC_WCAP_OUT_AMP)
3757 /* found a mono speaker with an amp, must be lfe */
3761 /* if speaker_outs is 0, then speakers may be in line_outs */
3762 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3763 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3764 hda_nid_t pin = spec->autocfg.line_out_pins[i];
3765 unsigned int defcfg;
3766 defcfg = snd_hda_codec_get_pincfg(codec, pin);
3767 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
3768 unsigned int wcaps = get_wcaps(codec, pin);
3769 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3770 if (wcaps == AC_WCAP_OUT_AMP)
3771 /* found a mono speaker with an amp,
3779 err = create_controls(codec, "LFE", lfe_pin, 1);
3787 static int stac9200_parse_auto_config(struct hda_codec *codec)
3789 struct sigmatel_spec *spec = codec->spec;
3792 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
3795 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3798 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3801 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3804 if (spec->num_muxes > 0) {
3805 err = stac92xx_auto_create_mux_input_ctls(codec);
3810 err = stac92xx_add_input_source(spec);
3814 if (spec->autocfg.dig_outs)
3815 spec->multiout.dig_out_nid = 0x05;
3816 if (spec->autocfg.dig_in_pin)
3817 spec->dig_in_nid = 0x04;
3819 if (spec->kctls.list)
3820 spec->mixers[spec->num_mixers++] = spec->kctls.list;
3822 spec->input_mux = &spec->private_imux;
3823 spec->dinput_mux = &spec->private_dimux;
3829 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3830 * funky external mute control using GPIO pins.
3833 static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
3834 unsigned int dir_mask, unsigned int data)
3836 unsigned int gpiostate, gpiomask, gpiodir;
3838 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3839 AC_VERB_GET_GPIO_DATA, 0);
3840 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
3842 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3843 AC_VERB_GET_GPIO_MASK, 0);
3846 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3847 AC_VERB_GET_GPIO_DIRECTION, 0);
3848 gpiodir |= dir_mask;
3850 /* Configure GPIOx as CMOS */
3851 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3853 snd_hda_codec_write(codec, codec->afg, 0,
3854 AC_VERB_SET_GPIO_MASK, gpiomask);
3855 snd_hda_codec_read(codec, codec->afg, 0,
3856 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
3860 snd_hda_codec_read(codec, codec->afg, 0,
3861 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
3864 #ifdef CONFIG_SND_JACK
3865 static void stac92xx_free_jack_priv(struct snd_jack *jack)
3867 struct sigmatel_jack *jacks = jack->private_data;
3873 static int stac92xx_add_jack(struct hda_codec *codec,
3874 hda_nid_t nid, int type)
3876 #ifdef CONFIG_SND_JACK
3877 struct sigmatel_spec *spec = codec->spec;
3878 struct sigmatel_jack *jack;
3879 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
3880 int connectivity = get_defcfg_connect(def_conf);
3884 if (connectivity && connectivity != AC_JACK_PORT_FIXED)
3887 snd_array_init(&spec->jacks, sizeof(*jack), 32);
3888 jack = snd_array_new(&spec->jacks);
3894 sprintf(name, "%s at %s %s Jack",
3895 snd_hda_get_jack_type(def_conf),
3896 snd_hda_get_jack_connectivity(def_conf),
3897 snd_hda_get_jack_location(def_conf));
3899 err = snd_jack_new(codec->bus->card, name, type, &jack->jack);
3904 jack->jack->private_data = jack;
3905 jack->jack->private_free = stac92xx_free_jack_priv;
3910 static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
3911 unsigned char type, int data)
3913 struct sigmatel_event *event;
3915 snd_array_init(&spec->events, sizeof(*event), 32);
3916 event = snd_array_new(&spec->events);
3921 event->tag = spec->events.used;
3927 static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
3928 hda_nid_t nid, unsigned char type)
3930 struct sigmatel_spec *spec = codec->spec;
3931 struct sigmatel_event *event = spec->events.list;
3934 for (i = 0; i < spec->events.used; i++, event++) {
3935 if (event->nid == nid && event->type == type)
3941 static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
3944 struct sigmatel_spec *spec = codec->spec;
3945 struct sigmatel_event *event = spec->events.list;
3948 for (i = 0; i < spec->events.used; i++, event++) {
3949 if (event->tag == tag)
3955 static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
3958 struct sigmatel_event *event;
3961 if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
3963 event = stac_get_event(codec, nid, type);
3967 tag = stac_add_event(codec->spec, nid, type, 0);
3970 snd_hda_codec_write_cache(codec, nid, 0,
3971 AC_VERB_SET_UNSOLICITED_ENABLE,
3975 static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
3978 for (i = 0; i < cfg->hp_outs; i++)
3979 if (cfg->hp_pins[i] == nid)
3980 return 1; /* nid is a HP-Out */
3982 return 0; /* nid is not a HP-Out */
3985 static void stac92xx_power_down(struct hda_codec *codec)
3987 struct sigmatel_spec *spec = codec->spec;
3989 /* power down inactive DACs */
3991 for (dac = spec->dac_list; *dac; dac++)
3992 if (!check_all_dac_nids(spec, *dac))
3993 snd_hda_codec_write(codec, *dac, 0,
3994 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
3997 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4000 /* override some hints from the hwdep entry */
4001 static void stac_store_hints(struct hda_codec *codec)
4003 struct sigmatel_spec *spec = codec->spec;
4007 val = snd_hda_get_bool_hint(codec, "hp_detect");
4009 spec->hp_detect = val;
4010 p = snd_hda_get_hint(codec, "gpio_mask");
4012 spec->gpio_mask = simple_strtoul(p, NULL, 0);
4013 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4016 p = snd_hda_get_hint(codec, "gpio_dir");
4018 spec->gpio_dir = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
4019 p = snd_hda_get_hint(codec, "gpio_data");
4021 spec->gpio_data = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
4022 p = snd_hda_get_hint(codec, "eapd_mask");
4024 spec->eapd_mask = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
4025 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4027 spec->eapd_switch = val;
4030 static int stac92xx_init(struct hda_codec *codec)
4032 struct sigmatel_spec *spec = codec->spec;
4033 struct auto_pin_cfg *cfg = &spec->autocfg;
4037 snd_hda_sequence_write(codec, spec->init);
4039 /* power down adcs initially */
4040 if (spec->powerdown_adcs)
4041 for (i = 0; i < spec->num_adcs; i++)
4042 snd_hda_codec_write(codec,
4043 spec->adc_nids[i], 0,
4044 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4046 /* override some hints */
4047 stac_store_hints(codec);
4050 gpio = spec->gpio_data;
4051 /* turn on EAPD statically when spec->eapd_switch isn't set.
4052 * otherwise, unsol event will turn it on/off dynamically
4054 if (!spec->eapd_switch)
4055 gpio |= spec->eapd_mask;
4056 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4059 if (spec->hp_detect) {
4060 /* Enable unsolicited responses on the HP widget */
4061 for (i = 0; i < cfg->hp_outs; i++) {
4062 hda_nid_t nid = cfg->hp_pins[i];
4063 enable_pin_detect(codec, nid, STAC_HP_EVENT);
4065 /* force to enable the first line-out; the others are set up
4068 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
4070 /* fake event to set up pins */
4071 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4074 stac92xx_auto_init_multi_out(codec);
4075 stac92xx_auto_init_hp_out(codec);
4076 for (i = 0; i < cfg->hp_outs; i++)
4077 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
4079 for (i = 0; i < AUTO_PIN_LAST; i++) {
4080 hda_nid_t nid = cfg->input_pins[i];
4082 unsigned int pinctl, conf;
4083 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
4084 /* for mic pins, force to initialize */
4085 pinctl = stac92xx_get_vref(codec, nid);
4086 pinctl |= AC_PINCTL_IN_EN;
4087 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4089 pinctl = snd_hda_codec_read(codec, nid, 0,
4090 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4091 /* if PINCTL already set then skip */
4092 /* Also, if both INPUT and OUTPUT are set,
4093 * it must be a BIOS bug; need to override, too
4095 if (!(pinctl & AC_PINCTL_IN_EN) ||
4096 (pinctl & AC_PINCTL_OUT_EN)) {
4097 pinctl &= ~AC_PINCTL_OUT_EN;
4098 pinctl |= AC_PINCTL_IN_EN;
4099 stac92xx_auto_set_pinctl(codec, nid,
4103 conf = snd_hda_codec_get_pincfg(codec, nid);
4104 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4105 enable_pin_detect(codec, nid,
4107 stac_issue_unsol_event(codec, nid,
4112 for (i = 0; i < spec->num_dmics; i++)
4113 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4115 if (cfg->dig_out_pins[0])
4116 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
4118 if (cfg->dig_in_pin)
4119 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4121 for (i = 0; i < spec->num_pwrs; i++) {
4122 hda_nid_t nid = spec->pwr_nids[i];
4123 int pinctl, def_conf;
4125 /* power on when no jack detection is available */
4126 if (!spec->hp_detect) {
4127 stac_toggle_power_map(codec, nid, 1);
4131 if (is_nid_hp_pin(cfg, nid))
4132 continue; /* already has an unsol event */
4134 pinctl = snd_hda_codec_read(codec, nid, 0,
4135 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4136 /* outputs are only ports capable of power management
4137 * any attempts on powering down a input port cause the
4138 * referenced VREF to act quirky.
4140 if (pinctl & AC_PINCTL_IN_EN) {
4141 stac_toggle_power_map(codec, nid, 1);
4144 def_conf = snd_hda_codec_get_pincfg(codec, nid);
4145 def_conf = get_defcfg_connect(def_conf);
4146 /* skip any ports that don't have jacks since presence
4147 * detection is useless */
4148 if (def_conf != AC_JACK_PORT_COMPLEX) {
4149 if (def_conf != AC_JACK_PORT_NONE)
4150 stac_toggle_power_map(codec, nid, 1);
4153 if (!stac_get_event(codec, nid, STAC_INSERT_EVENT)) {
4154 enable_pin_detect(codec, nid, STAC_PWR_EVENT);
4155 stac_issue_unsol_event(codec, nid, STAC_PWR_EVENT);
4159 stac92xx_power_down(codec);
4163 static void stac92xx_free_jacks(struct hda_codec *codec)
4165 #ifdef CONFIG_SND_JACK
4166 /* free jack instances manually when clearing/reconfiguring */
4167 struct sigmatel_spec *spec = codec->spec;
4168 if (!codec->bus->shutdown && spec->jacks.list) {
4169 struct sigmatel_jack *jacks = spec->jacks.list;
4171 for (i = 0; i < spec->jacks.used; i++, jacks++) {
4173 snd_device_free(codec->bus->card, jacks->jack);
4176 snd_array_free(&spec->jacks);
4180 static void stac92xx_free_kctls(struct hda_codec *codec)
4182 struct sigmatel_spec *spec = codec->spec;
4184 if (spec->kctls.list) {
4185 struct snd_kcontrol_new *kctl = spec->kctls.list;
4187 for (i = 0; i < spec->kctls.used; i++)
4188 kfree(kctl[i].name);
4190 snd_array_free(&spec->kctls);
4193 static void stac92xx_free(struct hda_codec *codec)
4195 struct sigmatel_spec *spec = codec->spec;
4200 stac92xx_free_jacks(codec);
4201 snd_array_free(&spec->events);
4204 snd_hda_detach_beep_device(codec);
4207 static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4210 unsigned int old_ctl, pin_ctl;
4212 pin_ctl = snd_hda_codec_read(codec, nid,
4213 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
4215 if (pin_ctl & AC_PINCTL_IN_EN) {
4217 * we need to check the current set-up direction of
4218 * shared input pins since they can be switched via
4219 * "xxx as Output" mixer switch
4221 struct sigmatel_spec *spec = codec->spec;
4222 if (nid == spec->line_switch || nid == spec->mic_switch)
4227 /* if setting pin direction bits, clear the current
4228 direction bits first */
4229 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4230 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4233 if (old_ctl != pin_ctl)
4234 snd_hda_codec_write_cache(codec, nid, 0,
4235 AC_VERB_SET_PIN_WIDGET_CONTROL,
4239 static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4242 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4243 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
4245 snd_hda_codec_write_cache(codec, nid, 0,
4246 AC_VERB_SET_PIN_WIDGET_CONTROL,
4250 static int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
4254 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
4260 /* return non-zero if the hp-pin of the given array index isn't
4261 * a jack-detection target
4263 static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4265 struct auto_pin_cfg *cfg = &spec->autocfg;
4267 /* ignore sensing of shared line and mic jacks */
4268 if (cfg->hp_pins[i] == spec->line_switch)
4270 if (cfg->hp_pins[i] == spec->mic_switch)
4272 /* ignore if the pin is set as line-out */
4273 if (cfg->hp_pins[i] == spec->hp_switch)
4278 static void stac92xx_hp_detect(struct hda_codec *codec)
4280 struct sigmatel_spec *spec = codec->spec;
4281 struct auto_pin_cfg *cfg = &spec->autocfg;
4285 if (spec->gpio_mute)
4286 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4287 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4289 for (i = 0; i < cfg->hp_outs; i++) {
4292 if (no_hp_sensing(spec, i))
4294 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4296 unsigned int pinctl;
4297 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4298 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4299 if (pinctl & AC_PINCTL_IN_EN)
4300 presence = 0; /* mic- or line-input */
4305 /* disable lineouts */
4306 if (spec->hp_switch)
4307 stac92xx_reset_pinctl(codec, spec->hp_switch,
4309 for (i = 0; i < cfg->line_outs; i++)
4310 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4312 for (i = 0; i < cfg->speaker_outs; i++)
4313 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4315 if (spec->eapd_mask && spec->eapd_switch)
4316 stac_gpio_set(codec, spec->gpio_mask,
4317 spec->gpio_dir, spec->gpio_data &
4320 /* enable lineouts */
4321 if (spec->hp_switch)
4322 stac92xx_set_pinctl(codec, spec->hp_switch,
4324 for (i = 0; i < cfg->line_outs; i++)
4325 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4327 for (i = 0; i < cfg->speaker_outs; i++)
4328 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4330 if (spec->eapd_mask && spec->eapd_switch)
4331 stac_gpio_set(codec, spec->gpio_mask,
4332 spec->gpio_dir, spec->gpio_data |
4335 /* toggle hp outs */
4336 for (i = 0; i < cfg->hp_outs; i++) {
4337 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4338 if (no_hp_sensing(spec, i))
4341 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
4343 /* Resetting the pinctl like below may lead to (a sort of) regressions
4344 * on some devices since they use the HP pin actually for line/speaker
4345 * outs although the default pin config shows a different pin (that is
4346 * wrong and useless).
4348 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4349 * But, disabling the code below just works around it, and I'm too tired of
4350 * bug reports with such devices...
4353 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
4358 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4361 struct sigmatel_spec *spec = codec->spec;
4362 unsigned int idx, val;
4364 for (idx = 0; idx < spec->num_pwrs; idx++) {
4365 if (spec->pwr_nids[idx] == nid)
4368 if (idx >= spec->num_pwrs)
4371 /* several codecs have two power down bits */
4372 if (spec->pwr_mapping)
4373 idx = spec->pwr_mapping[idx];
4377 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4383 /* power down unused output ports */
4384 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
4387 static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4389 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
4392 static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4394 struct sigmatel_spec *spec = codec->spec;
4395 struct sigmatel_jack *jacks = spec->jacks.list;
4399 for (i = 0; i < spec->jacks.used; i++) {
4400 if (jacks->nid == nid) {
4401 unsigned int pin_ctl =
4402 snd_hda_codec_read(codec, nid,
4403 0, AC_VERB_GET_PIN_WIDGET_CONTROL,
4405 int type = jacks->type;
4406 if (type == (SND_JACK_LINEOUT
4407 | SND_JACK_HEADPHONE))
4408 type = (pin_ctl & AC_PINCTL_HP_EN)
4409 ? SND_JACK_HEADPHONE : SND_JACK_LINEOUT;
4410 snd_jack_report(jacks->jack,
4411 get_pin_presence(codec, nid)
4419 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
4422 struct sigmatel_event *event = stac_get_event(codec, nid, type);
4425 codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4428 static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4430 struct sigmatel_spec *spec = codec->spec;
4431 struct sigmatel_event *event;
4434 tag = (res >> 26) & 0x7f;
4435 event = stac_get_event_from_tag(codec, tag);
4439 switch (event->type) {
4441 stac92xx_hp_detect(codec);
4443 case STAC_INSERT_EVENT:
4444 case STAC_PWR_EVENT:
4445 if (spec->num_pwrs > 0)
4446 stac92xx_pin_sense(codec, event->nid);
4447 stac92xx_report_jack(codec, event->nid);
4449 switch (codec->subsystem_id) {
4451 if (event->nid == 0xb) {
4452 int pin = AC_PINCTL_IN_EN;
4454 if (get_pin_presence(codec, 0xa)
4455 && get_pin_presence(codec, 0xb))
4456 pin |= AC_PINCTL_VREF_80;
4457 if (!get_pin_presence(codec, 0xb))
4458 pin |= AC_PINCTL_VREF_80;
4460 /* toggle VREF state based on mic + hp pin
4463 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
4467 case STAC_VREF_EVENT:
4468 data = snd_hda_codec_read(codec, codec->afg, 0,
4469 AC_VERB_GET_GPIO_DATA, 0);
4470 /* toggle VREF state based on GPIOx status */
4471 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
4472 !!(data & (1 << event->data)));
4477 #ifdef CONFIG_PROC_FS
4478 static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4479 struct hda_codec *codec, hda_nid_t nid)
4481 if (nid == codec->afg)
4482 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
4483 snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4486 static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4487 struct hda_codec *codec,
4490 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4491 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4494 /* stac92hd71bxx, stac92hd73xx */
4495 static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4496 struct hda_codec *codec, hda_nid_t nid)
4498 stac92hd_proc_hook(buffer, codec, nid);
4499 if (nid == codec->afg)
4500 analog_loop_proc_hook(buffer, codec, 0xfa0);
4503 static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4504 struct hda_codec *codec, hda_nid_t nid)
4506 if (nid == codec->afg)
4507 analog_loop_proc_hook(buffer, codec, 0xfe0);
4510 static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4511 struct hda_codec *codec, hda_nid_t nid)
4513 if (nid == codec->afg)
4514 analog_loop_proc_hook(buffer, codec, 0xfeb);
4517 #define stac92hd_proc_hook NULL
4518 #define stac92hd7x_proc_hook NULL
4519 #define stac9205_proc_hook NULL
4520 #define stac927x_proc_hook NULL
4523 #ifdef SND_HDA_NEEDS_RESUME
4524 static int stac92xx_resume(struct hda_codec *codec)
4526 struct sigmatel_spec *spec = codec->spec;
4528 stac92xx_init(codec);
4529 snd_hda_codec_resume_amp(codec);
4530 snd_hda_codec_resume_cache(codec);
4531 /* fake event to set up pins again to override cached values */
4532 if (spec->hp_detect)
4533 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4540 * using power check for controlling mute led of HP HDX notebooks
4541 * check for mute state only on Speakers (nid = 0x10)
4543 * For this feature CONFIG_SND_HDA_POWER_SAVE is needed, otherwise
4544 * the LED is NOT working properly !
4547 #ifdef CONFIG_SND_HDA_POWER_SAVE
4548 static int stac92xx_hp_hdx_check_power_status(struct hda_codec *codec,
4551 struct sigmatel_spec *spec = codec->spec;
4554 if (snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) &
4556 spec->gpio_data &= ~0x08; /* orange */
4558 spec->gpio_data |= 0x08; /* white */
4560 stac_gpio_set(codec, spec->gpio_mask,
4569 static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
4571 struct sigmatel_spec *spec = codec->spec;
4572 if (spec->eapd_mask)
4573 stac_gpio_set(codec, spec->gpio_mask,
4574 spec->gpio_dir, spec->gpio_data &
4580 static struct hda_codec_ops stac92xx_patch_ops = {
4581 .build_controls = stac92xx_build_controls,
4582 .build_pcms = stac92xx_build_pcms,
4583 .init = stac92xx_init,
4584 .free = stac92xx_free,
4585 .unsol_event = stac92xx_unsol_event,
4586 #ifdef SND_HDA_NEEDS_RESUME
4587 .suspend = stac92xx_suspend,
4588 .resume = stac92xx_resume,
4592 static int patch_stac9200(struct hda_codec *codec)
4594 struct sigmatel_spec *spec;
4597 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4602 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
4603 spec->pin_nids = stac9200_pin_nids;
4604 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
4607 if (spec->board_config < 0)
4608 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
4610 stac92xx_set_config_regs(codec,
4611 stac9200_brd_tbl[spec->board_config]);
4613 spec->multiout.max_channels = 2;
4614 spec->multiout.num_dacs = 1;
4615 spec->multiout.dac_nids = stac9200_dac_nids;
4616 spec->adc_nids = stac9200_adc_nids;
4617 spec->mux_nids = stac9200_mux_nids;
4618 spec->num_muxes = 1;
4619 spec->num_dmics = 0;
4623 if (spec->board_config == STAC_9200_M4 ||
4624 spec->board_config == STAC_9200_M4_2 ||
4625 spec->board_config == STAC_9200_OQO)
4626 spec->init = stac9200_eapd_init;
4628 spec->init = stac9200_core_init;
4629 spec->mixer = stac9200_mixer;
4631 if (spec->board_config == STAC_9200_PANASONIC) {
4632 spec->gpio_mask = spec->gpio_dir = 0x09;
4633 spec->gpio_data = 0x00;
4636 err = stac9200_parse_auto_config(codec);
4638 stac92xx_free(codec);
4642 /* CF-74 has no headphone detection, and the driver should *NOT*
4643 * do detection and HP/speaker toggle because the hardware does it.
4645 if (spec->board_config == STAC_9200_PANASONIC)
4646 spec->hp_detect = 0;
4648 codec->patch_ops = stac92xx_patch_ops;
4653 static int patch_stac925x(struct hda_codec *codec)
4655 struct sigmatel_spec *spec;
4658 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4663 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
4664 spec->pin_nids = stac925x_pin_nids;
4666 /* Check first for codec ID */
4667 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
4670 stac925x_codec_id_cfg_tbl);
4672 /* Now checks for PCI ID, if codec ID is not found */
4673 if (spec->board_config < 0)
4674 spec->board_config = snd_hda_check_board_config(codec,
4679 if (spec->board_config < 0)
4680 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
4681 "using BIOS defaults\n");
4683 stac92xx_set_config_regs(codec,
4684 stac925x_brd_tbl[spec->board_config]);
4686 spec->multiout.max_channels = 2;
4687 spec->multiout.num_dacs = 1;
4688 spec->multiout.dac_nids = stac925x_dac_nids;
4689 spec->adc_nids = stac925x_adc_nids;
4690 spec->mux_nids = stac925x_mux_nids;
4691 spec->num_muxes = 1;
4694 switch (codec->vendor_id) {
4695 case 0x83847632: /* STAC9202 */
4696 case 0x83847633: /* STAC9202D */
4697 case 0x83847636: /* STAC9251 */
4698 case 0x83847637: /* STAC9251D */
4699 spec->num_dmics = STAC925X_NUM_DMICS;
4700 spec->dmic_nids = stac925x_dmic_nids;
4701 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
4702 spec->dmux_nids = stac925x_dmux_nids;
4705 spec->num_dmics = 0;
4709 spec->init = stac925x_core_init;
4710 spec->mixer = stac925x_mixer;
4712 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
4714 if (spec->board_config < 0) {
4715 printk(KERN_WARNING "hda_codec: No auto-config is "
4716 "available, default to model=ref\n");
4717 spec->board_config = STAC_925x_REF;
4723 stac92xx_free(codec);
4727 codec->patch_ops = stac92xx_patch_ops;
4732 static struct hda_input_mux stac92hd73xx_dmux = {
4735 { "Analog Inputs", 0x0b },
4736 { "Digital Mic 1", 0x09 },
4737 { "Digital Mic 2", 0x0a },
4742 static int patch_stac92hd73xx(struct hda_codec *codec)
4744 struct sigmatel_spec *spec;
4745 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
4749 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4754 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
4755 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
4756 spec->pin_nids = stac92hd73xx_pin_nids;
4757 spec->board_config = snd_hda_check_board_config(codec,
4758 STAC_92HD73XX_MODELS,
4759 stac92hd73xx_models,
4760 stac92hd73xx_cfg_tbl);
4762 if (spec->board_config < 0)
4763 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4764 " STAC92HD73XX, using BIOS defaults\n");
4766 stac92xx_set_config_regs(codec,
4767 stac92hd73xx_brd_tbl[spec->board_config]);
4769 num_dacs = snd_hda_get_connections(codec, 0x0a,
4770 conn, STAC92HD73_DAC_COUNT + 2) - 1;
4772 if (num_dacs < 3 || num_dacs > 5) {
4773 printk(KERN_WARNING "hda_codec: Could not determine "
4774 "number of channels defaulting to DAC count\n");
4775 num_dacs = STAC92HD73_DAC_COUNT;
4778 case 0x3: /* 6 Channel */
4779 spec->mixer = stac92hd73xx_6ch_mixer;
4780 spec->init = stac92hd73xx_6ch_core_init;
4781 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
4783 case 0x4: /* 8 Channel */
4784 spec->mixer = stac92hd73xx_8ch_mixer;
4785 spec->init = stac92hd73xx_8ch_core_init;
4786 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
4788 case 0x5: /* 10 Channel */
4789 spec->mixer = stac92hd73xx_10ch_mixer;
4790 spec->init = stac92hd73xx_10ch_core_init;
4791 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
4794 spec->multiout.dac_nids = spec->dac_nids;
4796 spec->aloopback_mask = 0x01;
4797 spec->aloopback_shift = 8;
4799 spec->digbeep_nid = 0x1c;
4800 spec->mux_nids = stac92hd73xx_mux_nids;
4801 spec->adc_nids = stac92hd73xx_adc_nids;
4802 spec->dmic_nids = stac92hd73xx_dmic_nids;
4803 spec->dmux_nids = stac92hd73xx_dmux_nids;
4804 spec->smux_nids = stac92hd73xx_smux_nids;
4805 spec->amp_nids = stac92hd73xx_amp_nids;
4806 spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
4808 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
4809 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
4810 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
4811 memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
4812 sizeof(stac92hd73xx_dmux));
4814 switch (spec->board_config) {
4816 spec->init = dell_eq_core_init;
4818 case STAC_DELL_M6_AMIC:
4819 case STAC_DELL_M6_DMIC:
4820 case STAC_DELL_M6_BOTH:
4821 spec->num_smuxes = 0;
4822 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
4823 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
4824 spec->eapd_switch = 0;
4827 if (spec->board_config != STAC_DELL_EQ)
4828 spec->init = dell_m6_core_init;
4829 switch (spec->board_config) {
4830 case STAC_DELL_M6_AMIC: /* Analog Mics */
4831 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
4832 spec->num_dmics = 0;
4833 spec->private_dimux.num_items = 1;
4835 case STAC_DELL_M6_DMIC: /* Digital Mics */
4836 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
4837 spec->num_dmics = 1;
4838 spec->private_dimux.num_items = 2;
4840 case STAC_DELL_M6_BOTH: /* Both */
4841 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
4842 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
4843 spec->num_dmics = 1;
4844 spec->private_dimux.num_items = 2;
4849 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
4850 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
4851 spec->eapd_switch = 1;
4853 if (spec->board_config > STAC_92HD73XX_REF) {
4854 /* GPIO0 High = Enable EAPD */
4855 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4856 spec->gpio_data = 0x01;
4858 spec->dinput_mux = &spec->private_dimux;
4860 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4861 spec->pwr_nids = stac92hd73xx_pwr_nids;
4863 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
4866 if (spec->board_config < 0) {
4867 printk(KERN_WARNING "hda_codec: No auto-config is "
4868 "available, default to model=ref\n");
4869 spec->board_config = STAC_92HD73XX_REF;
4876 stac92xx_free(codec);
4880 if (spec->board_config == STAC_92HD73XX_NO_JD)
4881 spec->hp_detect = 0;
4883 codec->patch_ops = stac92xx_patch_ops;
4885 codec->proc_widget_hook = stac92hd7x_proc_hook;
4890 static struct hda_input_mux stac92hd83xxx_dmux = {
4893 { "Analog Inputs", 0x03 },
4894 { "Digital Mic 1", 0x04 },
4895 { "Digital Mic 2", 0x05 },
4899 static int patch_stac92hd83xxx(struct hda_codec *codec)
4901 struct sigmatel_spec *spec;
4902 hda_nid_t conn[STAC92HD83_DAC_COUNT + 1];
4907 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4912 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
4913 spec->mono_nid = 0x19;
4914 spec->digbeep_nid = 0x21;
4915 spec->dmic_nids = stac92hd83xxx_dmic_nids;
4916 spec->dmux_nids = stac92hd83xxx_dmux_nids;
4917 spec->adc_nids = stac92hd83xxx_adc_nids;
4918 spec->pwr_nids = stac92hd83xxx_pwr_nids;
4919 spec->amp_nids = stac92hd83xxx_amp_nids;
4920 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
4921 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
4922 spec->multiout.dac_nids = spec->dac_nids;
4924 spec->init = stac92hd83xxx_core_init;
4925 spec->mixer = stac92hd83xxx_mixer;
4926 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
4927 spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
4928 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
4929 spec->num_amps = ARRAY_SIZE(stac92hd83xxx_amp_nids);
4930 spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
4931 spec->dinput_mux = &stac92hd83xxx_dmux;
4932 spec->pin_nids = stac92hd83xxx_pin_nids;
4933 spec->board_config = snd_hda_check_board_config(codec,
4934 STAC_92HD83XXX_MODELS,
4935 stac92hd83xxx_models,
4936 stac92hd83xxx_cfg_tbl);
4938 if (spec->board_config < 0)
4939 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4940 " STAC92HD83XXX, using BIOS defaults\n");
4942 stac92xx_set_config_regs(codec,
4943 stac92hd83xxx_brd_tbl[spec->board_config]);
4945 switch (codec->vendor_id) {
4949 if (spec->board_config == STAC_92HD83XXX_PWR_REF)
4955 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
4957 if (spec->board_config < 0) {
4958 printk(KERN_WARNING "hda_codec: No auto-config is "
4959 "available, default to model=ref\n");
4960 spec->board_config = STAC_92HD83XXX_REF;
4967 stac92xx_free(codec);
4971 switch (spec->board_config) {
4980 num_dacs = snd_hda_get_connections(codec, nid,
4981 conn, STAC92HD83_DAC_COUNT + 1) - 1;
4983 /* set port X to select the last DAC
4985 snd_hda_codec_write_cache(codec, nid, 0,
4986 AC_VERB_SET_CONNECT_SEL, num_dacs);
4988 codec->patch_ops = stac92xx_patch_ops;
4990 codec->proc_widget_hook = stac92hd_proc_hook;
4995 static struct hda_input_mux stac92hd71bxx_dmux_nomixer = {
4998 { "Analog Inputs", 0x00 },
4999 { "Digital Mic 1", 0x02 },
5000 { "Digital Mic 2", 0x03 },
5004 static struct hda_input_mux stac92hd71bxx_dmux_amixer = {
5007 { "Analog Inputs", 0x00 },
5009 { "Digital Mic 1", 0x02 },
5010 { "Digital Mic 2", 0x03 },
5014 /* get the pin connection (fixed, none, etc) */
5015 static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
5017 struct sigmatel_spec *spec = codec->spec;
5020 cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
5021 return get_defcfg_connect(cfg);
5024 static int stac92hd71bxx_connected_ports(struct hda_codec *codec,
5025 hda_nid_t *nids, int num_nids)
5027 struct sigmatel_spec *spec = codec->spec;
5029 unsigned int def_conf;
5031 for (num = 0; num < num_nids; num++) {
5032 for (idx = 0; idx < spec->num_pins; idx++)
5033 if (spec->pin_nids[idx] == nids[num])
5035 if (idx >= spec->num_pins)
5037 def_conf = stac_get_defcfg_connect(codec, idx);
5038 if (def_conf == AC_JACK_PORT_NONE)
5044 static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
5047 struct sigmatel_spec *spec = codec->spec;
5050 for (idx = 0; idx < spec->num_pins; idx++)
5051 if (spec->pin_nids[idx] == dig0pin)
5053 if ((idx + 2) >= spec->num_pins)
5057 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
5060 /* dig0pin + dig2pin case */
5061 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
5063 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
5069 static int patch_stac92hd71bxx(struct hda_codec *codec)
5071 struct sigmatel_spec *spec;
5072 struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
5074 unsigned int ndmic_nids = 0;
5076 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5081 codec->patch_ops = stac92xx_patch_ops;
5082 spec->num_pins = STAC92HD71BXX_NUM_PINS;
5083 switch (codec->vendor_id) {
5086 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5090 /* On 92HD75Bx 0x27 isn't a pin nid */
5094 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5096 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
5097 spec->board_config = snd_hda_check_board_config(codec,
5098 STAC_92HD71BXX_MODELS,
5099 stac92hd71bxx_models,
5100 stac92hd71bxx_cfg_tbl);
5102 if (spec->board_config < 0)
5103 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5104 " STAC92HD71BXX, using BIOS defaults\n");
5106 stac92xx_set_config_regs(codec,
5107 stac92hd71bxx_brd_tbl[spec->board_config]);
5109 if (spec->board_config > STAC_92HD71BXX_REF) {
5111 spec->gpio_mask = 0x01;
5112 spec->gpio_dir = 0x01;
5113 spec->gpio_data = 0x01;
5116 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5117 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5119 switch (codec->vendor_id) {
5120 case 0x111d76b6: /* 4 Port without Analog Mixer */
5124 case 0x111d76b4: /* 6 Port without Analog Mixer */
5126 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_nomixer,
5127 sizeof(stac92hd71bxx_dmux_nomixer));
5128 spec->mixer = stac92hd71bxx_mixer;
5129 spec->init = stac92hd71bxx_core_init;
5130 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
5131 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5132 stac92hd71bxx_dmic_nids,
5133 STAC92HD71BXX_NUM_DMICS);
5134 if (spec->num_dmics) {
5135 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5136 spec->dinput_mux = &spec->private_dimux;
5137 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1;
5140 case 0x111d7608: /* 5 Port with Analog Mixer */
5141 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
5142 sizeof(stac92hd71bxx_dmux_amixer));
5143 spec->private_dimux.num_items--;
5144 switch (spec->board_config) {
5146 /* Enable VREF power saving on GPIO1 detect */
5147 err = stac_add_event(spec, codec->afg,
5148 STAC_VREF_EVENT, 0x02);
5151 snd_hda_codec_write_cache(codec, codec->afg, 0,
5152 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
5153 snd_hda_codec_write_cache(codec, codec->afg, 0,
5154 AC_VERB_SET_UNSOLICITED_ENABLE,
5156 spec->gpio_mask |= 0x02;
5159 if ((codec->revision_id & 0xf) == 0 ||
5160 (codec->revision_id & 0xf) == 1)
5161 spec->stream_delay = 40; /* 40 milliseconds */
5163 /* no output amps */
5165 spec->mixer = stac92hd71bxx_analog_mixer;
5166 spec->dinput_mux = &spec->private_dimux;
5169 spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
5171 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
5172 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
5173 stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS - 1] = 0;
5174 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5175 stac92hd71bxx_dmic_nids,
5176 STAC92HD71BXX_NUM_DMICS - 1);
5177 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5178 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 2;
5180 case 0x111d7603: /* 6 Port with Analog Mixer */
5181 if ((codec->revision_id & 0xf) == 1)
5182 spec->stream_delay = 40; /* 40 milliseconds */
5184 /* no output amps */
5188 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
5189 sizeof(stac92hd71bxx_dmux_amixer));
5190 spec->dinput_mux = &spec->private_dimux;
5191 spec->mixer = stac92hd71bxx_analog_mixer;
5192 spec->init = stac92hd71bxx_analog_core_init;
5193 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
5194 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5195 stac92hd71bxx_dmic_nids,
5196 STAC92HD71BXX_NUM_DMICS);
5197 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5198 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1;
5201 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5202 snd_hda_sequence_write_cache(codec, unmute_init);
5204 spec->aloopback_ctl = stac92hd71bxx_loopback;
5205 spec->aloopback_mask = 0x50;
5206 spec->aloopback_shift = 0;
5208 spec->powerdown_adcs = 1;
5209 spec->digbeep_nid = 0x26;
5210 spec->mux_nids = stac92hd71bxx_mux_nids;
5211 spec->adc_nids = stac92hd71bxx_adc_nids;
5212 spec->smux_nids = stac92hd71bxx_smux_nids;
5213 spec->pwr_nids = stac92hd71bxx_pwr_nids;
5215 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5216 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
5217 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
5219 switch (spec->board_config) {
5221 /* enable internal microphone */
5222 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
5223 stac92xx_auto_set_pinctl(codec, 0x0e,
5224 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
5226 case STAC_DELL_M4_2:
5227 spec->num_dmics = 0;
5228 spec->num_smuxes = 0;
5229 spec->num_dmuxes = 0;
5231 case STAC_DELL_M4_1:
5232 case STAC_DELL_M4_3:
5233 spec->num_dmics = 1;
5234 spec->num_smuxes = 0;
5235 spec->num_dmuxes = 1;
5238 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
5239 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
5242 spec->num_dmics = 1;
5243 spec->num_dmuxes = 1;
5244 spec->num_smuxes = 1;
5246 * For controlling MUTE LED on HP HDX16/HDX18 notebooks,
5247 * the CONFIG_SND_HDA_POWER_SAVE is needed to be set.
5249 #ifdef CONFIG_SND_HDA_POWER_SAVE
5250 /* orange/white mute led on GPIO3, orange=0, white=1 */
5251 spec->gpio_mask |= 0x08;
5252 spec->gpio_dir |= 0x08;
5253 spec->gpio_data |= 0x08; /* set to white */
5255 /* register check_power_status callback. */
5256 codec->patch_ops.check_power_status =
5257 stac92xx_hp_hdx_check_power_status;
5262 spec->multiout.dac_nids = spec->dac_nids;
5263 if (spec->dinput_mux)
5264 spec->private_dimux.num_items += spec->num_dmics - ndmic_nids;
5266 err = stac92xx_parse_auto_config(codec, 0x21, 0);
5268 if (spec->board_config < 0) {
5269 printk(KERN_WARNING "hda_codec: No auto-config is "
5270 "available, default to model=ref\n");
5271 spec->board_config = STAC_92HD71BXX_REF;
5278 stac92xx_free(codec);
5282 codec->proc_widget_hook = stac92hd7x_proc_hook;
5287 static int patch_stac922x(struct hda_codec *codec)
5289 struct sigmatel_spec *spec;
5292 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5297 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
5298 spec->pin_nids = stac922x_pin_nids;
5299 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
5302 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
5303 spec->gpio_mask = spec->gpio_dir = 0x03;
5304 spec->gpio_data = 0x03;
5305 /* Intel Macs have all same PCI SSID, so we need to check
5306 * codec SSID to distinguish the exact models
5308 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
5309 switch (codec->subsystem_id) {
5312 spec->board_config = STAC_INTEL_MAC_V1;
5316 spec->board_config = STAC_INTEL_MAC_V2;
5324 spec->board_config = STAC_INTEL_MAC_V3;
5328 spec->board_config = STAC_INTEL_MAC_V4;
5332 spec->board_config = STAC_INTEL_MAC_V5;
5335 spec->board_config = STAC_INTEL_MAC_V3;
5341 if (spec->board_config < 0)
5342 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
5343 "using BIOS defaults\n");
5345 stac92xx_set_config_regs(codec,
5346 stac922x_brd_tbl[spec->board_config]);
5348 spec->adc_nids = stac922x_adc_nids;
5349 spec->mux_nids = stac922x_mux_nids;
5350 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
5351 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
5352 spec->num_dmics = 0;
5355 spec->init = stac922x_core_init;
5356 spec->mixer = stac922x_mixer;
5358 spec->multiout.dac_nids = spec->dac_nids;
5360 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
5362 if (spec->board_config < 0) {
5363 printk(KERN_WARNING "hda_codec: No auto-config is "
5364 "available, default to model=ref\n");
5365 spec->board_config = STAC_D945_REF;
5371 stac92xx_free(codec);
5375 codec->patch_ops = stac92xx_patch_ops;
5377 /* Fix Mux capture level; max to 2 */
5378 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
5379 (0 << AC_AMPCAP_OFFSET_SHIFT) |
5380 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
5381 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
5382 (0 << AC_AMPCAP_MUTE_SHIFT));
5387 static int patch_stac927x(struct hda_codec *codec)
5389 struct sigmatel_spec *spec;
5392 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5397 codec->slave_dig_outs = stac927x_slave_dig_outs;
5398 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
5399 spec->pin_nids = stac927x_pin_nids;
5400 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
5404 if (spec->board_config < 0)
5405 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5406 "STAC927x, using BIOS defaults\n");
5408 stac92xx_set_config_regs(codec,
5409 stac927x_brd_tbl[spec->board_config]);
5411 spec->digbeep_nid = 0x23;
5412 spec->adc_nids = stac927x_adc_nids;
5413 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
5414 spec->mux_nids = stac927x_mux_nids;
5415 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
5416 spec->smux_nids = stac927x_smux_nids;
5417 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
5418 spec->spdif_labels = stac927x_spdif_labels;
5419 spec->dac_list = stac927x_dac_nids;
5420 spec->multiout.dac_nids = spec->dac_nids;
5422 switch (spec->board_config) {
5425 /* GPIO0 High = Enable EAPD */
5426 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
5427 spec->gpio_data = 0x01;
5428 spec->num_dmics = 0;
5430 spec->init = d965_core_init;
5431 spec->mixer = stac927x_mixer;
5433 case STAC_DELL_BIOS:
5434 switch (codec->subsystem_id) {
5437 /* correct the device field to SPDIF out */
5438 snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
5441 /* configure the analog microphone on some laptops */
5442 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
5443 /* correct the front output jack as a hp out */
5444 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
5445 /* correct the front input jack as a mic */
5446 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
5449 /* GPIO2 High = Enable EAPD */
5450 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
5451 spec->gpio_data = 0x04;
5452 spec->dmic_nids = stac927x_dmic_nids;
5453 spec->num_dmics = STAC927X_NUM_DMICS;
5455 spec->init = d965_core_init;
5456 spec->mixer = stac927x_mixer;
5457 spec->dmux_nids = stac927x_dmux_nids;
5458 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
5461 if (spec->board_config > STAC_D965_REF) {
5462 /* GPIO0 High = Enable EAPD */
5463 spec->eapd_mask = spec->gpio_mask = 0x01;
5464 spec->gpio_dir = spec->gpio_data = 0x01;
5466 spec->num_dmics = 0;
5468 spec->init = stac927x_core_init;
5469 spec->mixer = stac927x_mixer;
5473 spec->aloopback_ctl = stac927x_loopback;
5474 spec->aloopback_mask = 0x40;
5475 spec->aloopback_shift = 0;
5476 spec->eapd_switch = 1;
5478 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
5480 if (spec->board_config < 0) {
5481 printk(KERN_WARNING "hda_codec: No auto-config is "
5482 "available, default to model=ref\n");
5483 spec->board_config = STAC_D965_REF;
5489 stac92xx_free(codec);
5493 codec->patch_ops = stac92xx_patch_ops;
5495 codec->proc_widget_hook = stac927x_proc_hook;
5499 * The STAC927x seem to require fairly long delays for certain
5500 * command sequences. With too short delays (even if the answer
5501 * is set to RIRB properly), it results in the silence output
5502 * on some hardwares like Dell.
5504 * The below flag enables the longer delay (see get_response
5507 codec->bus->needs_damn_long_delay = 1;
5509 /* no jack detecion for ref-no-jd model */
5510 if (spec->board_config == STAC_D965_REF_NO_JD)
5511 spec->hp_detect = 0;
5516 static int patch_stac9205(struct hda_codec *codec)
5518 struct sigmatel_spec *spec;
5521 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5526 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
5527 spec->pin_nids = stac9205_pin_nids;
5528 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
5532 if (spec->board_config < 0)
5533 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
5535 stac92xx_set_config_regs(codec,
5536 stac9205_brd_tbl[spec->board_config]);
5538 spec->digbeep_nid = 0x23;
5539 spec->adc_nids = stac9205_adc_nids;
5540 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
5541 spec->mux_nids = stac9205_mux_nids;
5542 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
5543 spec->smux_nids = stac9205_smux_nids;
5544 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
5545 spec->dmic_nids = stac9205_dmic_nids;
5546 spec->num_dmics = STAC9205_NUM_DMICS;
5547 spec->dmux_nids = stac9205_dmux_nids;
5548 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
5551 spec->init = stac9205_core_init;
5552 spec->mixer = stac9205_mixer;
5553 spec->aloopback_ctl = stac9205_loopback;
5555 spec->aloopback_mask = 0x40;
5556 spec->aloopback_shift = 0;
5557 /* Turn on/off EAPD per HP plugging */
5558 if (spec->board_config != STAC_9205_EAPD)
5559 spec->eapd_switch = 1;
5560 spec->multiout.dac_nids = spec->dac_nids;
5562 switch (spec->board_config){
5563 case STAC_9205_DELL_M43:
5564 /* Enable SPDIF in/out */
5565 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
5566 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
5568 /* Enable unsol response for GPIO4/Dock HP connection */
5569 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
5572 snd_hda_codec_write_cache(codec, codec->afg, 0,
5573 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
5574 snd_hda_codec_write_cache(codec, codec->afg, 0,
5575 AC_VERB_SET_UNSOLICITED_ENABLE,
5578 spec->gpio_dir = 0x0b;
5579 spec->eapd_mask = 0x01;
5580 spec->gpio_mask = 0x1b;
5581 spec->gpio_mute = 0x10;
5582 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
5585 spec->gpio_data = 0x01;
5588 /* SPDIF-In enabled */
5591 /* GPIO0 High = EAPD */
5592 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5593 spec->gpio_data = 0x01;
5597 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
5599 if (spec->board_config < 0) {
5600 printk(KERN_WARNING "hda_codec: No auto-config is "
5601 "available, default to model=ref\n");
5602 spec->board_config = STAC_9205_REF;
5608 stac92xx_free(codec);
5612 codec->patch_ops = stac92xx_patch_ops;
5614 codec->proc_widget_hook = stac9205_proc_hook;
5623 static struct hda_verb stac9872_core_init[] = {
5624 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
5625 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5629 static struct snd_kcontrol_new stac9872_mixer[] = {
5630 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5631 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5635 static hda_nid_t stac9872_pin_nids[] = {
5636 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
5640 static hda_nid_t stac9872_adc_nids[] = {
5644 static hda_nid_t stac9872_mux_nids[] = {
5648 static unsigned int stac9872_vaio_pin_configs[9] = {
5649 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030,
5650 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0,
5654 static const char *stac9872_models[STAC_9872_MODELS] = {
5655 [STAC_9872_AUTO] = "auto",
5656 [STAC_9872_VAIO] = "vaio",
5659 static unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = {
5660 [STAC_9872_VAIO] = stac9872_vaio_pin_configs,
5663 static struct snd_pci_quirk stac9872_cfg_tbl[] = {
5667 static int patch_stac9872(struct hda_codec *codec)
5669 struct sigmatel_spec *spec;
5672 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5677 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
5680 if (spec->board_config < 0)
5681 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9872, "
5682 "using BIOS defaults\n");
5684 stac92xx_set_config_regs(codec,
5685 stac9872_brd_tbl[spec->board_config]);
5687 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
5688 spec->pin_nids = stac9872_pin_nids;
5689 spec->multiout.dac_nids = spec->dac_nids;
5690 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
5691 spec->adc_nids = stac9872_adc_nids;
5692 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
5693 spec->mux_nids = stac9872_mux_nids;
5694 spec->mixer = stac9872_mixer;
5695 spec->init = stac9872_core_init;
5697 err = stac92xx_parse_auto_config(codec, 0x10, 0x12);
5699 stac92xx_free(codec);
5702 spec->input_mux = &spec->private_imux;
5703 codec->patch_ops = stac92xx_patch_ops;
5711 static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
5712 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
5713 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
5714 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
5715 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5716 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5717 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5718 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
5719 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5720 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5721 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5722 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5723 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5724 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
5725 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5726 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5727 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5728 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5729 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5730 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5731 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5732 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5733 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5734 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
5735 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
5736 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5737 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5738 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5739 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5740 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
5741 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5742 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
5743 /* The following does not take into account .id=0x83847661 when subsys =
5744 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5745 * currently not fully supported.
5747 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5748 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5749 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
5750 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5751 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5752 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5753 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5754 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5755 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5756 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5757 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
5758 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
5759 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
5760 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
5761 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
5762 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
5763 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5764 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
5765 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
5766 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5767 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5768 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5769 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5770 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5771 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5772 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5773 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5777 MODULE_ALIAS("snd-hda-codec-id:8384*");
5778 MODULE_ALIAS("snd-hda-codec-id:111d*");
5780 MODULE_LICENSE("GPL");
5781 MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
5783 static struct hda_codec_preset_list sigmatel_list = {
5784 .preset = snd_hda_preset_sigmatel,
5785 .owner = THIS_MODULE,
5788 static int __init patch_sigmatel_init(void)
5790 return snd_hda_add_codec_preset(&sigmatel_list);
5793 static void __exit patch_sigmatel_exit(void)
5795 snd_hda_delete_codec_preset(&sigmatel_list);
5798 module_init(patch_sigmatel_init)
5799 module_exit(patch_sigmatel_exit)