diff options
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 9077e4174ee6..745e35992144 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -1832,7 +1832,7 @@ static struct hda_verb cxt5051_lenovo_x200_init_verbs[] = { | |||
1832 | 1832 | ||
1833 | static struct hda_verb cxt5051_f700_init_verbs[] = { | 1833 | static struct hda_verb cxt5051_f700_init_verbs[] = { |
1834 | /* Line in, Mic */ | 1834 | /* Line in, Mic */ |
1835 | {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1) | 0x03}, | 1835 | {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x03}, |
1836 | {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, | 1836 | {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, |
1837 | {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0}, | 1837 | {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0}, |
1838 | {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0}, | 1838 | {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0}, |