Hi Takashi, On Thu, Jun 9, 2011 at 2:18 AM, Takashi Iwai <[email protected]> wrote: > Any chance to test model=auto with the very latest snapshot driver (or > 3.0-rc2 kernel)? The auto-parser works better than the static quirk > nowaday, but needs a bit more testing before switching to it as > default.
The original reporter has verified that the autoparser in the latest snapshot driver works well. Thus, this patch is only necessary for 2.6.38 and 2.6.39, which I've clarified in the commit message in the newly attached patch. Cheers, -Dan
From 8ac45699337eaeea1d746142b7ae5cd8e59054fa Mon Sep 17 00:00:00 2001 From: Daniel T Chen <[email protected]> Date: Fri, 10 Jun 2011 09:30:53 -0400 Subject: [PATCH] ALSA: hda: Fix inaudible internal speakers on CyberpowerPC Gamer Xplorer N57001 laptop BugLink: https://launchpad.net/bugs/761171 The original reporter needs the model=asus quirk for his internal speakers to be audible, so add an entry in the quirk table for his PCI SSID. This patch is only necessary for 2.6.38 and 2.6.39 kernels. The auto- parser in 3.0 works much better, and the original reporter has tested it successfully in the latest alsa-driver daily snapshot. Reported-and-tested-by: tomdeering7 Cc: <[email protected]> [2.6.38, 2.6.39] Signed-off-by: Daniel T Chen <[email protected]> --- sound/pci/hda/patch_conexant.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 9fbfd3b..acb3c30 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -3135,6 +3135,7 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo U350", CXT5066_ASUS), SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo G560", CXT5066_ASUS), SND_PCI_QUIRK_VENDOR(0x17aa, "Lenovo", CXT5066_IDEAPAD), /* Fallback for Lenovos without dock mic */ + SND_PCI_QUIRK(0x1b0a, 0x2092, "CyberpowerPC Gamer Xplorer N57001", CXT5066_ASUS), {} }; -- 1.7.5.3
_______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
