diff options
-rw-r--r-- | sound/pci/hda/patch_via.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c index 257b51c61422..4ea18a759a05 100644 --- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c | |||
@@ -1541,8 +1541,8 @@ static struct hda_verb vt1708_volume_init_verbs[] = { | |||
1541 | {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | 1541 | {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, |
1542 | {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | 1542 | {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, |
1543 | 1543 | ||
1544 | /* Setup default input to PW4 */ | 1544 | /* Setup default input MW0 to PW4 */ |
1545 | {0x20, AC_VERB_SET_CONNECT_SEL, 0x1}, | 1545 | {0x20, AC_VERB_SET_CONNECT_SEL, 0}, |
1546 | /* PW9 Output enable */ | 1546 | /* PW9 Output enable */ |
1547 | {0x25, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40}, | 1547 | {0x25, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40}, |
1548 | { } | 1548 | { } |
@@ -2668,8 +2668,8 @@ static struct hda_verb vt1709_10ch_volume_init_verbs[] = { | |||
2668 | {0x1f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | 2668 | {0x1f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, |
2669 | {0x20, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | 2669 | {0x20, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, |
2670 | 2670 | ||
2671 | /* Set input of PW4 as AOW4 */ | 2671 | /* Set input of PW4 as MW0 */ |
2672 | {0x20, AC_VERB_SET_CONNECT_SEL, 0x1}, | 2672 | {0x20, AC_VERB_SET_CONNECT_SEL, 0}, |
2673 | /* PW9 Output enable */ | 2673 | /* PW9 Output enable */ |
2674 | {0x24, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40}, | 2674 | {0x24, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40}, |
2675 | { } | 2675 | { } |
@@ -3222,7 +3222,7 @@ static struct hda_verb vt1708B_8ch_volume_init_verbs[] = { | |||
3222 | {0x27, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | 3222 | {0x27, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, |
3223 | 3223 | ||
3224 | /* Setup default input to PW4 */ | 3224 | /* Setup default input to PW4 */ |
3225 | {0x1d, AC_VERB_SET_CONNECT_SEL, 0x1}, | 3225 | {0x1d, AC_VERB_SET_CONNECT_SEL, 0}, |
3226 | /* PW9 Output enable */ | 3226 | /* PW9 Output enable */ |
3227 | {0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40}, | 3227 | {0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40}, |
3228 | /* PW10 Input enable */ | 3228 | /* PW10 Input enable */ |