diff options
-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 af5f9039e1cf..ea2351d119f0 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -994,6 +994,7 @@ static int alc_codec_rename_from_preset(struct hda_codec *codec) | |||
994 | 994 | ||
995 | static const struct snd_pci_quirk beep_white_list[] = { | 995 | static const struct snd_pci_quirk beep_white_list[] = { |
996 | SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1), | 996 | SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1), |
997 | SND_PCI_QUIRK(0x1043, 0x115d, "ASUS", 1), | ||
997 | SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), | 998 | SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), |
998 | SND_PCI_QUIRK(0x1043, 0x8376, "EeePC", 1), | 999 | SND_PCI_QUIRK(0x1043, 0x8376, "EeePC", 1), |
999 | SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1), | 1000 | SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1), |