]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ALSA: hda - Remove ALC268 model override for CPR2000
authorTony Vroon <tony@linx.net>
Mon, 20 Jun 2011 21:11:11 +0000 (22:11 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Jun 2011 05:18:36 +0000 (07:18 +0200)
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@googlemail.com>
Signed-off-by: Tony Vroon <tony@linx.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index c923b2cc9e53281292e04b766820ed62b07f822e..475ed1e8ffc65d51161921bd277c95f5346ca0b9 100644 (file)
@@ -13871,7 +13871,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),
        {}
 };