On Thu, Jan 14, 2010 at 1:52 AM, Takashi Iwai <tiwai@xxxxxxx> wrote: > Isn't this with the older driver version before disabling the default > quirk to sony-assamd model? In the recent version, it would fall > back to auto model. Indeed, both of his alsa-info.sh outputs show that he used model=auto with -driver 1.0.20: >> working "model=auto": >> http://www.alsa-project.org/db/?f=67f6a692f0ccd70d6893665d36c8b90a51f4a577 >> >> also with "power_save=10 power_save_controller=N model=auto": >> http://www.alsa-project.org/db/?f=618f4d4ae530957b4b6d2b66751871d4073df685 > Having an entry to ALC262_AUTO is fine. It even reduces a kernel > message that may wonder user. So here what we have to check lastly > is whether VAIO Z21MN (104d:9025) that is currently with toshiba-s06 > works with model=auto or not. Once after it's confirmed, we can take > all to auto. Because I don't have access to 0x104d9025 and I don't wish to introduce a further regression for that model, I've just respun the patch against current master HEAD adding his SSID with the model=auto quirk. Best, -Dan
From 8559fcaaaa5964e78c41fcdc2955fbaf38963116 Mon Sep 17 00:00:00 2001 From: Daniel T Chen <crimsun@xxxxxxxxxx> Date: Thu, 14 Jan 2010 06:53:24 -0500 Subject: [PATCH] v2: ALSA: hda: Use BIOS autoprobe for another Sony VAIO model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Christian reported[0] that his laptop does not have audible capture by default. Debugging the symptom revealed that his model needs the auto quirk, so add his SSID to alc262_cfg_tbl[]. [0] http://mailman.alsa-project.org/pipermail/alsa-devel/2010-January/024327.html Cc: <stable@xxxxxxxxxx> Tested-by: Christian Stöveken <christian.stoeveken@xxxxxxxxx> Signed-off-by: Daniel T Chen <crimsun@xxxxxxxxxx> --- sound/pci/hda/patch_realtek.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 301b147..c065b17 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -11753,6 +11753,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = { SND_PCI_QUIRK(0x104d, 0x9016, "Sony VAIO", ALC262_AUTO), /* dig-only */ SND_PCI_QUIRK(0x104d, 0x9025, "Sony VAIO Z21MN", ALC262_TOSHIBA_S06), SND_PCI_QUIRK(0x104d, 0x9035, "Sony VAIO VGN-FW170J", ALC262_AUTO), + SND_PCI_QUIRK(0x104d, 0x9039, "Sony VAIO VGN-P11Z_G", ALC262_AUTO), SND_PCI_QUIRK(0x104d, 0x9047, "Sony VAIO Type G", ALC262_AUTO), #if 0 /* disable the quirk since model=auto works better in recent versions */ SND_PCI_QUIRK_MASK(0x104d, 0xff00, 0x9000, "Sony VAIO", -- 1.6.5
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel