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 473342da3065..acb9c898d30f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5943,6 +5943,7 @@ static const struct snd_pci_quirk beep_white_list[] = { | |||
5943 | SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), | 5943 | SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), |
5944 | SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1), | 5944 | SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1), |
5945 | SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1), | 5945 | SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1), |
5946 | SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1), | ||
5946 | SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1), | 5947 | SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1), |
5947 | {} | 5948 | {} |
5948 | }; | 5949 | }; |