diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index db261bb92162..d3d6e61abc08 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -7589,7 +7589,7 @@ static const char *alc861_models[ALC861_MODEL_LAST] = { | |||
7589 | }; | 7589 | }; |
7590 | 7590 | ||
7591 | static struct snd_pci_quirk alc861_cfg_tbl[] = { | 7591 | static struct snd_pci_quirk alc861_cfg_tbl[] = { |
7592 | SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST}, | 7592 | SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST), |
7593 | SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP), | 7593 | SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP), |
7594 | SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP), | 7594 | SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP), |
7595 | SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS), | 7595 | SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS), |