diff options
author | Kailang Yang <kailang@realtek.com> | 2013-11-26 15:41:40 +0800 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2014-01-03 04:33:26 +0000 |
commit | 5547e2c69ba441c91699f6cb922552277aa5c28a (patch) | |
tree | 072cf48947f6c5a9d24e656dfcafb67ce1cbe1f9 /sound | |
parent | b7536448ffe4212f4300682f240ae381c7074a65 (diff) |
ALSA: hda/realtek - Set pcbeep amp for ALC668
commit 9ad54547cf6f4410eba83bb95dfd2a0966718d6d upstream.
Set the missing pcbeep default amp for ALC668.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index bfc4ed82c55..1f78ca68398 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5943,6 +5943,7 @@ static int patch_alc662(struct hda_codec *codec) case 0x10ec0272: case 0x10ec0663: case 0x10ec0665: + case 0x10ec0668: set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT); break; case 0x10ec0273: |