diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 4659fdeec3dc..c1216470595d 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -2883,8 +2883,8 @@ static struct snd_kcontrol_new ad1984_dmic_mixers[] = { | |||
2883 | */ | 2883 | */ |
2884 | static struct hda_verb ad1884_init_verbs[] = { | 2884 | static struct hda_verb ad1884_init_verbs[] = { |
2885 | /* DACs; mute as default */ | 2885 | /* DACs; mute as default */ |
2886 | {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | 2886 | {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, |
2887 | {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | 2887 | {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, |
2888 | /* Port-A (HP) mixer */ | 2888 | /* Port-A (HP) mixer */ |
2889 | {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | 2889 | {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, |
2890 | {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)}, | 2890 | {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)}, |
@@ -2960,7 +2960,7 @@ static int patch_ad1884(struct hda_codec *codec) | |||
2960 | * Lenovo Thinkpad T61/X61 | 2960 | * Lenovo Thinkpad T61/X61 |
2961 | */ | 2961 | */ |
2962 | static struct hda_input_mux ad1984_thinkpad_capture_source = { | 2962 | static struct hda_input_mux ad1984_thinkpad_capture_source = { |
2963 | .num_items = 4, | 2963 | .num_items = 3, |
2964 | .items = { | 2964 | .items = { |
2965 | { "Mic", 0x0 }, | 2965 | { "Mic", 0x0 }, |
2966 | { "Internal Mic", 0x1 }, | 2966 | { "Internal Mic", 0x1 }, |