aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@acslink.net.au>2012-10-10 08:19:50 -0400
committerTakashi Iwai <tiwai@suse.de>2012-10-10 08:19:50 -0400
commit7110005e8d5c3cd418fc4b64f9f124f004422a9a (patch)
tree6b06f20fc664260940729d849fb8568b797248ce /sound
parent7fd5b1eb822e92ccbdb61325380b1fc429c8c993 (diff)
ALSA: hda - Fix missing beep on ASUS X43U notebook
Signed-off-by: Duncan Roe <duncan_roe@acslink.net.au> Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 8568aee56e2d..7bec68c89c5d 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4245,6 +4245,7 @@ static void alc_auto_init_std(struct hda_codec *codec)
4245 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir)) 4245 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir))
4246 4246
4247static const struct snd_pci_quirk beep_white_list[] = { 4247static const struct snd_pci_quirk beep_white_list[] = {
4248 SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1),
4248 SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), 4249 SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
4249 SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1), 4250 SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
4250 SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1), 4251 SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),