diff options
author | Kailang Yang <kailang@realtek.com> | 2013-11-26 02:41:40 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-11-26 07:40:14 -0500 |
commit | 9ad54547cf6f4410eba83bb95dfd2a0966718d6d (patch) | |
tree | 273443738cc4a95b91e438e04ff9dd0ad956c791 | |
parent | ba4c4d0a9021ab034554d532a98133d668b87599 (diff) |
ALSA: hda/realtek - Set pcbeep amp for ALC668
Set the missing pcbeep default amp for ALC668.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-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 60973fd6eb82..c4ad9d198068 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5118,6 +5118,7 @@ static int patch_alc662(struct hda_codec *codec) | |||
5118 | case 0x10ec0272: | 5118 | case 0x10ec0272: |
5119 | case 0x10ec0663: | 5119 | case 0x10ec0663: |
5120 | case 0x10ec0665: | 5120 | case 0x10ec0665: |
5121 | case 0x10ec0668: | ||
5121 | set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT); | 5122 | set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT); |
5122 | break; | 5123 | break; |
5123 | case 0x10ec0273: | 5124 | case 0x10ec0273: |