diff options
author | W. Trevor King <wking@tremily.us> | 2014-03-29 17:47:24 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-06 07:55:27 -0700 |
commit | 4ce77a7a6cc45d0733521dfa16e9259f29e21faf (patch) | |
tree | 15bdac0d2ee3b1b46fbcf4a68e1d1c96d7446d7a /sound | |
parent | 6f80251afe07130734c86628cbadff0caba3af27 (diff) | |
download | linux-3.10-4ce77a7a6cc45d0733521dfa16e9259f29e21faf.tar.gz linux-3.10-4ce77a7a6cc45d0733521dfa16e9259f29e21faf.tar.bz2 linux-3.10-4ce77a7a6cc45d0733521dfa16e9259f29e21faf.zip |
ALSA: hda - Enable beep for ASUS 1015E
commit a4b7f21d7b42b33609df3f86992a8deff80abfaf upstream.
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>
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.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 34548589f41..d7ef023a282 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -937,6 +937,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), |