aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_analog.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index e8e6a43865c2..f2bb48034170 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -3823,9 +3823,11 @@ static struct hda_verb ad1884a_laptop_verbs[] = {
3823 /* Port-F (int speaker) mixer - route only from analog mixer */ 3823 /* Port-F (int speaker) mixer - route only from analog mixer */
3824 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, 3824 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3825 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)}, 3825 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
3826 /* Port-F pin */ 3826 /* Port-F (int speaker) pin */
3827 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP}, 3827 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3828 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, 3828 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
3829 /* required for compaq 6530s/6531s speaker output */
3830 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3829 /* Port-C pin - internal mic-in */ 3831 /* Port-C pin - internal mic-in */
3830 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, 3832 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
3831 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7002}, /* raise mic as default */ 3833 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7002}, /* raise mic as default */