aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cf14b00155d0..6c588ef26685 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5327,6 +5327,7 @@ static void fillup_priv_adc_nids(struct hda_codec *codec, hda_nid_t *nids,
5327 5327
5328static struct snd_pci_quirk beep_white_list[] = { 5328static struct snd_pci_quirk beep_white_list[] = {
5329 SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), 5329 SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
5330 SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
5330 {} 5331 {}
5331}; 5332};
5332 5333