summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@acslink.net.au>2012-10-10 14:19:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-12-03 11:47:10 -0800
commit510add68ecdbc4ec3731248acf575753945f43ac (patch)
tree38fbe8185e8f55a1f63f402be52a6a052c9397b0 /sound
parente5f56030f487d3dbcc28be40cdecb8e43888dfa0 (diff)
downloadlinux-3.10-510add68ecdbc4ec3731248acf575753945f43ac.tar.gz
linux-3.10-510add68ecdbc4ec3731248acf575753945f43ac.tar.bz2
linux-3.10-510add68ecdbc4ec3731248acf575753945f43ac.zip
ALSA: hda - Fix missing beep on ASUS X43U notebook
commit 7110005e8d5c3cd418fc4b64f9f124f004422a9a upstream. Signed-off-by: Duncan Roe <duncan_roe@acslink.net.au> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index e6e44205bb2..d297fa73770 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4322,6 +4322,7 @@ static void alc_auto_init_std(struct hda_codec *codec)
((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir))
static const struct snd_pci_quirk beep_white_list[] = {
+ SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1),
SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),