[alsa-devel] [PATCH] Remove ALC268 model override for CPR2000

Tony Vroon tony at linx.net
Mon Jun 20 23:11:11 CEST 2011


The "diverse" Quanta ID 0x0763 is overridden to ALC268_ACER. 
This keeps headphone automute and microphone input from operating 
on at least one laptop from Opti Systems.
Without the override, the BIOS parser does a fine job setting the 
card up and everything works.

Tested-By: Peter Schneider <e.at.chi.kaen at googlemail.com>
Signed-off-by: Tony Vroon <tony at linx.net>

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 61a774b..04e6023 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -13872,7 +13872,6 @@ static const struct snd_pci_quirk alc268_cfg_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC268_3ST),
 	SND_PCI_QUIRK(0x1170, 0x0040, "ZEPTO", ALC268_ZEPTO),
 	SND_PCI_QUIRK(0x14c0, 0x0025, "COMPAL IFL90/JFL-92", ALC268_TOSHIBA),
-	SND_PCI_QUIRK(0x152d, 0x0763, "Diverse (CPR2000)", ALC268_ACER),
 	SND_PCI_QUIRK(0x152d, 0x0771, "Quanta IL1", ALC267_QUANTA_IL1),
 	{}
 };


More information about the Alsa-devel mailing list