diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index b794cba494c3..672103d84ffc 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -16951,7 +16951,7 @@ static int patch_alc662(struct hda_codec *codec) | |||
16951 | 16951 | ||
16952 | if (!spec->cap_mixer) | 16952 | if (!spec->cap_mixer) |
16953 | set_capture_mixer(spec); | 16953 | set_capture_mixer(spec); |
16954 | set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT); | 16954 | set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT); |
16955 | 16955 | ||
16956 | spec->vmaster_nid = 0x02; | 16956 | spec->vmaster_nid = 0x02; |
16957 | 16957 | ||