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"
74 STAC_92HD73XX_NO_JD, /* no jack-detection */
85 STAC_92HD83XXX_PWR_REF,
120 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
121 * is given, one of the above models will be
122 * chosen according to the subsystem id. */
123 /* for backward compatibility */
139 STAC_D965_REF_NO_JD, /* no jack-detection */
148 struct sigmatel_event {
155 struct sigmatel_jack {
158 struct snd_jack *jack;
161 struct sigmatel_spec {
162 struct snd_kcontrol_new *mixers[4];
163 unsigned int num_mixers;
166 unsigned int eapd_switch: 1;
167 unsigned int surr_switch: 1;
168 unsigned int alt_switch: 1;
169 unsigned int hp_detect: 1;
170 unsigned int spdif_mute: 1;
171 unsigned int check_volume_offset:1;
174 unsigned int eapd_mask;
175 unsigned int gpio_mask;
176 unsigned int gpio_dir;
177 unsigned int gpio_data;
178 unsigned int gpio_mute;
181 unsigned int stream_delay;
183 /* analog loopback */
184 unsigned char aloopback_mask;
185 unsigned char aloopback_shift;
187 /* power management */
188 unsigned int num_pwrs;
189 unsigned int *pwr_mapping;
194 struct snd_array jacks;
197 struct snd_array events;
200 struct hda_input_mux *mono_mux;
201 struct hda_input_mux *amp_mux;
202 unsigned int cur_mmux;
203 struct hda_multi_out multiout;
204 hda_nid_t dac_nids[5];
205 hda_nid_t hp_dacs[5];
206 hda_nid_t speaker_dacs[5];
212 unsigned int num_adcs;
214 unsigned int num_muxes;
215 hda_nid_t *dmic_nids;
216 unsigned int num_dmics;
217 hda_nid_t *dmux_nids;
218 unsigned int num_dmuxes;
219 hda_nid_t *smux_nids;
220 unsigned int num_smuxes;
221 const char **spdif_labels;
223 hda_nid_t dig_in_nid;
225 hda_nid_t anabeep_nid;
226 hda_nid_t digbeep_nid;
230 unsigned int num_pins;
231 unsigned int *pin_configs;
233 /* codec specific stuff */
234 struct hda_verb *init;
235 struct snd_kcontrol_new *mixer;
238 struct hda_input_mux *dinput_mux;
239 unsigned int cur_dmux[2];
240 struct hda_input_mux *input_mux;
241 unsigned int cur_mux[3];
242 struct hda_input_mux *sinput_mux;
243 unsigned int cur_smux[2];
244 unsigned int cur_amux;
246 unsigned int num_amps;
247 unsigned int powerdown_adcs;
250 unsigned int io_switch[2];
251 unsigned int clfe_swap;
252 hda_nid_t line_switch; /* shared line-in for input and output */
253 hda_nid_t mic_switch; /* shared mic-in for input and output */
254 hda_nid_t hp_switch; /* NID of HP as line-out */
255 unsigned int aloopback;
257 struct hda_pcm pcm_rec[2]; /* PCM information */
259 /* dynamic controls and input_mux */
260 struct auto_pin_cfg autocfg;
261 struct snd_array kctls;
262 struct hda_input_mux private_dimux;
263 struct hda_input_mux private_imux;
264 struct hda_input_mux private_smux;
265 struct hda_input_mux private_amp_mux;
266 struct hda_input_mux private_mono_mux;
269 static hda_nid_t stac9200_adc_nids[1] = {
273 static hda_nid_t stac9200_mux_nids[1] = {
277 static hda_nid_t stac9200_dac_nids[1] = {
281 static hda_nid_t stac92hd73xx_pwr_nids[8] = {
282 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
286 static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
290 static hda_nid_t stac92hd73xx_adc_nids[2] = {
294 #define DELL_M6_AMP 2
295 static hda_nid_t stac92hd73xx_amp_nids[3] = {
299 #define STAC92HD73XX_NUM_DMICS 2
300 static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
304 #define STAC92HD73_DAC_COUNT 5
306 static hda_nid_t stac92hd73xx_mux_nids[4] = {
307 0x28, 0x29, 0x2a, 0x2b,
310 static hda_nid_t stac92hd73xx_dmux_nids[2] = {
314 static hda_nid_t stac92hd73xx_smux_nids[2] = {
318 #define STAC92HD83XXX_NUM_DMICS 2
319 static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
323 #define STAC92HD83_DAC_COUNT 3
325 static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
329 static hda_nid_t stac92hd83xxx_adc_nids[2] = {
333 static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
337 static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
341 static unsigned int stac92hd83xxx_pwr_mapping[4] = {
342 0x03, 0x0c, 0x20, 0x40,
345 static hda_nid_t stac92hd83xxx_amp_nids[1] = {
349 static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
353 static hda_nid_t stac92hd71bxx_adc_nids[2] = {
357 static hda_nid_t stac92hd71bxx_mux_nids[2] = {
361 static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
365 static hda_nid_t stac92hd71bxx_smux_nids[2] = {
369 #define STAC92HD71BXX_NUM_DMICS 2
370 static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
374 static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
378 static hda_nid_t stac925x_adc_nids[1] = {
382 static hda_nid_t stac925x_mux_nids[1] = {
386 static hda_nid_t stac925x_dac_nids[1] = {
390 #define STAC925X_NUM_DMICS 1
391 static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
395 static hda_nid_t stac925x_dmux_nids[1] = {
399 static hda_nid_t stac922x_adc_nids[2] = {
403 static hda_nid_t stac922x_mux_nids[2] = {
407 static hda_nid_t stac927x_slave_dig_outs[2] = {
411 static hda_nid_t stac927x_adc_nids[3] = {
415 static hda_nid_t stac927x_mux_nids[3] = {
419 static hda_nid_t stac927x_smux_nids[1] = {
423 static hda_nid_t stac927x_dac_nids[6] = {
424 0x02, 0x03, 0x04, 0x05, 0x06, 0
427 static hda_nid_t stac927x_dmux_nids[1] = {
431 #define STAC927X_NUM_DMICS 2
432 static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
436 static const char *stac927x_spdif_labels[5] = {
437 "Digital Playback", "ADAT", "Analog Mux 1",
438 "Analog Mux 2", "Analog Mux 3"
441 static hda_nid_t stac9205_adc_nids[2] = {
445 static hda_nid_t stac9205_mux_nids[2] = {
449 static hda_nid_t stac9205_dmux_nids[1] = {
453 static hda_nid_t stac9205_smux_nids[1] = {
457 #define STAC9205_NUM_DMICS 2
458 static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
462 static hda_nid_t stac9200_pin_nids[8] = {
463 0x08, 0x09, 0x0d, 0x0e,
464 0x0f, 0x10, 0x11, 0x12,
467 static hda_nid_t stac925x_pin_nids[8] = {
468 0x07, 0x08, 0x0a, 0x0b,
469 0x0c, 0x0d, 0x10, 0x11,
472 static hda_nid_t stac922x_pin_nids[10] = {
473 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
474 0x0f, 0x10, 0x11, 0x15, 0x1b,
477 static hda_nid_t stac92hd73xx_pin_nids[13] = {
478 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
479 0x0f, 0x10, 0x11, 0x12, 0x13,
483 static hda_nid_t stac92hd83xxx_pin_nids[14] = {
484 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
485 0x0f, 0x10, 0x11, 0x12, 0x13,
486 0x1d, 0x1e, 0x1f, 0x20
489 #define STAC92HD71BXX_NUM_PINS 13
490 static hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
491 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
492 0x00, 0x14, 0x18, 0x19, 0x1e,
495 static hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
496 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
497 0x0f, 0x14, 0x18, 0x19, 0x1e,
501 static hda_nid_t stac927x_pin_nids[14] = {
502 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
503 0x0f, 0x10, 0x11, 0x12, 0x13,
504 0x14, 0x21, 0x22, 0x23,
507 static hda_nid_t stac9205_pin_nids[12] = {
508 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
509 0x0f, 0x14, 0x16, 0x17, 0x18,
513 #define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
515 static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
516 struct snd_ctl_elem_value *ucontrol)
518 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
519 struct sigmatel_spec *spec = codec->spec;
520 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
522 kcontrol->private_value ^= get_amp_nid(kcontrol);
523 kcontrol->private_value |= nid;
525 return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
528 static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
529 struct snd_ctl_elem_value *ucontrol)
531 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
532 struct sigmatel_spec *spec = codec->spec;
533 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
535 kcontrol->private_value ^= get_amp_nid(kcontrol);
536 kcontrol->private_value |= nid;
538 return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
541 static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
542 struct snd_ctl_elem_info *uinfo)
544 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
545 struct sigmatel_spec *spec = codec->spec;
546 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
549 static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
550 struct snd_ctl_elem_value *ucontrol)
552 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
553 struct sigmatel_spec *spec = codec->spec;
554 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
556 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
560 static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
561 struct snd_ctl_elem_value *ucontrol)
563 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
564 struct sigmatel_spec *spec = codec->spec;
565 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
567 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
568 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
571 static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
572 struct snd_ctl_elem_info *uinfo)
574 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
575 struct sigmatel_spec *spec = codec->spec;
576 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
579 static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
580 struct snd_ctl_elem_value *ucontrol)
582 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
583 struct sigmatel_spec *spec = codec->spec;
584 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
586 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
590 static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
591 struct snd_ctl_elem_value *ucontrol)
593 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
594 struct sigmatel_spec *spec = codec->spec;
595 struct hda_input_mux *smux = &spec->private_smux;
596 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
600 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
601 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
605 if (spec->spdif_mute) {
607 nid = spec->multiout.dig_out_nid;
609 nid = codec->slave_dig_outs[smux_idx - 1];
610 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
614 /* un/mute SPDIF out */
615 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
621 static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
623 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
624 struct sigmatel_spec *spec = codec->spec;
625 return snd_hda_input_mux_info(spec->input_mux, uinfo);
628 static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
630 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
631 struct sigmatel_spec *spec = codec->spec;
632 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
634 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
638 static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
640 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
641 struct sigmatel_spec *spec = codec->spec;
642 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
644 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
645 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
648 static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
649 struct snd_ctl_elem_info *uinfo)
651 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
652 struct sigmatel_spec *spec = codec->spec;
653 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
656 static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
657 struct snd_ctl_elem_value *ucontrol)
659 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
660 struct sigmatel_spec *spec = codec->spec;
662 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
666 static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
667 struct snd_ctl_elem_value *ucontrol)
669 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
670 struct sigmatel_spec *spec = codec->spec;
672 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
673 spec->mono_nid, &spec->cur_mmux);
676 static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
677 struct snd_ctl_elem_info *uinfo)
679 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
680 struct sigmatel_spec *spec = codec->spec;
681 return snd_hda_input_mux_info(spec->amp_mux, uinfo);
684 static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
685 struct snd_ctl_elem_value *ucontrol)
687 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
688 struct sigmatel_spec *spec = codec->spec;
690 ucontrol->value.enumerated.item[0] = spec->cur_amux;
694 static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
695 struct snd_ctl_elem_value *ucontrol)
697 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
698 struct sigmatel_spec *spec = codec->spec;
699 struct snd_kcontrol *ctl =
700 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
704 snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
705 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
707 return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
711 #define stac92xx_aloopback_info snd_ctl_boolean_mono_info
713 static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
714 struct snd_ctl_elem_value *ucontrol)
716 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
717 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
718 struct sigmatel_spec *spec = codec->spec;
720 ucontrol->value.integer.value[0] = !!(spec->aloopback &
721 (spec->aloopback_mask << idx));
725 static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
726 struct snd_ctl_elem_value *ucontrol)
728 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
729 struct sigmatel_spec *spec = codec->spec;
730 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
731 unsigned int dac_mode;
732 unsigned int val, idx_val;
734 idx_val = spec->aloopback_mask << idx;
735 if (ucontrol->value.integer.value[0])
736 val = spec->aloopback | idx_val;
738 val = spec->aloopback & ~idx_val;
739 if (spec->aloopback == val)
742 spec->aloopback = val;
744 /* Only return the bits defined by the shift value of the
745 * first two bytes of the mask
747 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
748 kcontrol->private_value & 0xFFFF, 0x0);
749 dac_mode >>= spec->aloopback_shift;
751 if (spec->aloopback & idx_val) {
752 snd_hda_power_up(codec);
755 snd_hda_power_down(codec);
756 dac_mode &= ~idx_val;
759 snd_hda_codec_write_cache(codec, codec->afg, 0,
760 kcontrol->private_value >> 16, dac_mode);
765 static struct hda_verb stac9200_core_init[] = {
766 /* set dac0mux for dac converter */
767 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
771 static struct hda_verb stac9200_eapd_init[] = {
772 /* set dac0mux for dac converter */
773 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
774 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
778 static struct hda_verb stac92hd73xx_6ch_core_init[] = {
779 /* set master volume and direct control */
780 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
781 /* setup adcs to point to mixer */
782 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
783 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
784 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
785 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
786 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
787 /* setup import muxs */
788 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
789 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
790 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
791 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
795 static struct hda_verb dell_eq_core_init[] = {
796 /* set master volume to max value without distortion
797 * and direct control */
798 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
799 /* setup adcs to point to mixer */
800 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
801 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
802 /* setup import muxs */
803 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
804 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
805 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
806 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
810 static struct hda_verb dell_m6_core_init[] = {
811 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
812 /* setup adcs to point to mixer */
813 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
814 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
815 /* setup import muxs */
816 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
817 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
818 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
819 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
823 static struct hda_verb stac92hd73xx_8ch_core_init[] = {
824 /* set master volume and direct control */
825 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
826 /* setup adcs to point to mixer */
827 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
828 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
829 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
830 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
831 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
832 /* setup import muxs */
833 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
834 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
835 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
836 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
840 static struct hda_verb stac92hd73xx_10ch_core_init[] = {
841 /* set master volume and direct control */
842 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
843 /* dac3 is connected to import3 mux */
844 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
845 /* setup adcs to point to mixer */
846 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
847 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
848 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
849 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
850 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
851 /* setup import muxs */
852 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
853 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
854 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
855 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
859 static struct hda_verb stac92hd83xxx_core_init[] = {
860 { 0xa, AC_VERB_SET_CONNECT_SEL, 0x0},
861 { 0xb, AC_VERB_SET_CONNECT_SEL, 0x0},
862 { 0xd, AC_VERB_SET_CONNECT_SEL, 0x1},
864 /* power state controls amps */
865 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
869 static struct hda_verb stac92hd71bxx_core_init[] = {
870 /* set master volume and direct control */
871 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
875 #define HD_DISABLE_PORTF 1
876 static struct hda_verb stac92hd71bxx_analog_core_init[] = {
877 /* start of config #1 */
879 /* connect port 0f to audio mixer */
880 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
881 /* start of config #2 */
883 /* set master volume and direct control */
884 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
888 static struct hda_verb stac92hd71bxx_unmute_core_init[] = {
889 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
890 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
891 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
892 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
896 static struct hda_verb stac925x_core_init[] = {
897 /* set dac0mux for dac converter */
898 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
899 /* mute the master volume */
900 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
904 static struct hda_verb stac922x_core_init[] = {
905 /* set master volume and direct control */
906 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
910 static struct hda_verb d965_core_init[] = {
911 /* set master volume and direct control */
912 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
913 /* unmute node 0x1b */
914 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
915 /* select node 0x03 as DAC */
916 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
920 static struct hda_verb stac927x_core_init[] = {
921 /* set master volume and direct control */
922 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
923 /* enable analog pc beep path */
924 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
928 static struct hda_verb stac9205_core_init[] = {
929 /* set master volume and direct control */
930 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
931 /* enable analog pc beep path */
932 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
936 #define STAC_MONO_MUX \
938 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
939 .name = "Mono Mux", \
941 .info = stac92xx_mono_mux_enum_info, \
942 .get = stac92xx_mono_mux_enum_get, \
943 .put = stac92xx_mono_mux_enum_put, \
946 #define STAC_AMP_MUX \
948 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
949 .name = "Amp Selector Capture Switch", \
951 .info = stac92xx_amp_mux_enum_info, \
952 .get = stac92xx_amp_mux_enum_get, \
953 .put = stac92xx_amp_mux_enum_put, \
956 #define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
958 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
961 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
962 SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
963 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
964 .info = stac92xx_amp_volume_info, \
965 .get = stac92xx_amp_volume_get, \
966 .put = stac92xx_amp_volume_put, \
967 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
968 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
971 #define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
973 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
974 .name = "Analog Loopback", \
976 .info = stac92xx_aloopback_info, \
977 .get = stac92xx_aloopback_get, \
978 .put = stac92xx_aloopback_put, \
979 .private_value = verb_read | (verb_write << 16), \
982 static struct snd_kcontrol_new stac9200_mixer[] = {
983 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
984 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
985 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
986 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
990 #define DELL_M6_MIXER 6
991 static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
992 /* start of config #1 */
993 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
994 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
996 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
997 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
999 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1000 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1002 /* start of config #2 */
1003 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1004 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1006 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1007 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1009 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1011 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1012 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1014 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1015 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1020 static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
1021 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1023 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1024 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1026 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1027 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1029 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1030 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1032 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1033 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1035 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1036 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1038 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1039 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1041 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1042 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1046 static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
1047 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1049 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1050 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1052 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1053 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1055 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1056 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1058 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1059 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1061 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1062 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1064 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1065 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1067 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1068 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1073 static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
1074 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_OUTPUT),
1075 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_OUTPUT),
1077 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_OUTPUT),
1078 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_OUTPUT),
1080 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0x3, HDA_INPUT),
1081 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0x3, HDA_INPUT),
1083 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x4, HDA_INPUT),
1084 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x4, HDA_INPUT),
1086 HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x0, HDA_INPUT),
1087 HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x0, HDA_INPUT),
1089 HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x2, HDA_INPUT),
1090 HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x2, HDA_INPUT),
1093 HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x1, HDA_INPUT),
1094 HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x1, HDA_INPUT),
1099 static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
1100 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
1102 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1103 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1105 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1106 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1107 /* analog pc-beep replaced with digital beep support */
1109 HDA_CODEC_VOLUME("PC Beep Volume", 0x17, 0x2, HDA_INPUT),
1110 HDA_CODEC_MUTE("PC Beep Switch", 0x17, 0x2, HDA_INPUT),
1113 HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1114 HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
1116 HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1117 HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
1119 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1120 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1122 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1123 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
1127 static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
1128 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
1130 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1131 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1133 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1134 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1138 static struct snd_kcontrol_new stac925x_mixer[] = {
1139 HDA_CODEC_VOLUME("Master Playback Volume", 0x0e, 0, HDA_OUTPUT),
1140 HDA_CODEC_MUTE("Master Playback Switch", 0x0e, 0, HDA_OUTPUT),
1141 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
1142 HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
1146 static struct snd_kcontrol_new stac9205_mixer[] = {
1147 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1149 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
1150 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
1152 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1c, 0x0, HDA_INPUT),
1153 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1e, 0x0, HDA_OUTPUT),
1157 /* This needs to be generated dynamically based on sequence */
1158 static struct snd_kcontrol_new stac922x_mixer[] = {
1159 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_INPUT),
1160 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_INPUT),
1162 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_INPUT),
1163 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_INPUT),
1168 static struct snd_kcontrol_new stac927x_mixer[] = {
1169 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1171 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x18, 0x0, HDA_INPUT),
1172 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1b, 0x0, HDA_OUTPUT),
1174 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x19, 0x0, HDA_INPUT),
1175 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1c, 0x0, HDA_OUTPUT),
1177 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x2, 0x1A, 0x0, HDA_INPUT),
1178 HDA_CODEC_MUTE_IDX("Capture Switch", 0x2, 0x1d, 0x0, HDA_OUTPUT),
1182 static struct snd_kcontrol_new stac_dmux_mixer = {
1183 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1184 .name = "Digital Input Source",
1185 /* count set later */
1186 .info = stac92xx_dmux_enum_info,
1187 .get = stac92xx_dmux_enum_get,
1188 .put = stac92xx_dmux_enum_put,
1191 static struct snd_kcontrol_new stac_smux_mixer = {
1192 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1193 .name = "IEC958 Playback Source",
1194 /* count set later */
1195 .info = stac92xx_smux_enum_info,
1196 .get = stac92xx_smux_enum_get,
1197 .put = stac92xx_smux_enum_put,
1200 static const char *slave_vols[] = {
1201 "Front Playback Volume",
1202 "Surround Playback Volume",
1203 "Center Playback Volume",
1204 "LFE Playback Volume",
1205 "Side Playback Volume",
1206 "Headphone Playback Volume",
1207 "Headphone Playback Volume",
1208 "Speaker Playback Volume",
1209 "External Speaker Playback Volume",
1210 "Speaker2 Playback Volume",
1214 static const char *slave_sws[] = {
1215 "Front Playback Switch",
1216 "Surround Playback Switch",
1217 "Center Playback Switch",
1218 "LFE Playback Switch",
1219 "Side Playback Switch",
1220 "Headphone Playback Switch",
1221 "Headphone Playback Switch",
1222 "Speaker Playback Switch",
1223 "External Speaker Playback Switch",
1224 "Speaker2 Playback Switch",
1225 "IEC958 Playback Switch",
1229 static void stac92xx_free_kctls(struct hda_codec *codec);
1230 static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
1232 static int stac92xx_build_controls(struct hda_codec *codec)
1234 struct sigmatel_spec *spec = codec->spec;
1235 struct auto_pin_cfg *cfg = &spec->autocfg;
1240 err = snd_hda_add_new_ctls(codec, spec->mixer);
1244 for (i = 0; i < spec->num_mixers; i++) {
1245 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1249 if (spec->num_dmuxes > 0) {
1250 stac_dmux_mixer.count = spec->num_dmuxes;
1251 err = snd_hda_ctl_add(codec,
1252 snd_ctl_new1(&stac_dmux_mixer, codec));
1256 if (spec->num_smuxes > 0) {
1257 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1258 struct hda_input_mux *smux = &spec->private_smux;
1259 /* check for mute support on SPDIF out */
1260 if (wcaps & AC_WCAP_OUT_AMP) {
1261 smux->items[smux->num_items].label = "Off";
1262 smux->items[smux->num_items].index = 0;
1264 spec->spdif_mute = 1;
1266 stac_smux_mixer.count = spec->num_smuxes;
1267 err = snd_hda_ctl_add(codec,
1268 snd_ctl_new1(&stac_smux_mixer, codec));
1273 if (spec->multiout.dig_out_nid) {
1274 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1277 err = snd_hda_create_spdif_share_sw(codec,
1281 spec->multiout.share_spdif = 1;
1283 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
1284 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1289 /* if we have no master control, let's create it */
1290 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
1291 unsigned int vmaster_tlv[4];
1292 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1293 HDA_OUTPUT, vmaster_tlv);
1294 /* correct volume offset */
1295 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
1296 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1297 vmaster_tlv, slave_vols);
1301 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1302 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1308 stac92xx_free_kctls(codec); /* no longer needed */
1310 /* create jack input elements */
1311 if (spec->hp_detect) {
1312 for (i = 0; i < cfg->hp_outs; i++) {
1313 int type = SND_JACK_HEADPHONE;
1314 nid = cfg->hp_pins[i];
1315 /* jack detection */
1316 if (cfg->hp_outs == i)
1317 type |= SND_JACK_LINEOUT;
1318 err = stac92xx_add_jack(codec, nid, type);
1323 for (i = 0; i < cfg->line_outs; i++) {
1324 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1329 for (i = 0; i < AUTO_PIN_LAST; i++) {
1330 nid = cfg->input_pins[i];
1332 err = stac92xx_add_jack(codec, nid,
1333 SND_JACK_MICROPHONE);
1342 static unsigned int ref9200_pin_configs[8] = {
1343 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
1344 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1347 static unsigned int gateway9200_m4_pin_configs[8] = {
1348 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1349 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1351 static unsigned int gateway9200_m4_2_pin_configs[8] = {
1352 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1353 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1357 STAC 9200 pin configs for
1362 static unsigned int dell9200_d21_pin_configs[8] = {
1363 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1364 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1368 STAC 9200 pin configs for
1372 static unsigned int dell9200_d22_pin_configs[8] = {
1373 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1374 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
1378 STAC 9200 pin configs for
1379 102801C4 (Dell Dimension E310)
1386 static unsigned int dell9200_d23_pin_configs[8] = {
1387 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1388 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
1393 STAC 9200-32 pin configs for
1394 102801B5 (Dell Inspiron 630m)
1395 102801D8 (Dell Inspiron 640m)
1397 static unsigned int dell9200_m21_pin_configs[8] = {
1398 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1399 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
1403 STAC 9200-32 pin configs for
1404 102801C2 (Dell Latitude D620)
1406 102801CC (Dell Latitude D820)
1410 static unsigned int dell9200_m22_pin_configs[8] = {
1411 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1412 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
1416 STAC 9200-32 pin configs for
1417 102801CE (Dell XPS M1710)
1418 102801CF (Dell Precision M90)
1420 static unsigned int dell9200_m23_pin_configs[8] = {
1421 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1422 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1426 STAC 9200-32 pin configs for
1429 102801CB (Dell Latitude 120L)
1432 static unsigned int dell9200_m24_pin_configs[8] = {
1433 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1434 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
1438 STAC 9200-32 pin configs for
1439 102801BD (Dell Inspiron E1505n)
1443 static unsigned int dell9200_m25_pin_configs[8] = {
1444 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1445 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
1449 STAC 9200-32 pin configs for
1450 102801F5 (Dell Inspiron 1501)
1453 static unsigned int dell9200_m26_pin_configs[8] = {
1454 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1455 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
1460 102801CD (Dell Inspiron E1705/9400)
1462 static unsigned int dell9200_m27_pin_configs[8] = {
1463 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1464 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
1467 static unsigned int oqo9200_pin_configs[8] = {
1468 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1469 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1473 static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1474 [STAC_REF] = ref9200_pin_configs,
1475 [STAC_9200_OQO] = oqo9200_pin_configs,
1476 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1477 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1478 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1479 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1480 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1481 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1482 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1483 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1484 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1485 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
1486 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1487 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
1488 [STAC_9200_PANASONIC] = ref9200_pin_configs,
1491 static const char *stac9200_models[STAC_9200_MODELS] = {
1493 [STAC_9200_OQO] = "oqo",
1494 [STAC_9200_DELL_D21] = "dell-d21",
1495 [STAC_9200_DELL_D22] = "dell-d22",
1496 [STAC_9200_DELL_D23] = "dell-d23",
1497 [STAC_9200_DELL_M21] = "dell-m21",
1498 [STAC_9200_DELL_M22] = "dell-m22",
1499 [STAC_9200_DELL_M23] = "dell-m23",
1500 [STAC_9200_DELL_M24] = "dell-m24",
1501 [STAC_9200_DELL_M25] = "dell-m25",
1502 [STAC_9200_DELL_M26] = "dell-m26",
1503 [STAC_9200_DELL_M27] = "dell-m27",
1504 [STAC_9200_M4] = "gateway-m4",
1505 [STAC_9200_M4_2] = "gateway-m4-2",
1506 [STAC_9200_PANASONIC] = "panasonic",
1509 static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1510 /* SigmaTel reference board */
1511 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1512 "DFI LanParty", STAC_REF),
1513 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1514 "DFI LanParty", STAC_REF),
1515 /* Dell laptops have BIOS problem */
1516 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1517 "unknown Dell", STAC_9200_DELL_D21),
1518 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
1519 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1520 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1521 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1522 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1523 "unknown Dell", STAC_9200_DELL_D22),
1524 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1525 "unknown Dell", STAC_9200_DELL_D22),
1526 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
1527 "Dell Latitude D620", STAC_9200_DELL_M22),
1528 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1529 "unknown Dell", STAC_9200_DELL_D23),
1530 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1531 "unknown Dell", STAC_9200_DELL_D23),
1532 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1533 "unknown Dell", STAC_9200_DELL_M22),
1534 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1535 "unknown Dell", STAC_9200_DELL_M24),
1536 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1537 "unknown Dell", STAC_9200_DELL_M24),
1538 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
1539 "Dell Latitude 120L", STAC_9200_DELL_M24),
1540 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
1541 "Dell Latitude D820", STAC_9200_DELL_M22),
1542 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
1543 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
1544 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
1545 "Dell XPS M1710", STAC_9200_DELL_M23),
1546 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
1547 "Dell Precision M90", STAC_9200_DELL_M23),
1548 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1549 "unknown Dell", STAC_9200_DELL_M22),
1550 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1551 "unknown Dell", STAC_9200_DELL_M22),
1552 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
1553 "unknown Dell", STAC_9200_DELL_M22),
1554 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
1555 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1556 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1557 "unknown Dell", STAC_9200_DELL_D23),
1558 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1559 "unknown Dell", STAC_9200_DELL_D23),
1560 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1561 "unknown Dell", STAC_9200_DELL_D21),
1562 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1563 "unknown Dell", STAC_9200_DELL_D23),
1564 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1565 "unknown Dell", STAC_9200_DELL_D21),
1566 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1567 "unknown Dell", STAC_9200_DELL_M25),
1568 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1569 "unknown Dell", STAC_9200_DELL_M25),
1570 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
1571 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1572 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1573 "unknown Dell", STAC_9200_DELL_M26),
1575 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
1576 /* Gateway machines needs EAPD to be set on resume */
1577 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1578 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1579 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
1581 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
1585 static unsigned int ref925x_pin_configs[8] = {
1586 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1587 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
1590 static unsigned int stac925xM1_pin_configs[8] = {
1591 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1592 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1595 static unsigned int stac925xM1_2_pin_configs[8] = {
1596 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1597 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1600 static unsigned int stac925xM2_pin_configs[8] = {
1601 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1602 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1605 static unsigned int stac925xM2_2_pin_configs[8] = {
1606 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1607 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1610 static unsigned int stac925xM3_pin_configs[8] = {
1611 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1612 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1615 static unsigned int stac925xM5_pin_configs[8] = {
1616 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1617 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1620 static unsigned int stac925xM6_pin_configs[8] = {
1621 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1622 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
1625 static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1626 [STAC_REF] = ref925x_pin_configs,
1627 [STAC_M1] = stac925xM1_pin_configs,
1628 [STAC_M1_2] = stac925xM1_2_pin_configs,
1629 [STAC_M2] = stac925xM2_pin_configs,
1630 [STAC_M2_2] = stac925xM2_2_pin_configs,
1631 [STAC_M3] = stac925xM3_pin_configs,
1632 [STAC_M5] = stac925xM5_pin_configs,
1633 [STAC_M6] = stac925xM6_pin_configs,
1636 static const char *stac925x_models[STAC_925x_MODELS] = {
1639 [STAC_M1_2] = "m1-2",
1641 [STAC_M2_2] = "m2-2",
1647 static struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
1648 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1649 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1650 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1651 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
1652 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
1653 /* Not sure about the brand name for those */
1654 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1655 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1656 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1657 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
1661 static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1662 /* SigmaTel reference board */
1663 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
1664 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
1665 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
1667 /* Default table for unknown ID */
1668 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1673 static unsigned int ref92hd73xx_pin_configs[13] = {
1674 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1675 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1676 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
1680 static unsigned int dell_m6_pin_configs[13] = {
1681 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
1682 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
1683 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1687 static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
1688 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
1689 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1690 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1691 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
1692 [STAC_DELL_EQ] = dell_m6_pin_configs,
1695 static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
1696 [STAC_92HD73XX_NO_JD] = "no-jd",
1697 [STAC_92HD73XX_REF] = "ref",
1698 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1699 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1700 [STAC_DELL_M6_BOTH] = "dell-m6",
1701 [STAC_DELL_EQ] = "dell-eq",
1704 static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1705 /* SigmaTel reference board */
1706 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1707 "DFI LanParty", STAC_92HD73XX_REF),
1708 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1709 "DFI LanParty", STAC_92HD73XX_REF),
1710 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
1711 "Dell Studio 1535", STAC_DELL_M6_DMIC),
1712 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
1713 "unknown Dell", STAC_DELL_M6_DMIC),
1714 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
1715 "unknown Dell", STAC_DELL_M6_BOTH),
1716 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
1717 "unknown Dell", STAC_DELL_M6_BOTH),
1718 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
1719 "unknown Dell", STAC_DELL_M6_AMIC),
1720 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
1721 "unknown Dell", STAC_DELL_M6_AMIC),
1722 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
1723 "unknown Dell", STAC_DELL_M6_DMIC),
1724 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1725 "unknown Dell", STAC_DELL_M6_DMIC),
1726 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
1727 "Dell Studio 1537", STAC_DELL_M6_DMIC),
1728 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1729 "Dell Studio 17", STAC_DELL_M6_DMIC),
1733 static unsigned int ref92hd83xxx_pin_configs[14] = {
1734 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1735 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1736 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x40f000f0,
1737 0x01451160, 0x98560170,
1740 static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1741 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1742 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
1745 static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1746 [STAC_92HD83XXX_REF] = "ref",
1747 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
1750 static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1751 /* SigmaTel reference board */
1752 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1753 "DFI LanParty", STAC_92HD83XXX_REF),
1754 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1755 "DFI LanParty", STAC_92HD83XXX_REF),
1759 static unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1760 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
1761 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
1762 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1766 static unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1767 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
1768 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
1769 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1773 static unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1774 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1775 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
1776 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1780 static unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
1781 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1782 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
1783 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1787 static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1788 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
1789 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1790 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
1791 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
1792 [STAC_HP_M4] = NULL,
1793 [STAC_HP_DV5] = NULL,
1796 static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1797 [STAC_92HD71BXX_REF] = "ref",
1798 [STAC_DELL_M4_1] = "dell-m4-1",
1799 [STAC_DELL_M4_2] = "dell-m4-2",
1800 [STAC_DELL_M4_3] = "dell-m4-3",
1801 [STAC_HP_M4] = "hp-m4",
1802 [STAC_HP_DV5] = "hp-dv5",
1805 static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1806 /* SigmaTel reference board */
1807 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1808 "DFI LanParty", STAC_92HD71BXX_REF),
1809 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1810 "DFI LanParty", STAC_92HD71BXX_REF),
1811 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2,
1812 "HP dv5", STAC_HP_M4),
1813 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
1814 "HP dv7", STAC_HP_M4),
1815 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7,
1816 "HP dv4", STAC_HP_DV5),
1817 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc,
1818 "HP dv7", STAC_HP_M4),
1819 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3600,
1820 "HP dv5", STAC_HP_DV5),
1821 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603,
1822 "HP dv5", STAC_HP_DV5),
1823 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1824 "unknown HP", STAC_HP_M4),
1825 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1826 "unknown Dell", STAC_DELL_M4_1),
1827 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1828 "unknown Dell", STAC_DELL_M4_1),
1829 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1830 "unknown Dell", STAC_DELL_M4_1),
1831 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1832 "unknown Dell", STAC_DELL_M4_1),
1833 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1834 "unknown Dell", STAC_DELL_M4_1),
1835 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1836 "unknown Dell", STAC_DELL_M4_1),
1837 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1838 "unknown Dell", STAC_DELL_M4_1),
1839 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1840 "unknown Dell", STAC_DELL_M4_2),
1841 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1842 "unknown Dell", STAC_DELL_M4_2),
1843 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1844 "unknown Dell", STAC_DELL_M4_2),
1845 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1846 "unknown Dell", STAC_DELL_M4_2),
1847 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1848 "unknown Dell", STAC_DELL_M4_3),
1852 static unsigned int ref922x_pin_configs[10] = {
1853 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1854 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
1855 0x40000100, 0x40000100,
1859 STAC 922X pin configs for
1866 static unsigned int dell_922x_d81_pin_configs[10] = {
1867 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1868 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1869 0x01813122, 0x400001f2,
1873 STAC 922X pin configs for
1877 static unsigned int dell_922x_d82_pin_configs[10] = {
1878 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1879 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1880 0x01813122, 0x400001f1,
1884 STAC 922X pin configs for
1887 static unsigned int dell_922x_m81_pin_configs[10] = {
1888 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1889 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1890 0x40C003f1, 0x405003f0,
1894 STAC 9221 A1 pin configs for
1895 102801D7 (Dell XPS M1210)
1897 static unsigned int dell_922x_m82_pin_configs[10] = {
1898 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1899 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
1900 0x508003f3, 0x405003f4,
1903 static unsigned int d945gtp3_pin_configs[10] = {
1904 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
1905 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1906 0x02a19120, 0x40000100,
1909 static unsigned int d945gtp5_pin_configs[10] = {
1910 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1911 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
1912 0x02a19320, 0x40000100,
1915 static unsigned int intel_mac_v1_pin_configs[10] = {
1916 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1917 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
1918 0x400000fc, 0x400000fb,
1921 static unsigned int intel_mac_v2_pin_configs[10] = {
1922 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1923 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
1924 0x400000fc, 0x400000fb,
1927 static unsigned int intel_mac_v3_pin_configs[10] = {
1928 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1929 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1930 0x400000fc, 0x400000fb,
1933 static unsigned int intel_mac_v4_pin_configs[10] = {
1934 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1935 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1936 0x400000fc, 0x400000fb,
1939 static unsigned int intel_mac_v5_pin_configs[10] = {
1940 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1941 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1942 0x400000fc, 0x400000fb,
1945 static unsigned int ecs202_pin_configs[10] = {
1946 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1947 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1948 0x9037012e, 0x40e000f2,
1951 static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
1952 [STAC_D945_REF] = ref922x_pin_configs,
1953 [STAC_D945GTP3] = d945gtp3_pin_configs,
1954 [STAC_D945GTP5] = d945gtp5_pin_configs,
1955 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1956 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1957 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1958 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1959 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
1960 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
1961 /* for backward compatibility */
1962 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1963 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1964 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1965 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1966 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1967 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
1968 [STAC_ECS_202] = ecs202_pin_configs,
1969 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1970 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1971 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1972 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
1975 static const char *stac922x_models[STAC_922X_MODELS] = {
1976 [STAC_D945_REF] = "ref",
1977 [STAC_D945GTP5] = "5stack",
1978 [STAC_D945GTP3] = "3stack",
1979 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1980 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1981 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1982 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1983 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
1984 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
1985 /* for backward compatibility */
1986 [STAC_MACMINI] = "macmini",
1987 [STAC_MACBOOK] = "macbook",
1988 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1989 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
1990 [STAC_IMAC_INTEL] = "imac-intel",
1991 [STAC_IMAC_INTEL_20] = "imac-intel-20",
1992 [STAC_ECS_202] = "ecs202",
1993 [STAC_922X_DELL_D81] = "dell-d81",
1994 [STAC_922X_DELL_D82] = "dell-d82",
1995 [STAC_922X_DELL_M81] = "dell-m81",
1996 [STAC_922X_DELL_M82] = "dell-m82",
1999 static struct snd_pci_quirk stac922x_cfg_tbl[] = {
2000 /* SigmaTel reference board */
2001 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2002 "DFI LanParty", STAC_D945_REF),
2003 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2004 "DFI LanParty", STAC_D945_REF),
2005 /* Intel 945G based systems */
2006 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2007 "Intel D945G", STAC_D945GTP3),
2008 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2009 "Intel D945G", STAC_D945GTP3),
2010 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2011 "Intel D945G", STAC_D945GTP3),
2012 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2013 "Intel D945G", STAC_D945GTP3),
2014 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2015 "Intel D945G", STAC_D945GTP3),
2016 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2017 "Intel D945G", STAC_D945GTP3),
2018 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2019 "Intel D945G", STAC_D945GTP3),
2020 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2021 "Intel D945G", STAC_D945GTP3),
2022 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2023 "Intel D945G", STAC_D945GTP3),
2024 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2025 "Intel D945G", STAC_D945GTP3),
2026 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2027 "Intel D945G", STAC_D945GTP3),
2028 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2029 "Intel D945G", STAC_D945GTP3),
2030 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2031 "Intel D945G", STAC_D945GTP3),
2032 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2033 "Intel D945G", STAC_D945GTP3),
2034 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2035 "Intel D945G", STAC_D945GTP3),
2036 /* Intel D945G 5-stack systems */
2037 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2038 "Intel D945G", STAC_D945GTP5),
2039 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2040 "Intel D945G", STAC_D945GTP5),
2041 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2042 "Intel D945G", STAC_D945GTP5),
2043 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2044 "Intel D945G", STAC_D945GTP5),
2045 /* Intel 945P based systems */
2046 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2047 "Intel D945P", STAC_D945GTP3),
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2049 "Intel D945P", STAC_D945GTP3),
2050 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2051 "Intel D945P", STAC_D945GTP3),
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2053 "Intel D945P", STAC_D945GTP3),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2055 "Intel D945P", STAC_D945GTP3),
2056 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2057 "Intel D945P", STAC_D945GTP5),
2059 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2060 "Intel D945", STAC_D945_REF),
2062 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
2063 SND_PCI_QUIRK(0x8384, 0x7680,
2064 "Mac", STAC_INTEL_MAC_AUTO),
2066 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2067 "unknown Dell", STAC_922X_DELL_D81),
2068 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2069 "unknown Dell", STAC_922X_DELL_D81),
2070 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2071 "unknown Dell", STAC_922X_DELL_D81),
2072 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2073 "unknown Dell", STAC_922X_DELL_D82),
2074 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2075 "unknown Dell", STAC_922X_DELL_M81),
2076 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2077 "unknown Dell", STAC_922X_DELL_D82),
2078 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2079 "unknown Dell", STAC_922X_DELL_D81),
2080 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2081 "unknown Dell", STAC_922X_DELL_D81),
2082 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2083 "Dell XPS M1210", STAC_922X_DELL_M82),
2084 /* ECS/PC Chips boards */
2085 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
2086 "ECS/PC chips", STAC_ECS_202),
2090 static unsigned int ref927x_pin_configs[14] = {
2091 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2092 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2093 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2094 0x01c42190, 0x40000100,
2097 static unsigned int d965_3st_pin_configs[14] = {
2098 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2099 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2100 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2101 0x40000100, 0x40000100
2104 static unsigned int d965_5st_pin_configs[14] = {
2105 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2106 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2107 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2108 0x40000100, 0x40000100
2111 static unsigned int dell_3st_pin_configs[14] = {
2112 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2113 0x01111212, 0x01116211, 0x01813050, 0x01112214,
2114 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
2115 0x40c003fc, 0x40000100
2118 static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
2119 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
2120 [STAC_D965_REF] = ref927x_pin_configs,
2121 [STAC_D965_3ST] = d965_3st_pin_configs,
2122 [STAC_D965_5ST] = d965_5st_pin_configs,
2123 [STAC_DELL_3ST] = dell_3st_pin_configs,
2124 [STAC_DELL_BIOS] = NULL,
2127 static const char *stac927x_models[STAC_927X_MODELS] = {
2128 [STAC_D965_REF_NO_JD] = "ref-no-jd",
2129 [STAC_D965_REF] = "ref",
2130 [STAC_D965_3ST] = "3stack",
2131 [STAC_D965_5ST] = "5stack",
2132 [STAC_DELL_3ST] = "dell-3stack",
2133 [STAC_DELL_BIOS] = "dell-bios",
2136 static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2137 /* SigmaTel reference board */
2138 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2139 "DFI LanParty", STAC_D965_REF),
2140 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2141 "DFI LanParty", STAC_D965_REF),
2142 /* Intel 946 based systems */
2143 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2144 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
2145 /* 965 based 3 stack systems */
2146 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2147 "Intel D965", STAC_D965_3ST),
2148 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2149 "Intel D965", STAC_D965_3ST),
2150 /* Dell 3 stack systems */
2151 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
2152 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
2153 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2154 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
2155 /* Dell 3 stack systems with verb table in BIOS */
2156 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2157 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
2158 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
2159 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_3ST),
2160 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2161 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2162 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2163 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
2164 /* 965 based 5 stack systems */
2165 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2166 "Intel D965", STAC_D965_5ST),
2167 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2168 "Intel D965", STAC_D965_5ST),
2172 static unsigned int ref9205_pin_configs[12] = {
2173 0x40000100, 0x40000100, 0x01016011, 0x01014010,
2174 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
2175 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
2179 STAC 9205 pin configs for
2186 10280228 (Dell Vostro 1500)
2188 static unsigned int dell_9205_m42_pin_configs[12] = {
2189 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2190 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2191 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2195 STAC 9205 pin configs for
2199 102801FF (Dell Precision M4300)
2204 static unsigned int dell_9205_m43_pin_configs[12] = {
2205 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2206 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2207 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2210 static unsigned int dell_9205_m44_pin_configs[12] = {
2211 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2212 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2213 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2216 static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
2217 [STAC_9205_REF] = ref9205_pin_configs,
2218 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2219 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2220 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
2221 [STAC_9205_EAPD] = NULL,
2224 static const char *stac9205_models[STAC_9205_MODELS] = {
2225 [STAC_9205_REF] = "ref",
2226 [STAC_9205_DELL_M42] = "dell-m42",
2227 [STAC_9205_DELL_M43] = "dell-m43",
2228 [STAC_9205_DELL_M44] = "dell-m44",
2229 [STAC_9205_EAPD] = "eapd",
2232 static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2233 /* SigmaTel reference board */
2234 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2235 "DFI LanParty", STAC_9205_REF),
2236 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2237 "DFI LanParty", STAC_9205_REF),
2239 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2240 "unknown Dell", STAC_9205_DELL_M42),
2241 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2242 "unknown Dell", STAC_9205_DELL_M42),
2243 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
2244 "Dell Precision", STAC_9205_DELL_M43),
2245 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2246 "Dell Precision", STAC_9205_DELL_M43),
2247 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2248 "Dell Precision", STAC_9205_DELL_M43),
2249 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2250 "unknown Dell", STAC_9205_DELL_M42),
2251 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2252 "unknown Dell", STAC_9205_DELL_M42),
2253 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2254 "Dell Precision", STAC_9205_DELL_M43),
2255 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
2256 "Dell Precision M4300", STAC_9205_DELL_M43),
2257 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2258 "unknown Dell", STAC_9205_DELL_M42),
2259 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2260 "Dell Precision", STAC_9205_DELL_M43),
2261 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2262 "Dell Precision", STAC_9205_DELL_M43),
2263 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2264 "Dell Precision", STAC_9205_DELL_M43),
2265 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2266 "Dell Inspiron", STAC_9205_DELL_M44),
2267 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2268 "Dell Vostro 1500", STAC_9205_DELL_M42),
2270 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
2274 static int stac92xx_save_bios_config_regs(struct hda_codec *codec)
2277 struct sigmatel_spec *spec = codec->spec;
2279 kfree(spec->pin_configs);
2280 spec->pin_configs = kcalloc(spec->num_pins, sizeof(*spec->pin_configs),
2282 if (!spec->pin_configs)
2285 for (i = 0; i < spec->num_pins; i++) {
2286 hda_nid_t nid = spec->pin_nids[i];
2287 unsigned int pin_cfg;
2291 pin_cfg = snd_hda_codec_read(codec, nid, 0,
2292 AC_VERB_GET_CONFIG_DEFAULT, 0x00);
2293 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x bios pin config %8.8x\n",
2295 spec->pin_configs[i] = pin_cfg;
2301 static void stac92xx_set_config_reg(struct hda_codec *codec,
2302 hda_nid_t pin_nid, unsigned int pin_config)
2305 snd_hda_codec_write(codec, pin_nid, 0,
2306 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0,
2307 pin_config & 0x000000ff);
2308 snd_hda_codec_write(codec, pin_nid, 0,
2309 AC_VERB_SET_CONFIG_DEFAULT_BYTES_1,
2310 (pin_config & 0x0000ff00) >> 8);
2311 snd_hda_codec_write(codec, pin_nid, 0,
2312 AC_VERB_SET_CONFIG_DEFAULT_BYTES_2,
2313 (pin_config & 0x00ff0000) >> 16);
2314 snd_hda_codec_write(codec, pin_nid, 0,
2315 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3,
2317 i = snd_hda_codec_read(codec, pin_nid, 0,
2318 AC_VERB_GET_CONFIG_DEFAULT,
2320 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x pin config %8.8x\n",
2324 static void stac92xx_set_config_regs(struct hda_codec *codec)
2327 struct sigmatel_spec *spec = codec->spec;
2329 if (!spec->pin_configs)
2332 for (i = 0; i < spec->num_pins; i++)
2333 if (spec->pin_nids[i] && spec->pin_configs[i])
2334 stac92xx_set_config_reg(codec, spec->pin_nids[i],
2335 spec->pin_configs[i]);
2338 static int stac_save_pin_cfgs(struct hda_codec *codec, unsigned int *pins)
2340 struct sigmatel_spec *spec = codec->spec;
2343 return stac92xx_save_bios_config_regs(codec);
2345 kfree(spec->pin_configs);
2346 spec->pin_configs = kmemdup(pins,
2347 spec->num_pins * sizeof(*pins),
2349 if (!spec->pin_configs)
2352 stac92xx_set_config_regs(codec);
2356 static void stac_change_pin_config(struct hda_codec *codec, hda_nid_t nid,
2359 struct sigmatel_spec *spec = codec->spec;
2362 for (i = 0; i < spec->num_pins; i++) {
2363 if (spec->pin_nids[i] == nid) {
2364 spec->pin_configs[i] = cfg;
2365 stac92xx_set_config_reg(codec, nid, cfg);
2372 * Analog playback callbacks
2374 static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2375 struct hda_codec *codec,
2376 struct snd_pcm_substream *substream)
2378 struct sigmatel_spec *spec = codec->spec;
2379 if (spec->stream_delay)
2380 msleep(spec->stream_delay);
2381 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2385 static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2386 struct hda_codec *codec,
2387 unsigned int stream_tag,
2388 unsigned int format,
2389 struct snd_pcm_substream *substream)
2391 struct sigmatel_spec *spec = codec->spec;
2392 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
2395 static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2396 struct hda_codec *codec,
2397 struct snd_pcm_substream *substream)
2399 struct sigmatel_spec *spec = codec->spec;
2400 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2404 * Digital playback callbacks
2406 static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2407 struct hda_codec *codec,
2408 struct snd_pcm_substream *substream)
2410 struct sigmatel_spec *spec = codec->spec;
2411 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2414 static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2415 struct hda_codec *codec,
2416 struct snd_pcm_substream *substream)
2418 struct sigmatel_spec *spec = codec->spec;
2419 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2422 static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2423 struct hda_codec *codec,
2424 unsigned int stream_tag,
2425 unsigned int format,
2426 struct snd_pcm_substream *substream)
2428 struct sigmatel_spec *spec = codec->spec;
2429 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2430 stream_tag, format, substream);
2435 * Analog capture callbacks
2437 static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2438 struct hda_codec *codec,
2439 unsigned int stream_tag,
2440 unsigned int format,
2441 struct snd_pcm_substream *substream)
2443 struct sigmatel_spec *spec = codec->spec;
2444 hda_nid_t nid = spec->adc_nids[substream->number];
2446 if (spec->powerdown_adcs) {
2448 snd_hda_codec_write(codec, nid, 0,
2449 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2451 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
2455 static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2456 struct hda_codec *codec,
2457 struct snd_pcm_substream *substream)
2459 struct sigmatel_spec *spec = codec->spec;
2460 hda_nid_t nid = spec->adc_nids[substream->number];
2462 snd_hda_codec_cleanup_stream(codec, nid);
2463 if (spec->powerdown_adcs)
2464 snd_hda_codec_write(codec, nid, 0,
2465 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
2469 static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2473 /* NID is set in stac92xx_build_pcms */
2475 .open = stac92xx_dig_playback_pcm_open,
2476 .close = stac92xx_dig_playback_pcm_close,
2477 .prepare = stac92xx_dig_playback_pcm_prepare
2481 static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2485 /* NID is set in stac92xx_build_pcms */
2488 static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2492 .nid = 0x02, /* NID to query formats and rates */
2494 .open = stac92xx_playback_pcm_open,
2495 .prepare = stac92xx_playback_pcm_prepare,
2496 .cleanup = stac92xx_playback_pcm_cleanup
2500 static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2504 .nid = 0x06, /* NID to query formats and rates */
2506 .open = stac92xx_playback_pcm_open,
2507 .prepare = stac92xx_playback_pcm_prepare,
2508 .cleanup = stac92xx_playback_pcm_cleanup
2512 static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
2515 /* NID + .substreams is set in stac92xx_build_pcms */
2517 .prepare = stac92xx_capture_pcm_prepare,
2518 .cleanup = stac92xx_capture_pcm_cleanup
2522 static int stac92xx_build_pcms(struct hda_codec *codec)
2524 struct sigmatel_spec *spec = codec->spec;
2525 struct hda_pcm *info = spec->pcm_rec;
2527 codec->num_pcms = 1;
2528 codec->pcm_info = info;
2530 info->name = "STAC92xx Analog";
2531 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
2532 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2533 spec->multiout.dac_nids[0];
2534 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
2535 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
2536 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
2538 if (spec->alt_switch) {
2541 info->name = "STAC92xx Analog Alt";
2542 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2545 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2548 info->name = "STAC92xx Digital";
2549 info->pcm_type = spec->autocfg.dig_out_type[0];
2550 if (spec->multiout.dig_out_nid) {
2551 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2552 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2554 if (spec->dig_in_nid) {
2555 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2556 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2563 static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
2565 unsigned int pincap = snd_hda_param_read(codec, nid,
2567 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2568 if (pincap & AC_PINCAP_VREF_100)
2569 return AC_PINCTL_VREF_100;
2570 if (pincap & AC_PINCAP_VREF_80)
2571 return AC_PINCTL_VREF_80;
2572 if (pincap & AC_PINCAP_VREF_50)
2573 return AC_PINCTL_VREF_50;
2574 if (pincap & AC_PINCAP_VREF_GRD)
2575 return AC_PINCTL_VREF_GRD;
2579 static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2582 snd_hda_codec_write_cache(codec, nid, 0,
2583 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
2586 #define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2588 static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2589 struct snd_ctl_elem_value *ucontrol)
2591 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2592 struct sigmatel_spec *spec = codec->spec;
2594 ucontrol->value.integer.value[0] = !!spec->hp_switch;
2598 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
2599 unsigned char type);
2601 static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2602 struct snd_ctl_elem_value *ucontrol)
2604 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2605 struct sigmatel_spec *spec = codec->spec;
2606 int nid = kcontrol->private_value;
2608 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
2610 /* check to be sure that the ports are upto date with
2613 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
2618 #define stac92xx_io_switch_info snd_ctl_boolean_mono_info
2620 static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2622 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2623 struct sigmatel_spec *spec = codec->spec;
2624 int io_idx = kcontrol-> private_value & 0xff;
2626 ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
2630 static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2632 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2633 struct sigmatel_spec *spec = codec->spec;
2634 hda_nid_t nid = kcontrol->private_value >> 8;
2635 int io_idx = kcontrol-> private_value & 0xff;
2636 unsigned short val = !!ucontrol->value.integer.value[0];
2638 spec->io_switch[io_idx] = val;
2641 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
2643 unsigned int pinctl = AC_PINCTL_IN_EN;
2644 if (io_idx) /* set VREF for mic */
2645 pinctl |= stac92xx_get_vref(codec, nid);
2646 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2649 /* check the auto-mute again: we need to mute/unmute the speaker
2650 * appropriately according to the pin direction
2652 if (spec->hp_detect)
2653 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
2658 #define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2660 static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2661 struct snd_ctl_elem_value *ucontrol)
2663 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2664 struct sigmatel_spec *spec = codec->spec;
2666 ucontrol->value.integer.value[0] = spec->clfe_swap;
2670 static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2671 struct snd_ctl_elem_value *ucontrol)
2673 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2674 struct sigmatel_spec *spec = codec->spec;
2675 hda_nid_t nid = kcontrol->private_value & 0xff;
2676 unsigned int val = !!ucontrol->value.integer.value[0];
2678 if (spec->clfe_swap == val)
2681 spec->clfe_swap = val;
2683 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2684 spec->clfe_swap ? 0x4 : 0x0);
2689 #define STAC_CODEC_HP_SWITCH(xname) \
2690 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2693 .info = stac92xx_hp_switch_info, \
2694 .get = stac92xx_hp_switch_get, \
2695 .put = stac92xx_hp_switch_put, \
2698 #define STAC_CODEC_IO_SWITCH(xname, xpval) \
2699 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2702 .info = stac92xx_io_switch_info, \
2703 .get = stac92xx_io_switch_get, \
2704 .put = stac92xx_io_switch_put, \
2705 .private_value = xpval, \
2708 #define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2709 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2712 .info = stac92xx_clfe_switch_info, \
2713 .get = stac92xx_clfe_switch_get, \
2714 .put = stac92xx_clfe_switch_put, \
2715 .private_value = xpval, \
2719 STAC_CTL_WIDGET_VOL,
2720 STAC_CTL_WIDGET_MUTE,
2721 STAC_CTL_WIDGET_MONO_MUX,
2722 STAC_CTL_WIDGET_AMP_MUX,
2723 STAC_CTL_WIDGET_AMP_VOL,
2724 STAC_CTL_WIDGET_HP_SWITCH,
2725 STAC_CTL_WIDGET_IO_SWITCH,
2726 STAC_CTL_WIDGET_CLFE_SWITCH
2729 static struct snd_kcontrol_new stac92xx_control_templates[] = {
2730 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2731 HDA_CODEC_MUTE(NULL, 0, 0, 0),
2734 STAC_AMP_VOL(NULL, 0, 0, 0, 0),
2735 STAC_CODEC_HP_SWITCH(NULL),
2736 STAC_CODEC_IO_SWITCH(NULL, 0),
2737 STAC_CODEC_CLFE_SWITCH(NULL, 0),
2740 /* add dynamic controls */
2741 static struct snd_kcontrol_new *
2742 stac_control_new(struct sigmatel_spec *spec,
2743 struct snd_kcontrol_new *ktemp,
2746 struct snd_kcontrol_new *knew;
2748 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2749 knew = snd_array_new(&spec->kctls);
2753 knew->name = kstrdup(name, GFP_KERNEL);
2756 memset(knew, 0, sizeof(*knew));
2757 spec->kctls.alloced--;
2763 static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2764 struct snd_kcontrol_new *ktemp,
2765 int idx, const char *name,
2768 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name);
2772 knew->private_value = val;
2776 static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2777 int type, int idx, const char *name,
2780 return stac92xx_add_control_temp(spec,
2781 &stac92xx_control_templates[type],
2786 /* add dynamic controls */
2787 static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2788 const char *name, unsigned long val)
2790 return stac92xx_add_control_idx(spec, type, 0, name, val);
2793 static struct snd_kcontrol_new stac_input_src_temp = {
2794 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2795 .name = "Input Source",
2796 .info = stac92xx_mux_enum_info,
2797 .get = stac92xx_mux_enum_get,
2798 .put = stac92xx_mux_enum_put,
2801 static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2803 struct snd_kcontrol_new *knew;
2804 struct hda_input_mux *imux = &spec->private_imux;
2806 if (!spec->num_adcs || imux->num_items <= 1)
2807 return 0; /* no need for input source control */
2808 knew = stac_control_new(spec, &stac_input_src_temp,
2809 stac_input_src_temp.name);
2812 knew->count = spec->num_adcs;
2816 /* check whether the line-input can be used as line-out */
2817 static hda_nid_t check_line_out_switch(struct hda_codec *codec)
2819 struct sigmatel_spec *spec = codec->spec;
2820 struct auto_pin_cfg *cfg = &spec->autocfg;
2822 unsigned int pincap;
2824 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2826 nid = cfg->input_pins[AUTO_PIN_LINE];
2827 pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2828 if (pincap & AC_PINCAP_OUT)
2833 /* check whether the mic-input can be used as line-out */
2834 static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2836 struct sigmatel_spec *spec = codec->spec;
2837 struct auto_pin_cfg *cfg = &spec->autocfg;
2838 unsigned int def_conf, pincap;
2839 unsigned int mic_pin;
2841 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2843 mic_pin = AUTO_PIN_MIC;
2845 hda_nid_t nid = cfg->input_pins[mic_pin];
2846 def_conf = snd_hda_codec_read(codec, nid, 0,
2847 AC_VERB_GET_CONFIG_DEFAULT, 0);
2848 /* some laptops have an internal analog microphone
2849 * which can't be used as a output */
2850 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2851 pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2852 if (pincap & AC_PINCAP_OUT)
2855 if (mic_pin == AUTO_PIN_MIC)
2856 mic_pin = AUTO_PIN_FRONT_MIC;
2863 static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2867 for (i = 0; i < spec->multiout.num_dacs; i++) {
2868 if (spec->multiout.dac_nids[i] == nid)
2875 static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2878 if (is_in_dac_nids(spec, nid))
2880 for (i = 0; i < spec->autocfg.hp_outs; i++)
2881 if (spec->hp_dacs[i] == nid)
2883 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2884 if (spec->speaker_dacs[i] == nid)
2889 static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2891 struct sigmatel_spec *spec = codec->spec;
2893 hda_nid_t conn[HDA_MAX_CONNECTIONS];
2894 unsigned int wcaps, wtype;
2896 conn_len = snd_hda_get_connections(codec, nid, conn,
2897 HDA_MAX_CONNECTIONS);
2898 for (j = 0; j < conn_len; j++) {
2899 wcaps = snd_hda_param_read(codec, conn[j],
2900 AC_PAR_AUDIO_WIDGET_CAP);
2901 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
2902 /* we check only analog outputs */
2903 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2905 /* if this route has a free DAC, assign it */
2906 if (!check_all_dac_nids(spec, conn[j])) {
2908 /* select this DAC in the pin's input mux */
2909 snd_hda_codec_write_cache(codec, nid, 0,
2910 AC_VERB_SET_CONNECT_SEL, j);
2918 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2919 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2922 * Fill in the dac_nids table from the parsed pin configuration
2923 * This function only works when every pin in line_out_pins[]
2924 * contains atleast one DAC in its connection list. Some 92xx
2925 * codecs are not connected directly to a DAC, such as the 9200
2926 * and 9202/925x. For those, dac_nids[] must be hard-coded.
2928 static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
2930 struct sigmatel_spec *spec = codec->spec;
2931 struct auto_pin_cfg *cfg = &spec->autocfg;
2935 for (i = 0; i < cfg->line_outs; i++) {
2936 nid = cfg->line_out_pins[i];
2937 dac = get_unassigned_dac(codec, nid);
2939 if (spec->multiout.num_dacs > 0) {
2940 /* we have already working output pins,
2941 * so let's drop the broken ones again
2943 cfg->line_outs = spec->multiout.num_dacs;
2946 /* error out, no available DAC found */
2948 "%s: No available DAC for pin 0x%x\n",
2952 add_spec_dacs(spec, dac);
2955 /* add line-in as output */
2956 nid = check_line_out_switch(codec);
2958 dac = get_unassigned_dac(codec, nid);
2960 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
2961 nid, cfg->line_outs);
2962 cfg->line_out_pins[cfg->line_outs] = nid;
2964 spec->line_switch = nid;
2965 add_spec_dacs(spec, dac);
2968 /* add mic as output */
2969 nid = check_mic_out_switch(codec);
2971 dac = get_unassigned_dac(codec, nid);
2973 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
2974 nid, cfg->line_outs);
2975 cfg->line_out_pins[cfg->line_outs] = nid;
2977 spec->mic_switch = nid;
2978 add_spec_dacs(spec, dac);
2982 for (i = 0; i < cfg->hp_outs; i++) {
2983 nid = cfg->hp_pins[i];
2984 dac = get_unassigned_dac(codec, nid);
2986 if (!spec->multiout.hp_nid)
2987 spec->multiout.hp_nid = dac;
2989 add_spec_extra_dacs(spec, dac);
2991 spec->hp_dacs[i] = dac;
2994 for (i = 0; i < cfg->speaker_outs; i++) {
2995 nid = cfg->speaker_pins[i];
2996 dac = get_unassigned_dac(codec, nid);
2998 add_spec_extra_dacs(spec, dac);
2999 spec->speaker_dacs[i] = dac;
3002 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
3003 spec->multiout.num_dacs,
3004 spec->multiout.dac_nids[0],
3005 spec->multiout.dac_nids[1],
3006 spec->multiout.dac_nids[2],
3007 spec->multiout.dac_nids[3],
3008 spec->multiout.dac_nids[4]);
3013 /* create volume control/switch for the given prefx type */
3014 static int create_controls(struct hda_codec *codec, const char *pfx,
3015 hda_nid_t nid, int chs)
3017 struct sigmatel_spec *spec = codec->spec;
3021 if (!spec->check_volume_offset) {
3022 unsigned int caps, step, nums, db_scale;
3023 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3024 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3025 AC_AMPCAP_STEP_SIZE_SHIFT;
3026 step = (step + 1) * 25; /* in .01dB unit */
3027 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3028 AC_AMPCAP_NUM_STEPS_SHIFT;
3029 db_scale = nums * step;
3030 /* if dB scale is over -64dB, and finer enough,
3031 * let's reduce it to half
3033 if (db_scale > 6400 && nums >= 0x1f)
3034 spec->volume_offset = nums / 2;
3035 spec->check_volume_offset = 1;
3038 sprintf(name, "%s Playback Volume", pfx);
3039 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, name,
3040 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3041 spec->volume_offset));
3044 sprintf(name, "%s Playback Switch", pfx);
3045 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, name,
3046 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3052 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3054 if (spec->multiout.num_dacs > 4) {
3055 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3058 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3059 spec->multiout.num_dacs++;
3064 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3067 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3068 if (!spec->multiout.extra_out_nid[i]) {
3069 spec->multiout.extra_out_nid[i] = nid;
3073 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3077 static int is_unique_dac(struct sigmatel_spec *spec, hda_nid_t nid)
3081 if (spec->autocfg.line_outs != 1)
3083 if (spec->multiout.hp_nid == nid)
3085 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++)
3086 if (spec->multiout.extra_out_nid[i] == nid)
3091 /* add playback controls from the parsed DAC table */
3092 static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3093 const struct auto_pin_cfg *cfg)
3095 struct sigmatel_spec *spec = codec->spec;
3096 static const char *chname[4] = {
3097 "Front", "Surround", NULL /*CLFE*/, "Side"
3101 unsigned int wid_caps;
3103 for (i = 0; i < cfg->line_outs && spec->multiout.dac_nids[i]; i++) {
3104 nid = spec->multiout.dac_nids[i];
3107 err = create_controls(codec, "Center", nid, 1);
3110 err = create_controls(codec, "LFE", nid, 2);
3114 wid_caps = get_wcaps(codec, nid);
3116 if (wid_caps & AC_WCAP_LR_SWAP) {
3117 err = stac92xx_add_control(spec,
3118 STAC_CTL_WIDGET_CLFE_SWITCH,
3119 "Swap Center/LFE Playback Switch", nid);
3126 const char *name = chname[i];
3127 /* if it's a single DAC, assign a better name */
3128 if (!i && is_unique_dac(spec, nid)) {
3129 switch (cfg->line_out_type) {
3130 case AUTO_PIN_HP_OUT:
3133 case AUTO_PIN_SPEAKER_OUT:
3138 err = create_controls(codec, name, nid, 3);
3144 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
3145 err = stac92xx_add_control(spec,
3146 STAC_CTL_WIDGET_HP_SWITCH,
3147 "Headphone as Line Out Switch",
3148 cfg->hp_pins[cfg->hp_outs - 1]);
3153 if (spec->line_switch) {
3154 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3155 "Line In as Output Switch",
3156 spec->line_switch << 8);
3161 if (spec->mic_switch) {
3162 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3163 "Mic as Output Switch",
3164 (spec->mic_switch << 8) | 1);
3172 /* add playback controls for Speaker and HP outputs */
3173 static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3174 struct auto_pin_cfg *cfg)
3176 struct sigmatel_spec *spec = codec->spec;
3181 for (i = 0; i < cfg->hp_outs; i++) {
3182 static const char *pfxs[] = {
3183 "Headphone", "Headphone2", "Headphone3",
3185 unsigned int wid_caps = get_wcaps(codec, cfg->hp_pins[i]);
3186 if (wid_caps & AC_WCAP_UNSOL_CAP)
3187 spec->hp_detect = 1;
3188 if (nums >= ARRAY_SIZE(pfxs))
3190 nid = spec->hp_dacs[i];
3193 err = create_controls(codec, pfxs[nums++], nid, 3);
3198 for (i = 0; i < cfg->speaker_outs; i++) {
3199 static const char *pfxs[] = {
3200 "Speaker", "External Speaker", "Speaker2",
3202 if (nums >= ARRAY_SIZE(pfxs))
3204 nid = spec->speaker_dacs[i];
3207 err = create_controls(codec, pfxs[nums++], nid, 3);
3214 /* labels for mono mux outputs */
3215 static const char *stac92xx_mono_labels[4] = {
3216 "DAC0", "DAC1", "Mixer", "DAC2"
3219 /* create mono mux for mono out on capable codecs */
3220 static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3222 struct sigmatel_spec *spec = codec->spec;
3223 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3225 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3227 num_cons = snd_hda_get_connections(codec,
3230 HDA_MAX_NUM_INPUTS);
3231 if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
3234 for (i = 0; i < num_cons; i++) {
3235 mono_mux->items[mono_mux->num_items].label =
3236 stac92xx_mono_labels[i];
3237 mono_mux->items[mono_mux->num_items].index = i;
3238 mono_mux->num_items++;
3241 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3242 "Mono Mux", spec->mono_nid);
3245 /* labels for amp mux outputs */
3246 static const char *stac92xx_amp_labels[3] = {
3247 "Front Microphone", "Microphone", "Line In",
3250 /* create amp out controls mux on capable codecs */
3251 static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3253 struct sigmatel_spec *spec = codec->spec;
3254 struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3257 for (i = 0; i < spec->num_amps; i++) {
3258 amp_mux->items[amp_mux->num_items].label =
3259 stac92xx_amp_labels[i];
3260 amp_mux->items[amp_mux->num_items].index = i;
3261 amp_mux->num_items++;
3264 if (spec->num_amps > 1) {
3265 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3266 "Amp Selector Capture Switch", 0);
3270 return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3271 "Amp Capture Volume",
3272 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3276 /* create PC beep volume controls */
3277 static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3280 struct sigmatel_spec *spec = codec->spec;
3281 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3284 /* check for mute support for the the amp */
3285 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3286 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3287 "PC Beep Playback Switch",
3288 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3293 /* check to see if there is volume support for the amp */
3294 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3295 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3296 "PC Beep Playback Volume",
3297 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3304 #ifdef CONFIG_SND_HDA_INPUT_BEEP
3305 #define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3307 static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3308 struct snd_ctl_elem_value *ucontrol)
3310 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3311 ucontrol->value.integer.value[0] = codec->beep->enabled;
3315 static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3316 struct snd_ctl_elem_value *ucontrol)
3318 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3319 int enabled = !!ucontrol->value.integer.value[0];
3320 if (codec->beep->enabled != enabled) {
3321 codec->beep->enabled = enabled;
3327 static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3328 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3329 .info = stac92xx_dig_beep_switch_info,
3330 .get = stac92xx_dig_beep_switch_get,
3331 .put = stac92xx_dig_beep_switch_put,
3334 static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3336 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
3337 0, "PC Beep Playback Switch", 0);
3341 static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3343 struct sigmatel_spec *spec = codec->spec;
3344 int wcaps, nid, i, err = 0;
3346 for (i = 0; i < spec->num_muxes; i++) {
3347 nid = spec->mux_nids[i];
3348 wcaps = get_wcaps(codec, nid);
3350 if (wcaps & AC_WCAP_OUT_AMP) {
3351 err = stac92xx_add_control_idx(spec,
3352 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3353 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3361 static const char *stac92xx_spdif_labels[3] = {
3362 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
3365 static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3367 struct sigmatel_spec *spec = codec->spec;
3368 struct hda_input_mux *spdif_mux = &spec->private_smux;
3369 const char **labels = spec->spdif_labels;
3371 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3373 num_cons = snd_hda_get_connections(codec,
3376 HDA_MAX_NUM_INPUTS);
3381 labels = stac92xx_spdif_labels;
3383 for (i = 0; i < num_cons; i++) {
3384 spdif_mux->items[spdif_mux->num_items].label = labels[i];
3385 spdif_mux->items[spdif_mux->num_items].index = i;
3386 spdif_mux->num_items++;
3392 /* labels for dmic mux inputs */
3393 static const char *stac92xx_dmic_labels[5] = {
3394 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3395 "Digital Mic 3", "Digital Mic 4"
3398 /* create playback/capture controls for input pins on dmic capable codecs */
3399 static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3400 const struct auto_pin_cfg *cfg)
3402 struct sigmatel_spec *spec = codec->spec;
3403 struct hda_input_mux *dimux = &spec->private_dimux;
3404 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3408 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3409 dimux->items[dimux->num_items].index = 0;
3412 for (i = 0; i < spec->num_dmics; i++) {
3417 unsigned int def_conf;
3419 def_conf = snd_hda_codec_read(codec,
3422 AC_VERB_GET_CONFIG_DEFAULT,
3424 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3427 nid = spec->dmic_nids[i];
3428 num_cons = snd_hda_get_connections(codec,
3431 HDA_MAX_NUM_INPUTS);
3432 for (j = 0; j < num_cons; j++)
3433 if (con_lst[j] == nid) {
3439 wcaps = get_wcaps(codec, nid) &
3440 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
3443 sprintf(name, "%s Capture Volume",
3444 stac92xx_dmic_labels[dimux->num_items]);
3446 err = stac92xx_add_control(spec,
3447 STAC_CTL_WIDGET_VOL,
3449 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3450 (wcaps & AC_WCAP_OUT_AMP) ?
3451 HDA_OUTPUT : HDA_INPUT));
3456 dimux->items[dimux->num_items].label =
3457 stac92xx_dmic_labels[dimux->num_items];
3458 dimux->items[dimux->num_items].index = index;
3465 /* create playback/capture controls for input pins */
3466 static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3468 struct sigmatel_spec *spec = codec->spec;
3469 struct hda_input_mux *imux = &spec->private_imux;
3470 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3473 for (i = 0; i < AUTO_PIN_LAST; i++) {
3476 if (!cfg->input_pins[i])
3479 for (j = 0; j < spec->num_muxes; j++) {
3481 num_cons = snd_hda_get_connections(codec,
3484 HDA_MAX_NUM_INPUTS);
3485 for (k = 0; k < num_cons; k++)
3486 if (con_lst[k] == cfg->input_pins[i]) {
3493 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3494 imux->items[imux->num_items].index = index;
3498 if (imux->num_items) {
3500 * Set the current input for the muxes.
3501 * The STAC9221 has two input muxes with identical source
3502 * NID lists. Hopefully this won't get confused.
3504 for (i = 0; i < spec->num_muxes; i++) {
3505 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3506 AC_VERB_SET_CONNECT_SEL,
3507 imux->items[0].index);
3514 static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3516 struct sigmatel_spec *spec = codec->spec;
3519 for (i = 0; i < spec->autocfg.line_outs; i++) {
3520 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3521 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3525 static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3527 struct sigmatel_spec *spec = codec->spec;
3530 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3532 pin = spec->autocfg.hp_pins[i];
3533 if (pin) /* connect to front */
3534 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3536 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3538 pin = spec->autocfg.speaker_pins[i];
3539 if (pin) /* connect to front */
3540 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3544 static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out, hda_nid_t dig_in)
3546 struct sigmatel_spec *spec = codec->spec;
3549 if ((err = snd_hda_parse_pin_def_config(codec,
3551 spec->dmic_nids)) < 0)
3553 if (! spec->autocfg.line_outs)
3554 return 0; /* can't find valid pin config */
3556 /* If we have no real line-out pin and multiple hp-outs, HPs should
3557 * be set up as multi-channel outputs.
3559 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3560 spec->autocfg.hp_outs > 1) {
3561 /* Copy hp_outs to line_outs, backup line_outs in
3562 * speaker_outs so that the following routines can handle
3563 * HP pins as primary outputs.
3565 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
3566 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3567 sizeof(spec->autocfg.line_out_pins));
3568 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3569 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3570 sizeof(spec->autocfg.hp_pins));
3571 spec->autocfg.line_outs = spec->autocfg.hp_outs;
3572 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3573 spec->autocfg.hp_outs = 0;
3575 if (spec->autocfg.mono_out_pin) {
3576 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3577 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
3578 u32 caps = query_amp_caps(codec,
3579 spec->autocfg.mono_out_pin, dir);
3580 hda_nid_t conn_list[1];
3582 /* get the mixer node and then the mono mux if it exists */
3583 if (snd_hda_get_connections(codec,
3584 spec->autocfg.mono_out_pin, conn_list, 1) &&
3585 snd_hda_get_connections(codec, conn_list[0],
3588 int wcaps = get_wcaps(codec, conn_list[0]);
3589 int wid_type = (wcaps & AC_WCAP_TYPE)
3590 >> AC_WCAP_TYPE_SHIFT;
3591 /* LR swap check, some stac925x have a mux that
3592 * changes the DACs output path instead of the
3595 if (wid_type == AC_WID_AUD_SEL &&
3596 !(wcaps & AC_WCAP_LR_SWAP))
3597 spec->mono_nid = conn_list[0];
3600 hda_nid_t nid = spec->autocfg.mono_out_pin;
3602 /* most mono outs have a least a mute/unmute switch */
3603 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3604 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3605 "Mono Playback Switch",
3606 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3609 /* check for volume support for the amp */
3610 if ((caps & AC_AMPCAP_NUM_STEPS)
3611 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3612 err = stac92xx_add_control(spec,
3613 STAC_CTL_WIDGET_VOL,
3614 "Mono Playback Volume",
3615 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3621 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3625 if (!spec->multiout.num_dacs) {
3626 err = stac92xx_auto_fill_dac_nids(codec);
3629 err = stac92xx_auto_create_multi_out_ctls(codec,
3635 /* setup analog beep controls */
3636 if (spec->anabeep_nid > 0) {
3637 err = stac92xx_auto_create_beep_ctls(codec,
3643 /* setup digital beep controls and input device */
3644 #ifdef CONFIG_SND_HDA_INPUT_BEEP
3645 if (spec->digbeep_nid > 0) {
3646 hda_nid_t nid = spec->digbeep_nid;
3649 err = stac92xx_auto_create_beep_ctls(codec, nid);
3652 err = snd_hda_attach_beep_device(codec, nid);
3655 /* if no beep switch is available, make its own one */
3656 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3658 !((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT)) {
3659 err = stac92xx_beep_switch_ctl(codec);
3666 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3671 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3676 if (spec->mono_nid > 0) {
3677 err = stac92xx_auto_create_mono_output_ctls(codec);
3681 if (spec->num_amps > 0) {
3682 err = stac92xx_auto_create_amp_output_ctls(codec);
3686 if (spec->num_dmics > 0 && !spec->dinput_mux)
3687 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3688 &spec->autocfg)) < 0)
3690 if (spec->num_muxes > 0) {
3691 err = stac92xx_auto_create_mux_input_ctls(codec);
3695 if (spec->num_smuxes > 0) {
3696 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3701 err = stac92xx_add_input_source(spec);
3705 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
3706 if (spec->multiout.max_channels > 2)
3707 spec->surr_switch = 1;
3709 if (spec->autocfg.dig_outs)
3710 spec->multiout.dig_out_nid = dig_out;
3711 if (dig_in && spec->autocfg.dig_in_pin)
3712 spec->dig_in_nid = dig_in;
3714 if (spec->kctls.list)
3715 spec->mixers[spec->num_mixers++] = spec->kctls.list;
3717 spec->input_mux = &spec->private_imux;
3718 if (!spec->dinput_mux)
3719 spec->dinput_mux = &spec->private_dimux;
3720 spec->sinput_mux = &spec->private_smux;
3721 spec->mono_mux = &spec->private_mono_mux;
3722 spec->amp_mux = &spec->private_amp_mux;
3726 /* add playback controls for HP output */
3727 static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3728 struct auto_pin_cfg *cfg)
3730 struct sigmatel_spec *spec = codec->spec;
3731 hda_nid_t pin = cfg->hp_pins[0];
3732 unsigned int wid_caps;
3737 wid_caps = get_wcaps(codec, pin);
3738 if (wid_caps & AC_WCAP_UNSOL_CAP)
3739 spec->hp_detect = 1;
3744 /* add playback controls for LFE output */
3745 static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3746 struct auto_pin_cfg *cfg)
3748 struct sigmatel_spec *spec = codec->spec;
3750 hda_nid_t lfe_pin = 0x0;
3754 * search speaker outs and line outs for a mono speaker pin
3755 * with an amp. If one is found, add LFE controls
3758 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3759 hda_nid_t pin = spec->autocfg.speaker_pins[i];
3760 unsigned int wcaps = get_wcaps(codec, pin);
3761 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3762 if (wcaps == AC_WCAP_OUT_AMP)
3763 /* found a mono speaker with an amp, must be lfe */
3767 /* if speaker_outs is 0, then speakers may be in line_outs */
3768 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3769 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3770 hda_nid_t pin = spec->autocfg.line_out_pins[i];
3771 unsigned int defcfg;
3772 defcfg = snd_hda_codec_read(codec, pin, 0,
3773 AC_VERB_GET_CONFIG_DEFAULT,
3775 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
3776 unsigned int wcaps = get_wcaps(codec, pin);
3777 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3778 if (wcaps == AC_WCAP_OUT_AMP)
3779 /* found a mono speaker with an amp,
3787 err = create_controls(codec, "LFE", lfe_pin, 1);
3795 static int stac9200_parse_auto_config(struct hda_codec *codec)
3797 struct sigmatel_spec *spec = codec->spec;
3800 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
3803 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3806 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3809 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3812 if (spec->num_muxes > 0) {
3813 err = stac92xx_auto_create_mux_input_ctls(codec);
3818 err = stac92xx_add_input_source(spec);
3822 if (spec->autocfg.dig_outs)
3823 spec->multiout.dig_out_nid = 0x05;
3824 if (spec->autocfg.dig_in_pin)
3825 spec->dig_in_nid = 0x04;
3827 if (spec->kctls.list)
3828 spec->mixers[spec->num_mixers++] = spec->kctls.list;
3830 spec->input_mux = &spec->private_imux;
3831 spec->dinput_mux = &spec->private_dimux;
3837 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3838 * funky external mute control using GPIO pins.
3841 static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
3842 unsigned int dir_mask, unsigned int data)
3844 unsigned int gpiostate, gpiomask, gpiodir;
3846 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3847 AC_VERB_GET_GPIO_DATA, 0);
3848 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
3850 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3851 AC_VERB_GET_GPIO_MASK, 0);
3854 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3855 AC_VERB_GET_GPIO_DIRECTION, 0);
3856 gpiodir |= dir_mask;
3858 /* Configure GPIOx as CMOS */
3859 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3861 snd_hda_codec_write(codec, codec->afg, 0,
3862 AC_VERB_SET_GPIO_MASK, gpiomask);
3863 snd_hda_codec_read(codec, codec->afg, 0,
3864 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
3868 snd_hda_codec_read(codec, codec->afg, 0,
3869 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
3872 static int stac92xx_add_jack(struct hda_codec *codec,
3873 hda_nid_t nid, int type)
3875 #ifdef CONFIG_SND_JACK
3876 struct sigmatel_spec *spec = codec->spec;
3877 struct sigmatel_jack *jack;
3878 int def_conf = snd_hda_codec_read(codec, nid,
3879 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
3880 int connectivity = get_defcfg_connect(def_conf);
3883 if (connectivity && connectivity != AC_JACK_PORT_FIXED)
3886 snd_array_init(&spec->jacks, sizeof(*jack), 32);
3887 jack = snd_array_new(&spec->jacks);
3893 sprintf(name, "%s at %s %s Jack",
3894 snd_hda_get_jack_type(def_conf),
3895 snd_hda_get_jack_connectivity(def_conf),
3896 snd_hda_get_jack_location(def_conf));
3898 return snd_jack_new(codec->bus->card, name, type, &jack->jack);
3904 static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
3905 unsigned char type, int data)
3907 struct sigmatel_event *event;
3909 snd_array_init(&spec->events, sizeof(*event), 32);
3910 event = snd_array_new(&spec->events);
3915 event->tag = spec->events.used;
3921 static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
3922 hda_nid_t nid, unsigned char type)
3924 struct sigmatel_spec *spec = codec->spec;
3925 struct sigmatel_event *event = spec->events.list;
3928 for (i = 0; i < spec->events.used; i++, event++) {
3929 if (event->nid == nid && event->type == type)
3935 static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
3938 struct sigmatel_spec *spec = codec->spec;
3939 struct sigmatel_event *event = spec->events.list;
3942 for (i = 0; i < spec->events.used; i++, event++) {
3943 if (event->tag == tag)
3949 static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
3952 struct sigmatel_event *event;
3955 if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
3957 event = stac_get_event(codec, nid, type);
3961 tag = stac_add_event(codec->spec, nid, type, 0);
3964 snd_hda_codec_write_cache(codec, nid, 0,
3965 AC_VERB_SET_UNSOLICITED_ENABLE,
3969 static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
3972 for (i = 0; i < cfg->hp_outs; i++)
3973 if (cfg->hp_pins[i] == nid)
3974 return 1; /* nid is a HP-Out */
3976 return 0; /* nid is not a HP-Out */
3979 static void stac92xx_power_down(struct hda_codec *codec)
3981 struct sigmatel_spec *spec = codec->spec;
3983 /* power down inactive DACs */
3985 for (dac = spec->dac_list; *dac; dac++)
3986 if (!check_all_dac_nids(spec, *dac))
3987 snd_hda_codec_write(codec, *dac, 0,
3988 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
3991 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
3994 static int stac92xx_init(struct hda_codec *codec)
3996 struct sigmatel_spec *spec = codec->spec;
3997 struct auto_pin_cfg *cfg = &spec->autocfg;
4001 snd_hda_sequence_write(codec, spec->init);
4003 /* power down adcs initially */
4004 if (spec->powerdown_adcs)
4005 for (i = 0; i < spec->num_adcs; i++)
4006 snd_hda_codec_write(codec,
4007 spec->adc_nids[i], 0,
4008 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4011 gpio = spec->gpio_data;
4012 /* turn on EAPD statically when spec->eapd_switch isn't set.
4013 * otherwise, unsol event will turn it on/off dynamically
4015 if (!spec->eapd_switch)
4016 gpio |= spec->eapd_mask;
4017 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4020 if (spec->hp_detect) {
4021 /* Enable unsolicited responses on the HP widget */
4022 for (i = 0; i < cfg->hp_outs; i++) {
4023 hda_nid_t nid = cfg->hp_pins[i];
4024 enable_pin_detect(codec, nid, STAC_HP_EVENT);
4026 /* force to enable the first line-out; the others are set up
4029 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
4031 /* fake event to set up pins */
4032 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4035 stac92xx_auto_init_multi_out(codec);
4036 stac92xx_auto_init_hp_out(codec);
4037 for (i = 0; i < cfg->hp_outs; i++)
4038 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
4040 for (i = 0; i < AUTO_PIN_LAST; i++) {
4041 hda_nid_t nid = cfg->input_pins[i];
4043 unsigned int pinctl, conf;
4044 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
4045 /* for mic pins, force to initialize */
4046 pinctl = stac92xx_get_vref(codec, nid);
4047 pinctl |= AC_PINCTL_IN_EN;
4048 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4050 pinctl = snd_hda_codec_read(codec, nid, 0,
4051 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4052 /* if PINCTL already set then skip */
4053 if (!(pinctl & AC_PINCTL_IN_EN)) {
4054 pinctl |= AC_PINCTL_IN_EN;
4055 stac92xx_auto_set_pinctl(codec, nid,
4059 conf = snd_hda_codec_read(codec, nid, 0,
4060 AC_VERB_GET_CONFIG_DEFAULT, 0);
4061 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4062 enable_pin_detect(codec, nid,
4064 stac_issue_unsol_event(codec, nid,
4069 for (i = 0; i < spec->num_dmics; i++)
4070 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4072 if (cfg->dig_out_pins[0])
4073 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
4075 if (cfg->dig_in_pin)
4076 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4078 for (i = 0; i < spec->num_pwrs; i++) {
4079 hda_nid_t nid = spec->pwr_nids[i];
4080 int pinctl, def_conf;
4082 /* power on when no jack detection is available */
4083 if (!spec->hp_detect) {
4084 stac_toggle_power_map(codec, nid, 1);
4088 if (is_nid_hp_pin(cfg, nid))
4089 continue; /* already has an unsol event */
4091 pinctl = snd_hda_codec_read(codec, nid, 0,
4092 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4093 /* outputs are only ports capable of power management
4094 * any attempts on powering down a input port cause the
4095 * referenced VREF to act quirky.
4097 if (pinctl & AC_PINCTL_IN_EN) {
4098 stac_toggle_power_map(codec, nid, 1);
4101 def_conf = snd_hda_codec_read(codec, nid, 0,
4102 AC_VERB_GET_CONFIG_DEFAULT, 0);
4103 def_conf = get_defcfg_connect(def_conf);
4104 /* skip any ports that don't have jacks since presence
4105 * detection is useless */
4106 if (def_conf != AC_JACK_PORT_COMPLEX) {
4107 if (def_conf != AC_JACK_PORT_NONE)
4108 stac_toggle_power_map(codec, nid, 1);
4111 if (!stac_get_event(codec, nid, STAC_INSERT_EVENT)) {
4112 enable_pin_detect(codec, nid, STAC_PWR_EVENT);
4113 stac_issue_unsol_event(codec, nid, STAC_PWR_EVENT);
4117 stac92xx_power_down(codec);
4121 static void stac92xx_free_jacks(struct hda_codec *codec)
4123 #ifdef CONFIG_SND_JACK
4124 /* free jack instances manually when clearing/reconfiguring */
4125 struct sigmatel_spec *spec = codec->spec;
4126 if (!codec->bus->shutdown && spec->jacks.list) {
4127 struct sigmatel_jack *jacks = spec->jacks.list;
4129 for (i = 0; i < spec->jacks.used; i++)
4130 snd_device_free(codec->bus->card, &jacks[i].jack);
4132 snd_array_free(&spec->jacks);
4136 static void stac92xx_free_kctls(struct hda_codec *codec)
4138 struct sigmatel_spec *spec = codec->spec;
4140 if (spec->kctls.list) {
4141 struct snd_kcontrol_new *kctl = spec->kctls.list;
4143 for (i = 0; i < spec->kctls.used; i++)
4144 kfree(kctl[i].name);
4146 snd_array_free(&spec->kctls);
4149 static void stac92xx_free(struct hda_codec *codec)
4151 struct sigmatel_spec *spec = codec->spec;
4156 kfree(spec->pin_configs);
4157 stac92xx_free_jacks(codec);
4158 snd_array_free(&spec->events);
4161 snd_hda_detach_beep_device(codec);
4164 static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4167 unsigned int old_ctl, pin_ctl;
4169 pin_ctl = snd_hda_codec_read(codec, nid,
4170 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
4172 if (pin_ctl & AC_PINCTL_IN_EN) {
4174 * we need to check the current set-up direction of
4175 * shared input pins since they can be switched via
4176 * "xxx as Output" mixer switch
4178 struct sigmatel_spec *spec = codec->spec;
4179 if (nid == spec->line_switch || nid == spec->mic_switch)
4184 /* if setting pin direction bits, clear the current
4185 direction bits first */
4186 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4187 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4190 if (old_ctl != pin_ctl)
4191 snd_hda_codec_write_cache(codec, nid, 0,
4192 AC_VERB_SET_PIN_WIDGET_CONTROL,
4196 static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4199 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4200 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
4202 snd_hda_codec_write_cache(codec, nid, 0,
4203 AC_VERB_SET_PIN_WIDGET_CONTROL,
4207 static int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
4211 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
4217 /* return non-zero if the hp-pin of the given array index isn't
4218 * a jack-detection target
4220 static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4222 struct auto_pin_cfg *cfg = &spec->autocfg;
4224 /* ignore sensing of shared line and mic jacks */
4225 if (cfg->hp_pins[i] == spec->line_switch)
4227 if (cfg->hp_pins[i] == spec->mic_switch)
4229 /* ignore if the pin is set as line-out */
4230 if (cfg->hp_pins[i] == spec->hp_switch)
4235 static void stac92xx_hp_detect(struct hda_codec *codec)
4237 struct sigmatel_spec *spec = codec->spec;
4238 struct auto_pin_cfg *cfg = &spec->autocfg;
4242 if (spec->gpio_mute)
4243 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4244 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4246 for (i = 0; i < cfg->hp_outs; i++) {
4249 if (no_hp_sensing(spec, i))
4251 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4253 unsigned int pinctl;
4254 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4255 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4256 if (pinctl & AC_PINCTL_IN_EN)
4257 presence = 0; /* mic- or line-input */
4262 /* disable lineouts */
4263 if (spec->hp_switch)
4264 stac92xx_reset_pinctl(codec, spec->hp_switch,
4266 for (i = 0; i < cfg->line_outs; i++)
4267 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4269 for (i = 0; i < cfg->speaker_outs; i++)
4270 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4272 if (spec->eapd_mask && spec->eapd_switch)
4273 stac_gpio_set(codec, spec->gpio_mask,
4274 spec->gpio_dir, spec->gpio_data &
4277 /* enable lineouts */
4278 if (spec->hp_switch)
4279 stac92xx_set_pinctl(codec, spec->hp_switch,
4281 for (i = 0; i < cfg->line_outs; i++)
4282 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4284 for (i = 0; i < cfg->speaker_outs; i++)
4285 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4287 if (spec->eapd_mask && spec->eapd_switch)
4288 stac_gpio_set(codec, spec->gpio_mask,
4289 spec->gpio_dir, spec->gpio_data |
4292 /* toggle hp outs */
4293 for (i = 0; i < cfg->hp_outs; i++) {
4294 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4295 if (no_hp_sensing(spec, i))
4298 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
4300 /* Resetting the pinctl like below may lead to (a sort of) regressions
4301 * on some devices since they use the HP pin actually for line/speaker
4302 * outs although the default pin config shows a different pin (that is
4303 * wrong and useless).
4305 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4306 * But, disabling the code below just works around it, and I'm too tired of
4307 * bug reports with such devices...
4310 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
4315 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4318 struct sigmatel_spec *spec = codec->spec;
4319 unsigned int idx, val;
4321 for (idx = 0; idx < spec->num_pwrs; idx++) {
4322 if (spec->pwr_nids[idx] == nid)
4325 if (idx >= spec->num_pwrs)
4328 /* several codecs have two power down bits */
4329 if (spec->pwr_mapping)
4330 idx = spec->pwr_mapping[idx];
4334 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4340 /* power down unused output ports */
4341 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
4344 static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4346 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
4349 static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4351 struct sigmatel_spec *spec = codec->spec;
4352 struct sigmatel_jack *jacks = spec->jacks.list;
4356 for (i = 0; i < spec->jacks.used; i++) {
4357 if (jacks->nid == nid) {
4358 unsigned int pin_ctl =
4359 snd_hda_codec_read(codec, nid,
4360 0, AC_VERB_GET_PIN_WIDGET_CONTROL,
4362 int type = jacks->type;
4363 if (type == (SND_JACK_LINEOUT
4364 | SND_JACK_HEADPHONE))
4365 type = (pin_ctl & AC_PINCTL_HP_EN)
4366 ? SND_JACK_HEADPHONE : SND_JACK_LINEOUT;
4367 snd_jack_report(jacks->jack,
4368 get_pin_presence(codec, nid)
4376 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
4379 struct sigmatel_event *event = stac_get_event(codec, nid, type);
4382 codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4385 static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4387 struct sigmatel_spec *spec = codec->spec;
4388 struct sigmatel_event *event;
4391 tag = (res >> 26) & 0x7f;
4392 event = stac_get_event_from_tag(codec, tag);
4396 switch (event->type) {
4398 stac92xx_hp_detect(codec);
4400 case STAC_INSERT_EVENT:
4401 case STAC_PWR_EVENT:
4402 if (spec->num_pwrs > 0)
4403 stac92xx_pin_sense(codec, event->nid);
4404 stac92xx_report_jack(codec, event->nid);
4406 case STAC_VREF_EVENT:
4407 data = snd_hda_codec_read(codec, codec->afg, 0,
4408 AC_VERB_GET_GPIO_DATA, 0);
4409 /* toggle VREF state based on GPIOx status */
4410 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
4411 !!(data & (1 << event->data)));
4416 #ifdef CONFIG_PROC_FS
4417 static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4418 struct hda_codec *codec, hda_nid_t nid)
4420 if (nid == codec->afg)
4421 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
4422 snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4425 static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4426 struct hda_codec *codec,
4429 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4430 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4433 /* stac92hd71bxx, stac92hd73xx */
4434 static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4435 struct hda_codec *codec, hda_nid_t nid)
4437 stac92hd_proc_hook(buffer, codec, nid);
4438 if (nid == codec->afg)
4439 analog_loop_proc_hook(buffer, codec, 0xfa0);
4442 static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4443 struct hda_codec *codec, hda_nid_t nid)
4445 if (nid == codec->afg)
4446 analog_loop_proc_hook(buffer, codec, 0xfe0);
4449 static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4450 struct hda_codec *codec, hda_nid_t nid)
4452 if (nid == codec->afg)
4453 analog_loop_proc_hook(buffer, codec, 0xfeb);
4456 #define stac92hd_proc_hook NULL
4457 #define stac92hd7x_proc_hook NULL
4458 #define stac9205_proc_hook NULL
4459 #define stac927x_proc_hook NULL
4462 #ifdef SND_HDA_NEEDS_RESUME
4463 static int stac92xx_resume(struct hda_codec *codec)
4465 struct sigmatel_spec *spec = codec->spec;
4467 stac92xx_set_config_regs(codec);
4468 stac92xx_init(codec);
4469 snd_hda_codec_resume_amp(codec);
4470 snd_hda_codec_resume_cache(codec);
4471 /* fake event to set up pins again to override cached values */
4472 if (spec->hp_detect)
4473 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4478 static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
4480 struct sigmatel_spec *spec = codec->spec;
4481 if (spec->eapd_mask)
4482 stac_gpio_set(codec, spec->gpio_mask,
4483 spec->gpio_dir, spec->gpio_data &
4489 static struct hda_codec_ops stac92xx_patch_ops = {
4490 .build_controls = stac92xx_build_controls,
4491 .build_pcms = stac92xx_build_pcms,
4492 .init = stac92xx_init,
4493 .free = stac92xx_free,
4494 .unsol_event = stac92xx_unsol_event,
4495 #ifdef SND_HDA_NEEDS_RESUME
4496 .suspend = stac92xx_suspend,
4497 .resume = stac92xx_resume,
4501 static int patch_stac9200(struct hda_codec *codec)
4503 struct sigmatel_spec *spec;
4506 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4511 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
4512 spec->pin_nids = stac9200_pin_nids;
4513 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
4516 if (spec->board_config < 0) {
4517 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
4518 err = stac92xx_save_bios_config_regs(codec);
4520 err = stac_save_pin_cfgs(codec,
4521 stac9200_brd_tbl[spec->board_config]);
4523 stac92xx_free(codec);
4527 spec->multiout.max_channels = 2;
4528 spec->multiout.num_dacs = 1;
4529 spec->multiout.dac_nids = stac9200_dac_nids;
4530 spec->adc_nids = stac9200_adc_nids;
4531 spec->mux_nids = stac9200_mux_nids;
4532 spec->num_muxes = 1;
4533 spec->num_dmics = 0;
4537 if (spec->board_config == STAC_9200_M4 ||
4538 spec->board_config == STAC_9200_M4_2 ||
4539 spec->board_config == STAC_9200_OQO)
4540 spec->init = stac9200_eapd_init;
4542 spec->init = stac9200_core_init;
4543 spec->mixer = stac9200_mixer;
4545 if (spec->board_config == STAC_9200_PANASONIC) {
4546 spec->gpio_mask = spec->gpio_dir = 0x09;
4547 spec->gpio_data = 0x00;
4550 err = stac9200_parse_auto_config(codec);
4552 stac92xx_free(codec);
4556 /* CF-74 has no headphone detection, and the driver should *NOT*
4557 * do detection and HP/speaker toggle because the hardware does it.
4559 if (spec->board_config == STAC_9200_PANASONIC)
4560 spec->hp_detect = 0;
4562 codec->patch_ops = stac92xx_patch_ops;
4567 static int patch_stac925x(struct hda_codec *codec)
4569 struct sigmatel_spec *spec;
4572 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4577 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
4578 spec->pin_nids = stac925x_pin_nids;
4580 /* Check first for codec ID */
4581 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
4584 stac925x_codec_id_cfg_tbl);
4586 /* Now checks for PCI ID, if codec ID is not found */
4587 if (spec->board_config < 0)
4588 spec->board_config = snd_hda_check_board_config(codec,
4593 if (spec->board_config < 0) {
4594 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
4595 "using BIOS defaults\n");
4596 err = stac92xx_save_bios_config_regs(codec);
4598 err = stac_save_pin_cfgs(codec,
4599 stac925x_brd_tbl[spec->board_config]);
4601 stac92xx_free(codec);
4605 spec->multiout.max_channels = 2;
4606 spec->multiout.num_dacs = 1;
4607 spec->multiout.dac_nids = stac925x_dac_nids;
4608 spec->adc_nids = stac925x_adc_nids;
4609 spec->mux_nids = stac925x_mux_nids;
4610 spec->num_muxes = 1;
4613 switch (codec->vendor_id) {
4614 case 0x83847632: /* STAC9202 */
4615 case 0x83847633: /* STAC9202D */
4616 case 0x83847636: /* STAC9251 */
4617 case 0x83847637: /* STAC9251D */
4618 spec->num_dmics = STAC925X_NUM_DMICS;
4619 spec->dmic_nids = stac925x_dmic_nids;
4620 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
4621 spec->dmux_nids = stac925x_dmux_nids;
4624 spec->num_dmics = 0;
4628 spec->init = stac925x_core_init;
4629 spec->mixer = stac925x_mixer;
4631 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
4633 if (spec->board_config < 0) {
4634 printk(KERN_WARNING "hda_codec: No auto-config is "
4635 "available, default to model=ref\n");
4636 spec->board_config = STAC_925x_REF;
4642 stac92xx_free(codec);
4646 codec->patch_ops = stac92xx_patch_ops;
4651 static struct hda_input_mux stac92hd73xx_dmux = {
4654 { "Analog Inputs", 0x0b },
4655 { "Digital Mic 1", 0x09 },
4656 { "Digital Mic 2", 0x0a },
4661 static int patch_stac92hd73xx(struct hda_codec *codec)
4663 struct sigmatel_spec *spec;
4664 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
4668 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4673 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
4674 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
4675 spec->pin_nids = stac92hd73xx_pin_nids;
4676 spec->board_config = snd_hda_check_board_config(codec,
4677 STAC_92HD73XX_MODELS,
4678 stac92hd73xx_models,
4679 stac92hd73xx_cfg_tbl);
4681 if (spec->board_config < 0) {
4682 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4683 " STAC92HD73XX, using BIOS defaults\n");
4684 err = stac92xx_save_bios_config_regs(codec);
4686 err = stac_save_pin_cfgs(codec,
4687 stac92hd73xx_brd_tbl[spec->board_config]);
4689 stac92xx_free(codec);
4693 num_dacs = snd_hda_get_connections(codec, 0x0a,
4694 conn, STAC92HD73_DAC_COUNT + 2) - 1;
4696 if (num_dacs < 3 || num_dacs > 5) {
4697 printk(KERN_WARNING "hda_codec: Could not determine "
4698 "number of channels defaulting to DAC count\n");
4699 num_dacs = STAC92HD73_DAC_COUNT;
4702 case 0x3: /* 6 Channel */
4703 spec->mixer = stac92hd73xx_6ch_mixer;
4704 spec->init = stac92hd73xx_6ch_core_init;
4706 case 0x4: /* 8 Channel */
4707 spec->mixer = stac92hd73xx_8ch_mixer;
4708 spec->init = stac92hd73xx_8ch_core_init;
4710 case 0x5: /* 10 Channel */
4711 spec->mixer = stac92hd73xx_10ch_mixer;
4712 spec->init = stac92hd73xx_10ch_core_init;
4714 spec->multiout.dac_nids = spec->dac_nids;
4716 spec->aloopback_mask = 0x01;
4717 spec->aloopback_shift = 8;
4719 spec->digbeep_nid = 0x1c;
4720 spec->mux_nids = stac92hd73xx_mux_nids;
4721 spec->adc_nids = stac92hd73xx_adc_nids;
4722 spec->dmic_nids = stac92hd73xx_dmic_nids;
4723 spec->dmux_nids = stac92hd73xx_dmux_nids;
4724 spec->smux_nids = stac92hd73xx_smux_nids;
4725 spec->amp_nids = stac92hd73xx_amp_nids;
4726 spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
4728 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
4729 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
4730 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
4731 memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
4732 sizeof(stac92hd73xx_dmux));
4734 switch (spec->board_config) {
4736 spec->init = dell_eq_core_init;
4738 case STAC_DELL_M6_AMIC:
4739 case STAC_DELL_M6_DMIC:
4740 case STAC_DELL_M6_BOTH:
4741 spec->num_smuxes = 0;
4742 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
4743 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
4744 spec->eapd_switch = 0;
4747 if (spec->board_config != STAC_DELL_EQ)
4748 spec->init = dell_m6_core_init;
4749 switch (spec->board_config) {
4750 case STAC_DELL_M6_AMIC: /* Analog Mics */
4751 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4752 spec->num_dmics = 0;
4753 spec->private_dimux.num_items = 1;
4755 case STAC_DELL_M6_DMIC: /* Digital Mics */
4756 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4757 spec->num_dmics = 1;
4758 spec->private_dimux.num_items = 2;
4760 case STAC_DELL_M6_BOTH: /* Both */
4761 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4762 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4763 spec->num_dmics = 1;
4764 spec->private_dimux.num_items = 2;
4769 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
4770 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
4771 spec->eapd_switch = 1;
4773 if (spec->board_config > STAC_92HD73XX_REF) {
4774 /* GPIO0 High = Enable EAPD */
4775 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4776 spec->gpio_data = 0x01;
4778 spec->dinput_mux = &spec->private_dimux;
4780 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4781 spec->pwr_nids = stac92hd73xx_pwr_nids;
4783 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
4786 if (spec->board_config < 0) {
4787 printk(KERN_WARNING "hda_codec: No auto-config is "
4788 "available, default to model=ref\n");
4789 spec->board_config = STAC_92HD73XX_REF;
4796 stac92xx_free(codec);
4800 if (spec->board_config == STAC_92HD73XX_NO_JD)
4801 spec->hp_detect = 0;
4803 codec->patch_ops = stac92xx_patch_ops;
4805 codec->proc_widget_hook = stac92hd7x_proc_hook;
4810 static struct hda_input_mux stac92hd83xxx_dmux = {
4813 { "Analog Inputs", 0x03 },
4814 { "Digital Mic 1", 0x04 },
4815 { "Digital Mic 2", 0x05 },
4819 static int patch_stac92hd83xxx(struct hda_codec *codec)
4821 struct sigmatel_spec *spec;
4822 hda_nid_t conn[STAC92HD83_DAC_COUNT + 1];
4826 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4831 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
4832 spec->mono_nid = 0x19;
4833 spec->digbeep_nid = 0x21;
4834 spec->dmic_nids = stac92hd83xxx_dmic_nids;
4835 spec->dmux_nids = stac92hd83xxx_dmux_nids;
4836 spec->adc_nids = stac92hd83xxx_adc_nids;
4837 spec->pwr_nids = stac92hd83xxx_pwr_nids;
4838 spec->amp_nids = stac92hd83xxx_amp_nids;
4839 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
4840 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
4841 spec->multiout.dac_nids = spec->dac_nids;
4844 /* set port 0xe to select the last DAC
4846 num_dacs = snd_hda_get_connections(codec, 0x0e,
4847 conn, STAC92HD83_DAC_COUNT + 1) - 1;
4849 snd_hda_codec_write_cache(codec, 0xe, 0,
4850 AC_VERB_SET_CONNECT_SEL, num_dacs);
4852 spec->init = stac92hd83xxx_core_init;
4853 spec->mixer = stac92hd83xxx_mixer;
4854 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
4855 spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
4856 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
4857 spec->num_amps = ARRAY_SIZE(stac92hd83xxx_amp_nids);
4858 spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
4859 spec->dinput_mux = &stac92hd83xxx_dmux;
4860 spec->pin_nids = stac92hd83xxx_pin_nids;
4861 spec->board_config = snd_hda_check_board_config(codec,
4862 STAC_92HD83XXX_MODELS,
4863 stac92hd83xxx_models,
4864 stac92hd83xxx_cfg_tbl);
4866 if (spec->board_config < 0) {
4867 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4868 " STAC92HD83XXX, using BIOS defaults\n");
4869 err = stac92xx_save_bios_config_regs(codec);
4871 err = stac_save_pin_cfgs(codec,
4872 stac92hd83xxx_brd_tbl[spec->board_config]);
4874 stac92xx_free(codec);
4878 switch (codec->vendor_id) {
4881 if (spec->board_config == STAC_92HD83XXX_PWR_REF)
4887 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
4889 if (spec->board_config < 0) {
4890 printk(KERN_WARNING "hda_codec: No auto-config is "
4891 "available, default to model=ref\n");
4892 spec->board_config = STAC_92HD83XXX_REF;
4899 stac92xx_free(codec);
4903 codec->patch_ops = stac92xx_patch_ops;
4905 codec->proc_widget_hook = stac92hd_proc_hook;
4910 static struct hda_input_mux stac92hd71bxx_dmux_nomixer = {
4913 { "Analog Inputs", 0x00 },
4914 { "Digital Mic 1", 0x02 },
4915 { "Digital Mic 2", 0x03 },
4919 static struct hda_input_mux stac92hd71bxx_dmux_amixer = {
4922 { "Analog Inputs", 0x00 },
4924 { "Digital Mic 1", 0x02 },
4925 { "Digital Mic 2", 0x03 },
4929 static int stac92hd71bxx_connected_ports(struct hda_codec *codec,
4930 hda_nid_t *nids, int num_nids)
4932 struct sigmatel_spec *spec = codec->spec;
4934 unsigned int def_conf;
4936 for (num = 0; num < num_nids; num++) {
4937 for (idx = 0; idx < spec->num_pins; idx++)
4938 if (spec->pin_nids[idx] == nids[num])
4940 if (idx >= spec->num_pins)
4942 def_conf = get_defcfg_connect(spec->pin_configs[idx]);
4943 if (def_conf == AC_JACK_PORT_NONE)
4949 static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
4952 struct sigmatel_spec *spec = codec->spec;
4955 for (idx = 0; idx < spec->num_pins; idx++)
4956 if (spec->pin_nids[idx] == dig0pin)
4958 if ((idx + 2) >= spec->num_pins)
4962 if (get_defcfg_connect(spec->pin_configs[idx+1]) != AC_JACK_PORT_NONE)
4965 /* dig0pin + dig2pin case */
4966 if (get_defcfg_connect(spec->pin_configs[idx+2]) != AC_JACK_PORT_NONE)
4968 if (get_defcfg_connect(spec->pin_configs[idx]) != AC_JACK_PORT_NONE)
4974 static int patch_stac92hd71bxx(struct hda_codec *codec)
4976 struct sigmatel_spec *spec;
4977 struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
4979 unsigned int ndmic_nids = 0;
4981 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4986 codec->patch_ops = stac92xx_patch_ops;
4987 spec->num_pins = STAC92HD71BXX_NUM_PINS;
4988 switch (codec->vendor_id) {
4991 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
4995 /* On 92HD75Bx 0x27 isn't a pin nid */
4999 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5001 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
5002 spec->board_config = snd_hda_check_board_config(codec,
5003 STAC_92HD71BXX_MODELS,
5004 stac92hd71bxx_models,
5005 stac92hd71bxx_cfg_tbl);
5007 if (spec->board_config < 0) {
5008 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5009 " STAC92HD71BXX, using BIOS defaults\n");
5010 err = stac92xx_save_bios_config_regs(codec);
5012 err = stac_save_pin_cfgs(codec,
5013 stac92hd71bxx_brd_tbl[spec->board_config]);
5015 stac92xx_free(codec);
5019 if (spec->board_config > STAC_92HD71BXX_REF) {
5021 spec->gpio_mask = 0x01;
5022 spec->gpio_dir = 0x01;
5023 spec->gpio_data = 0x01;
5026 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5027 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5029 switch (codec->vendor_id) {
5030 case 0x111d76b6: /* 4 Port without Analog Mixer */
5034 case 0x111d76b4: /* 6 Port without Analog Mixer */
5036 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_nomixer,
5037 sizeof(stac92hd71bxx_dmux_nomixer));
5038 spec->mixer = stac92hd71bxx_mixer;
5039 spec->init = stac92hd71bxx_core_init;
5040 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
5041 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5042 stac92hd71bxx_dmic_nids,
5043 STAC92HD71BXX_NUM_DMICS);
5044 if (spec->num_dmics) {
5045 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5046 spec->dinput_mux = &spec->private_dimux;
5047 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1;
5050 case 0x111d7608: /* 5 Port with Analog Mixer */
5051 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
5052 sizeof(stac92hd71bxx_dmux_amixer));
5053 spec->private_dimux.num_items--;
5054 switch (spec->board_config) {
5056 /* Enable VREF power saving on GPIO1 detect */
5057 err = stac_add_event(spec, codec->afg,
5058 STAC_VREF_EVENT, 0x02);
5061 snd_hda_codec_write_cache(codec, codec->afg, 0,
5062 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
5063 snd_hda_codec_write_cache(codec, codec->afg, 0,
5064 AC_VERB_SET_UNSOLICITED_ENABLE,
5066 spec->gpio_mask |= 0x02;
5069 if ((codec->revision_id & 0xf) == 0 ||
5070 (codec->revision_id & 0xf) == 1)
5071 spec->stream_delay = 40; /* 40 milliseconds */
5073 /* no output amps */
5075 spec->mixer = stac92hd71bxx_analog_mixer;
5076 spec->dinput_mux = &spec->private_dimux;
5079 spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
5081 stac_change_pin_config(codec, 0x0f, 0x40f000f0);
5082 stac_change_pin_config(codec, 0x19, 0x40f000f3);
5083 stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS - 1] = 0;
5084 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5085 stac92hd71bxx_dmic_nids,
5086 STAC92HD71BXX_NUM_DMICS - 1);
5087 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5088 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 2;
5090 case 0x111d7603: /* 6 Port with Analog Mixer */
5091 if ((codec->revision_id & 0xf) == 1)
5092 spec->stream_delay = 40; /* 40 milliseconds */
5094 /* no output amps */
5098 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
5099 sizeof(stac92hd71bxx_dmux_amixer));
5100 spec->dinput_mux = &spec->private_dimux;
5101 spec->mixer = stac92hd71bxx_analog_mixer;
5102 spec->init = stac92hd71bxx_analog_core_init;
5103 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
5104 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5105 stac92hd71bxx_dmic_nids,
5106 STAC92HD71BXX_NUM_DMICS);
5107 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5108 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1;
5111 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5112 snd_hda_sequence_write_cache(codec, unmute_init);
5114 spec->aloopback_mask = 0x50;
5115 spec->aloopback_shift = 0;
5117 spec->powerdown_adcs = 1;
5118 spec->digbeep_nid = 0x26;
5119 spec->mux_nids = stac92hd71bxx_mux_nids;
5120 spec->adc_nids = stac92hd71bxx_adc_nids;
5121 spec->smux_nids = stac92hd71bxx_smux_nids;
5122 spec->pwr_nids = stac92hd71bxx_pwr_nids;
5124 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5125 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
5126 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
5128 switch (spec->board_config) {
5130 /* enable internal microphone */
5131 stac_change_pin_config(codec, 0x0e, 0x01813040);
5132 stac92xx_auto_set_pinctl(codec, 0x0e,
5133 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
5135 case STAC_DELL_M4_2:
5136 spec->num_dmics = 0;
5137 spec->num_smuxes = 0;
5138 spec->num_dmuxes = 0;
5140 case STAC_DELL_M4_1:
5141 case STAC_DELL_M4_3:
5142 spec->num_dmics = 1;
5143 spec->num_smuxes = 0;
5144 spec->num_dmuxes = 0;
5148 spec->multiout.dac_nids = spec->dac_nids;
5149 if (spec->dinput_mux)
5150 spec->private_dimux.num_items += spec->num_dmics - ndmic_nids;
5152 err = stac92xx_parse_auto_config(codec, 0x21, 0);
5154 if (spec->board_config < 0) {
5155 printk(KERN_WARNING "hda_codec: No auto-config is "
5156 "available, default to model=ref\n");
5157 spec->board_config = STAC_92HD71BXX_REF;
5164 stac92xx_free(codec);
5168 codec->proc_widget_hook = stac92hd7x_proc_hook;
5173 static int patch_stac922x(struct hda_codec *codec)
5175 struct sigmatel_spec *spec;
5178 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5183 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
5184 spec->pin_nids = stac922x_pin_nids;
5185 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
5188 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
5189 spec->gpio_mask = spec->gpio_dir = 0x03;
5190 spec->gpio_data = 0x03;
5191 /* Intel Macs have all same PCI SSID, so we need to check
5192 * codec SSID to distinguish the exact models
5194 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
5195 switch (codec->subsystem_id) {
5198 spec->board_config = STAC_INTEL_MAC_V1;
5202 spec->board_config = STAC_INTEL_MAC_V2;
5210 spec->board_config = STAC_INTEL_MAC_V3;
5214 spec->board_config = STAC_INTEL_MAC_V4;
5218 spec->board_config = STAC_INTEL_MAC_V5;
5221 spec->board_config = STAC_INTEL_MAC_V3;
5227 if (spec->board_config < 0) {
5228 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
5229 "using BIOS defaults\n");
5230 err = stac92xx_save_bios_config_regs(codec);
5232 err = stac_save_pin_cfgs(codec,
5233 stac922x_brd_tbl[spec->board_config]);
5235 stac92xx_free(codec);
5239 spec->adc_nids = stac922x_adc_nids;
5240 spec->mux_nids = stac922x_mux_nids;
5241 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
5242 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
5243 spec->num_dmics = 0;
5246 spec->init = stac922x_core_init;
5247 spec->mixer = stac922x_mixer;
5249 spec->multiout.dac_nids = spec->dac_nids;
5251 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
5253 if (spec->board_config < 0) {
5254 printk(KERN_WARNING "hda_codec: No auto-config is "
5255 "available, default to model=ref\n");
5256 spec->board_config = STAC_D945_REF;
5262 stac92xx_free(codec);
5266 codec->patch_ops = stac92xx_patch_ops;
5268 /* Fix Mux capture level; max to 2 */
5269 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
5270 (0 << AC_AMPCAP_OFFSET_SHIFT) |
5271 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
5272 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
5273 (0 << AC_AMPCAP_MUTE_SHIFT));
5278 static int patch_stac927x(struct hda_codec *codec)
5280 struct sigmatel_spec *spec;
5283 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5288 codec->slave_dig_outs = stac927x_slave_dig_outs;
5289 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
5290 spec->pin_nids = stac927x_pin_nids;
5291 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
5295 if (spec->board_config < 0 || !stac927x_brd_tbl[spec->board_config]) {
5296 if (spec->board_config < 0)
5297 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5298 "STAC927x, using BIOS defaults\n");
5299 err = stac92xx_save_bios_config_regs(codec);
5301 err = stac_save_pin_cfgs(codec,
5302 stac927x_brd_tbl[spec->board_config]);
5304 stac92xx_free(codec);
5308 spec->digbeep_nid = 0x23;
5309 spec->adc_nids = stac927x_adc_nids;
5310 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
5311 spec->mux_nids = stac927x_mux_nids;
5312 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
5313 spec->smux_nids = stac927x_smux_nids;
5314 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
5315 spec->spdif_labels = stac927x_spdif_labels;
5316 spec->dac_list = stac927x_dac_nids;
5317 spec->multiout.dac_nids = spec->dac_nids;
5319 switch (spec->board_config) {
5322 /* GPIO0 High = Enable EAPD */
5323 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
5324 spec->gpio_data = 0x01;
5325 spec->num_dmics = 0;
5327 spec->init = d965_core_init;
5328 spec->mixer = stac927x_mixer;
5330 case STAC_DELL_BIOS:
5331 switch (codec->subsystem_id) {
5334 /* correct the device field to SPDIF out */
5335 stac_change_pin_config(codec, 0x21, 0x01442070);
5338 /* configure the analog microphone on some laptops */
5339 stac_change_pin_config(codec, 0x0c, 0x90a79130);
5340 /* correct the front output jack as a hp out */
5341 stac_change_pin_config(codec, 0x0f, 0x0227011f);
5342 /* correct the front input jack as a mic */
5343 stac_change_pin_config(codec, 0x0e, 0x02a79130);
5346 /* GPIO2 High = Enable EAPD */
5347 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
5348 spec->gpio_data = 0x04;
5349 spec->dmic_nids = stac927x_dmic_nids;
5350 spec->num_dmics = STAC927X_NUM_DMICS;
5352 spec->init = d965_core_init;
5353 spec->mixer = stac927x_mixer;
5354 spec->dmux_nids = stac927x_dmux_nids;
5355 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
5358 if (spec->board_config > STAC_D965_REF) {
5359 /* GPIO0 High = Enable EAPD */
5360 spec->eapd_mask = spec->gpio_mask = 0x01;
5361 spec->gpio_dir = spec->gpio_data = 0x01;
5363 spec->num_dmics = 0;
5365 spec->init = stac927x_core_init;
5366 spec->mixer = stac927x_mixer;
5370 spec->aloopback_mask = 0x40;
5371 spec->aloopback_shift = 0;
5372 spec->eapd_switch = 1;
5374 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
5376 if (spec->board_config < 0) {
5377 printk(KERN_WARNING "hda_codec: No auto-config is "
5378 "available, default to model=ref\n");
5379 spec->board_config = STAC_D965_REF;
5385 stac92xx_free(codec);
5389 codec->patch_ops = stac92xx_patch_ops;
5391 codec->proc_widget_hook = stac927x_proc_hook;
5395 * The STAC927x seem to require fairly long delays for certain
5396 * command sequences. With too short delays (even if the answer
5397 * is set to RIRB properly), it results in the silence output
5398 * on some hardwares like Dell.
5400 * The below flag enables the longer delay (see get_response
5403 codec->bus->needs_damn_long_delay = 1;
5405 /* no jack detecion for ref-no-jd model */
5406 if (spec->board_config == STAC_D965_REF_NO_JD)
5407 spec->hp_detect = 0;
5412 static int patch_stac9205(struct hda_codec *codec)
5414 struct sigmatel_spec *spec;
5417 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5422 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
5423 spec->pin_nids = stac9205_pin_nids;
5424 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
5428 if (spec->board_config < 0) {
5429 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
5430 err = stac92xx_save_bios_config_regs(codec);
5432 err = stac_save_pin_cfgs(codec,
5433 stac9205_brd_tbl[spec->board_config]);
5435 stac92xx_free(codec);
5439 spec->digbeep_nid = 0x23;
5440 spec->adc_nids = stac9205_adc_nids;
5441 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
5442 spec->mux_nids = stac9205_mux_nids;
5443 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
5444 spec->smux_nids = stac9205_smux_nids;
5445 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
5446 spec->dmic_nids = stac9205_dmic_nids;
5447 spec->num_dmics = STAC9205_NUM_DMICS;
5448 spec->dmux_nids = stac9205_dmux_nids;
5449 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
5452 spec->init = stac9205_core_init;
5453 spec->mixer = stac9205_mixer;
5455 spec->aloopback_mask = 0x40;
5456 spec->aloopback_shift = 0;
5457 /* Turn on/off EAPD per HP plugging */
5458 if (spec->board_config != STAC_9205_EAPD)
5459 spec->eapd_switch = 1;
5460 spec->multiout.dac_nids = spec->dac_nids;
5462 switch (spec->board_config){
5463 case STAC_9205_DELL_M43:
5464 /* Enable SPDIF in/out */
5465 stac_change_pin_config(codec, 0x1f, 0x01441030);
5466 stac_change_pin_config(codec, 0x20, 0x1c410030);
5468 /* Enable unsol response for GPIO4/Dock HP connection */
5469 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
5472 snd_hda_codec_write_cache(codec, codec->afg, 0,
5473 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
5474 snd_hda_codec_write_cache(codec, codec->afg, 0,
5475 AC_VERB_SET_UNSOLICITED_ENABLE,
5478 spec->gpio_dir = 0x0b;
5479 spec->eapd_mask = 0x01;
5480 spec->gpio_mask = 0x1b;
5481 spec->gpio_mute = 0x10;
5482 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
5485 spec->gpio_data = 0x01;
5488 /* SPDIF-In enabled */
5491 /* GPIO0 High = EAPD */
5492 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5493 spec->gpio_data = 0x01;
5497 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
5499 if (spec->board_config < 0) {
5500 printk(KERN_WARNING "hda_codec: No auto-config is "
5501 "available, default to model=ref\n");
5502 spec->board_config = STAC_9205_REF;
5508 stac92xx_free(codec);
5512 codec->patch_ops = stac92xx_patch_ops;
5514 codec->proc_widget_hook = stac9205_proc_hook;
5523 static struct hda_verb stac9872_core_init[] = {
5524 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
5525 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5529 static struct snd_kcontrol_new stac9872_mixer[] = {
5530 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5531 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5535 static hda_nid_t stac9872_pin_nids[] = {
5536 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
5540 static hda_nid_t stac9872_adc_nids[] = {
5544 static hda_nid_t stac9872_mux_nids[] = {
5548 static int patch_stac9872(struct hda_codec *codec)
5550 struct sigmatel_spec *spec;
5553 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5558 #if 0 /* no model right now */
5559 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
5564 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
5565 spec->pin_nids = stac9872_pin_nids;
5566 spec->multiout.dac_nids = spec->dac_nids;
5567 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
5568 spec->adc_nids = stac9872_adc_nids;
5569 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
5570 spec->mux_nids = stac9872_mux_nids;
5571 spec->mixer = stac9872_mixer;
5572 spec->init = stac9872_core_init;
5574 err = stac92xx_parse_auto_config(codec, 0x10, 0x12);
5576 stac92xx_free(codec);
5579 spec->input_mux = &spec->private_imux;
5580 codec->patch_ops = stac92xx_patch_ops;
5588 static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
5589 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
5590 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
5591 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
5592 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5593 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5594 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5595 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
5596 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5597 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5598 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5599 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5600 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5601 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
5602 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5603 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5604 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5605 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5606 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5607 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5608 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5609 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5610 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5611 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
5612 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
5613 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5614 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5615 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5616 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5617 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
5618 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5619 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
5620 /* The following does not take into account .id=0x83847661 when subsys =
5621 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5622 * currently not fully supported.
5624 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5625 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5626 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
5627 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5628 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5629 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5630 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5631 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5632 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5633 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5634 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
5635 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
5636 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
5637 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
5638 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
5639 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5640 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
5641 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
5642 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5643 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5644 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5645 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5646 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5647 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5648 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5649 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5653 MODULE_ALIAS("snd-hda-codec-id:8384*");
5654 MODULE_ALIAS("snd-hda-codec-id:111d*");
5656 MODULE_LICENSE("GPL");
5657 MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
5659 static struct hda_codec_preset_list sigmatel_list = {
5660 .preset = snd_hda_preset_sigmatel,
5661 .owner = THIS_MODULE,
5664 static int __init patch_sigmatel_init(void)
5666 return snd_hda_add_codec_preset(&sigmatel_list);
5669 static void __exit patch_sigmatel_exit(void)
5671 snd_hda_delete_codec_preset(&sigmatel_list);
5674 module_init(patch_sigmatel_init)
5675 module_exit(patch_sigmatel_exit)