[alsa-devel] [PATCH] ALSA: hda - Add model quirk for Sony VAIO VGN-NR21E
One of our users reported that its laptop doesn't mute the internal speakers when a jack is inserted into headphones without model=hippo.
Here's the alsa-info output for reference: http://www.alsa-project.org/db/?f=8dae188ec2db110b9e6804c60f4659f0cb606c62
Signed-off-by: Ozan Caglayan ozan@pardus.org.tr --- 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 b794cba..6e79770 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -10874,6 +10874,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = { SND_PCI_QUIRK(0x103c, 0x2817, "HP RP5700", ALC262_HP_RP5700), SND_PCI_QUIRK(0x104d, 0x1f00, "Sony ASSAMD", ALC262_SONY_ASSAMD), SND_PCI_QUIRK(0x104d, 0x8203, "Sony UX-90", ALC262_HIPPO), + SND_PCI_QUIRK(0x104d, 0x902d, "Sony VAIO VGN-NR21E", ALC262_HIPPO), SND_PCI_QUIRK(0x104d, 0x820f, "Sony ASSAMD", ALC262_SONY_ASSAMD), SND_PCI_QUIRK(0x104d, 0x9016, "Sony VAIO", ALC262_AUTO), /* dig-only */ SND_PCI_QUIRK_MASK(0x104d, 0xff00, 0x9000, "Sony VAIO",
At Tue, 10 Mar 2009 09:51:22 +0200, Ozan Caglayan wrote:
One of our users reported that its laptop doesn't mute the internal speakers when a jack is inserted into headphones without model=hippo.
Isn't model=sony-assamd better?
Takashi
Takashi Iwai wrote On 10-03-2009 14:18:
At Tue, 10 Mar 2009 09:51:22 +0200, Ozan Caglayan wrote:
One of our users reported that its laptop doesn't mute the internal speakers when a jack is inserted into headphones without model=hippo.
Isn't model=sony-assamd better?
He/She said that it tried sony-assamd but I'll double check it and report back in here.
Takashi Iwai wrote On 10-03-2009 14:18:
At Tue, 10 Mar 2009 09:51:22 +0200, Ozan Caglayan wrote:
One of our users reported that its laptop doesn't mute the internal speakers when a jack is inserted into headphones without model=hippo.
Isn't model=sony-assamd better?
Here's what he/she said:
"I tried to do it with the model=sony-assamd but it didn't work. Actually, nothing worked, I had no sound with this model, neither on the headphones nor on the speakers."
And then I compiled a snapshot alsa-driver with the quirk patch. The patch seems to do no effect at all to the headphone/speaker muting problem. Did I miss something? Is the patch correct for applying the model quirk?
I'll be happy if you're able to take a look at the alsa-info output and make a comment on this very first patch.
Regards,
At Wed, 11 Mar 2009 08:46:32 +0200, Ozan Çağlayan wrote:
Takashi Iwai wrote On 10-03-2009 14:18:
At Tue, 10 Mar 2009 09:51:22 +0200, Ozan Caglayan wrote:
One of our users reported that its laptop doesn't mute the internal speakers when a jack is inserted into headphones without model=hippo.
Isn't model=sony-assamd better?
Here's what he/she said:
"I tried to do it with the model=sony-assamd but it didn't work. Actually, nothing worked, I had no sound with this model, neither on the headphones nor on the speakers."
And then I compiled a snapshot alsa-driver with the quirk patch. The patch seems to do no effect at all to the headphone/speaker muting problem. Did I miss something? Is the patch correct for applying the model quirk?
I'll be happy if you're able to take a look at the alsa-info output and make a comment on this very first patch.
Did the test use really the latest alsa-driver snapshot below? ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
In this latest one, sony-assamd will be already taken for the tester's laptop automatically even without model option.
Anyway, please give alsa-info.sh output with the latest driver if there is still a problem.
thanks,
Takashi
participants (2)
-
Ozan Caglayan
-
Takashi Iwai