From: David Henningsson Date: Thu, 5 Apr 2012 08:33:18 +0000 (+0200) Subject: UBUNTU: SAUCE: (drop after 3.3) ALSA: HDA: Remove quirk for Gigabyte GA-H61M-S2PV X-Git-Url: http://git.alex.org.uk UBUNTU: SAUCE: (drop after 3.3) ALSA: HDA: Remove quirk for Gigabyte GA-H61M-S2PV This model quirk causes codec parsing to fail for the bug reporter. As a result, alsamixer cannot even be opened. Verification: I have tested the changed code in hda-emu and then the error disappears (and no new errors are appearing), and hda-emu is a safe way to test/verify these types of errors. Upstream: has already removed this model completely as part of a bigger rewrite. BugLink: https://bugs.launchpad.net/bugs/948360 Signed-off-by: David Henningsson Acked-by: Stefan Bader Acked-by: Tim Gardner Signed-off-by: Leann Ogasawara --- diff --git a/sound/pci/hda/alc882_quirks.c b/sound/pci/hda/alc882_quirks.c index 50f4cbd..42a0aeb 100644 --- a/sound/pci/hda/alc882_quirks.c +++ b/sound/pci/hda/alc882_quirks.c @@ -2901,7 +2901,6 @@ static const struct snd_pci_quirk alc882_cfg_tbl[] = { SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC883_LAPTOP_EAPD), SND_PCI_QUIRK(0x10f1, 0x2350, "TYAN-S2350", ALC888_6ST_DELL), SND_PCI_QUIRK(0x108e, 0x534d, NULL, ALC883_3ST_6ch), - SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte P35 DS3R", ALC882_6ST_DIG), SND_PCI_QUIRK(0x1462, 0x0349, "MSI", ALC883_TARGA_2ch_DIG), SND_PCI_QUIRK(0x1462, 0x040d, "MSI", ALC883_TARGA_2ch_DIG),