Commit 9ad54547 authored by Kailang Yang's avatar Kailang Yang Committed by Takashi Iwai

ALSA: hda/realtek - Set pcbeep amp for ALC668

Set the missing pcbeep default amp for ALC668.
Signed-off-by: default avatarKailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ba4c4d0a
...@@ -5118,6 +5118,7 @@ static int patch_alc662(struct hda_codec *codec) ...@@ -5118,6 +5118,7 @@ static int patch_alc662(struct hda_codec *codec)
case 0x10ec0272: case 0x10ec0272:
case 0x10ec0663: case 0x10ec0663:
case 0x10ec0665: case 0x10ec0665:
case 0x10ec0668:
set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT); set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
break; break;
case 0x10ec0273: case 0x10ec0273:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment