diff mbox

ALSA: hda - Enable beep for ASUS 1015E

Message ID 172b1d641bab0f2b051e6a3b5ed960dea743ff28.1396140296.git.wking@tremily.us (mailing list archive)
State Accepted
Headers show

Commit Message

W. Trevor King March 30, 2014, 12:47 a.m. UTC
The `lspci -nnvv` output contains (wrapped for line length):

  00:1b.0 Audio device [0403]:
    Intel Corporation 7 Series/C210 Series Chipset Family
    High Definition Audio Controller [8086:1e20] (rev 04)
        Subsystem: ASUSTeK Computer Inc. Device [1043:115d]

Signed-off-by: W. Trevor King <wking@tremily.us>
---
This patch is against git://git.alsa-project.org/alsa-kernel.git
master (currently e38d6d3, ALSA: hda - Add Dell headset detection
quirk for three laptop models, 2013-12-13), but I imagine it will
apply cleanly to any recent branch.  I'm happy to fill in any other
information folks want, in case there's uncertainty about whether it's
just a one-off quirk for my hardware instance, or if it's a general
quirk for all 1043:115d devices.

Cheers,
Trevor

 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 3578f11..7cfe209 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1001,6 +1001,7 @@  static int alc_codec_rename_from_preset(struct hda_codec *codec)
 
 static const struct snd_pci_quirk beep_white_list[] = {
 	SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1),
+	SND_PCI_QUIRK(0x1043, 0x115d, "ASUS", 1),
 	SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
 	SND_PCI_QUIRK(0x1043, 0x8376, "EeePC", 1),
 	SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),