All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda - Add model quirk for Sony VAIO VGN-NR21E
@ 2009-03-10  7:51 Ozan Caglayan
       [not found] ` <s5hzlftinb6.wl%tiwai@suse.de>
  0 siblings, 1 reply; 4+ messages in thread
From: Ozan Caglayan @ 2009-03-10  7:51 UTC (permalink / raw)
  To: alsa-devel

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",
-- 
1.6.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ALSA: hda - Add model quirk for Sony VAIO VGN-NR21E
       [not found] ` <s5hzlftinb6.wl%tiwai@suse.de>
@ 2009-03-10 12:54   ` Ozan Çağlayan
  2009-03-11  6:46   ` Ozan Çağlayan
  1 sibling, 0 replies; 4+ messages in thread
From: Ozan Çağlayan @ 2009-03-10 12:54 UTC (permalink / raw)
  Cc: alsa-devel

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.


-- 
Ozan Çağlayan

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ALSA: hda - Add model quirk for Sony VAIO VGN-NR21E
       [not found] ` <s5hzlftinb6.wl%tiwai@suse.de>
  2009-03-10 12:54   ` Ozan Çağlayan
@ 2009-03-11  6:46   ` Ozan Çağlayan
  2009-03-11 10:15     ` Takashi Iwai
  1 sibling, 1 reply; 4+ messages in thread
From: Ozan Çağlayan @ 2009-03-11  6:46 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

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,



-- 
Ozan Çağlayan

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ALSA: hda - Add model quirk for Sony VAIO VGN-NR21E
  2009-03-11  6:46   ` Ozan Çağlayan
@ 2009-03-11 10:15     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2009-03-11 10:15 UTC (permalink / raw)
  To: Ozan Çağlayan; +Cc: alsa-devel

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
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-11 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-10  7:51 [PATCH] ALSA: hda - Add model quirk for Sony VAIO VGN-NR21E Ozan Caglayan
     [not found] ` <s5hzlftinb6.wl%tiwai@suse.de>
2009-03-10 12:54   ` Ozan Çağlayan
2009-03-11  6:46   ` Ozan Çağlayan
2009-03-11 10:15     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.