diff options
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3c15bdf4d2cd..bfb336de1dcb 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -1927,6 +1927,7 @@ static void alc880_uniwill_p53_unsol_event(struct hda_codec *codec, | |||
1927 | * HP = 0x14, speaker-out = 0x15, mic = 0x18 | 1927 | * HP = 0x14, speaker-out = 0x15, mic = 0x18 |
1928 | */ | 1928 | */ |
1929 | static struct hda_verb alc880_pin_f1734_init_verbs[] = { | 1929 | static struct hda_verb alc880_pin_f1734_init_verbs[] = { |
1930 | {0x07, AC_VERB_SET_CONNECT_SEL, 0x01}, | ||
1930 | {0x10, AC_VERB_SET_CONNECT_SEL, 0x02}, | 1931 | {0x10, AC_VERB_SET_CONNECT_SEL, 0x02}, |
1931 | {0x11, AC_VERB_SET_CONNECT_SEL, 0x00}, | 1932 | {0x11, AC_VERB_SET_CONNECT_SEL, 0x00}, |
1932 | {0x12, AC_VERB_SET_CONNECT_SEL, 0x01}, | 1933 | {0x12, AC_VERB_SET_CONNECT_SEL, 0x01}, |
@@ -1939,7 +1940,7 @@ static struct hda_verb alc880_pin_f1734_init_verbs[] = { | |||
1939 | 1940 | ||
1940 | {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, | 1941 | {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, |
1941 | {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | 1942 | {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, |
1942 | {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, | 1943 | {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50}, |
1943 | {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | 1944 | {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, |
1944 | {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT}, | 1945 | {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT}, |
1945 | {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, | 1946 | {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, |