diff options
author | Kailang Yang <kailang@realtek.com> | 2013-11-26 02:41:40 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-04 13:57:16 -0500 |
commit | e1a8b1a389031976d9e40c93662beff169a10d06 (patch) | |
tree | 8678e7974ac050162d9c69835dc0a469d8187707 /sound/pci | |
parent | ddff5adaf7ec9d2591718b04074605914f9987cd (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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/pci')
-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 8bce044583ed..531160c7b1fb 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -4494,6 +4494,7 @@ static int patch_alc662(struct hda_codec *codec) | |||
4494 | case 0x10ec0272: | 4494 | case 0x10ec0272: |
4495 | case 0x10ec0663: | 4495 | case 0x10ec0663: |
4496 | case 0x10ec0665: | 4496 | case 0x10ec0665: |
4497 | case 0x10ec0668: | ||
4497 | set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT); | 4498 | set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT); |
4498 | break; | 4499 | break; |
4499 | case 0x10ec0273: | 4500 | case 0x10ec0273: |