diff options
| author | 2010-04-23 17:10:44 +0200 | |
|---|---|---|
| committer | 2010-04-23 17:10:44 +0200 | |
| commit | 1f10cd34d9b347106cb34ef91c8ff76f12ee67a8 (patch) | |
| tree | 986f94e5b93ce612d0169ee6a9bb93eb98834eb7 /sound/pci/hda/patch_realtek.c | |
| parent | Merge branch 'fix/hda' into for-linus (diff) | |
| parent | ALSA: hda: Use STAC_DELL_M6_BOTH quirk for Dell Studio 1558 (diff) | |
| download | wireguard-linux-1f10cd34d9b347106cb34ef91c8ff76f12ee67a8.tar.xz wireguard-linux-1f10cd34d9b347106cb34ef91c8ff76f12ee67a8.zip | |
Merge branch 'fix/hda' into for-linus
Diffstat (limited to '')
| -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 aad1627f56f1..7404dba16f83 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4143,7 +4143,7 @@ static struct snd_pci_quirk alc880_cfg_tbl[] = { SND_PCI_QUIRK(0x1695, 0x4012, "EPox EP-5LDA", ALC880_5ST_DIG), SND_PCI_QUIRK(0x1734, 0x107c, "FSC F1734", ALC880_F1734), SND_PCI_QUIRK(0x1734, 0x1094, "FSC Amilo M1451G", ALC880_FUJITSU), - SND_PCI_QUIRK(0x1734, 0x10ac, "FSC", ALC880_UNIWILL), + SND_PCI_QUIRK(0x1734, 0x10ac, "FSC AMILO Xi 1526", ALC880_F1734), SND_PCI_QUIRK(0x1734, 0x10b0, "Fujitsu", ALC880_FUJITSU), SND_PCI_QUIRK(0x1854, 0x0018, "LG LW20", ALC880_LG_LW), SND_PCI_QUIRK(0x1854, 0x003b, "LG", ALC880_LG), |
