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 732515dcc99d..cdda64b02f46 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -10404,6 +10404,7 @@ static const char *alc268_models[ALC268_MODEL_LAST] = { | |||
10404 | }; | 10404 | }; |
10405 | 10405 | ||
10406 | static struct snd_pci_quirk alc268_cfg_tbl[] = { | 10406 | static struct snd_pci_quirk alc268_cfg_tbl[] = { |
10407 | SND_PCI_QUIRK(0x1025, 0x011e, "Acer Aspire 5720z", ALC268_ACER), | ||
10407 | SND_PCI_QUIRK(0x1025, 0x0126, "Acer", ALC268_ACER), | 10408 | SND_PCI_QUIRK(0x1025, 0x0126, "Acer", ALC268_ACER), |
10408 | SND_PCI_QUIRK(0x1025, 0x012e, "Acer Aspire 5310", ALC268_ACER), | 10409 | SND_PCI_QUIRK(0x1025, 0x012e, "Acer Aspire 5310", ALC268_ACER), |
10409 | SND_PCI_QUIRK(0x1025, 0x0130, "Acer Extensa 5210", ALC268_ACER), | 10410 | SND_PCI_QUIRK(0x1025, 0x0130, "Acer Extensa 5210", ALC268_ACER), |