All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269
@ 2010-08-24  6:56 David Henningsson
  2010-08-24  8:29 ` Paul Menzel
  0 siblings, 1 reply; 5+ messages in thread
From: David Henningsson @ 2010-08-24  6:56 UTC (permalink / raw)
  To: alsa-devel, Takashi Iwai, stable

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

The attached patch enables playback on a Sony VAIO machine.

References:
http://launchpadlibrarian.net/53762567/Card0.Codecs.codec.0.txt
http://launchpadlibrarian.net/53762571/PciMultimedia.txt
https://bugs.launchpad.net/bugs/618271

-- 
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic

[-- Attachment #2: 0004-Add-Sony-VAIO-quirk.patch --]
[-- Type: text/x-patch, Size: 859 bytes --]

>From 1130bd522e5e57aeb4ee847f64ed8e3be32665be Mon Sep 17 00:00:00 2001
From: David Henningsson <david.henningsson@canonical.com>
Date: Mon, 23 Aug 2010 08:14:35 +0200
Subject: [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
 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 a4dd045..627bf99 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -14467,6 +14467,7 @@ static const struct alc_fixup alc269_fixups[] = {
 
 static struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x104d, 0x9071, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
+	SND_PCI_QUIRK(0x104d, 0x9077, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
 	{}
 };
 
-- 
1.7.0.4


[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

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

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

* Re: [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269
  2010-08-24  6:56 [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269 David Henningsson
@ 2010-08-24  8:29 ` Paul Menzel
  2010-08-25  8:33   ` David Henningsson
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Menzel @ 2010-08-24  8:29 UTC (permalink / raw)
  To: alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 398 bytes --]

Am Dienstag, den 24.08.2010, 08:56 +0200 schrieb David Henningsson:
> The attached patch enables playback on a Sony VAIO machine.
> 
> References:
> http://launchpadlibrarian.net/53762567/Card0.Codecs.codec.0.txt
> http://launchpadlibrarian.net/53762571/PciMultimedia.txt
> https://bugs.launchpad.net/bugs/618271

Maybe add these references to the commit message too?


Thanks,

Paul

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

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

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

* Re: [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269
  2010-08-24  8:29 ` Paul Menzel
@ 2010-08-25  8:33   ` David Henningsson
  2010-08-25  8:55     ` Paul Menzel
  2010-08-26 10:08     ` Takashi Iwai
  0 siblings, 2 replies; 5+ messages in thread
From: David Henningsson @ 2010-08-25  8:33 UTC (permalink / raw)
  To: Paul Menzel; +Cc: Takashi Iwai, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

2010-08-24 10:29, Paul Menzel skrev:
> Am Dienstag, den 24.08.2010, 08:56 +0200 schrieb David Henningsson:
>> The attached patch enables playback on a Sony VAIO machine.
>>
>> References:
>> http://launchpadlibrarian.net/53762567/Card0.Codecs.codec.0.txt
>> http://launchpadlibrarian.net/53762571/PciMultimedia.txt
>> https://bugs.launchpad.net/bugs/618271
> 
> Maybe add these references to the commit message too?

Sure. I'll add the buglink only, since that one in turn points to the
other ones. Does this one look better?

Learning slowly, aren't I? :-)

-- 
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic

[-- Attachment #2: 0004-Add-Sony-VAIO-quirk.patch --]
[-- Type: text/x-patch, Size: 923 bytes --]

>From 1130bd522e5e57aeb4ee847f64ed8e3be32665be Mon Sep 17 00:00:00 2001
From: David Henningsson <david.henningsson@canonical.com>
Date: Mon, 23 Aug 2010 08:14:35 +0200
Subject: [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269

BugLink: http://launchpad.net/bugs/618271
Cc: stable@kernel.org
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
 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 a4dd045..627bf99 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -14467,6 +14467,7 @@ static const struct alc_fixup alc269_fixups[] = {
 
 static struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x104d, 0x9071, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
+	SND_PCI_QUIRK(0x104d, 0x9077, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
 	{}
 };
 
-- 
1.7.0.4


[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

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

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

* Re: [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269
  2010-08-25  8:33   ` David Henningsson
@ 2010-08-25  8:55     ` Paul Menzel
  2010-08-26 10:08     ` Takashi Iwai
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Menzel @ 2010-08-25  8:55 UTC (permalink / raw)
  To: alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 833 bytes --]

Am Mittwoch, den 25.08.2010, 10:33 +0200 schrieb David Henningsson:
> 2010-08-24 10:29, Paul Menzel skrev:
> > Am Dienstag, den 24.08.2010, 08:56 +0200 schrieb David Henningsson:
> >> The attached patch enables playback on a Sony VAIO machine.
> >>
> >> References:
> >> http://launchpadlibrarian.net/53762567/Card0.Codecs.codec.0.txt
> >> http://launchpadlibrarian.net/53762571/PciMultimedia.txt
> >> https://bugs.launchpad.net/bugs/618271
> > 
> > Maybe add these references to the commit message too?
> 
> Sure. I'll add the buglink only, since that one in turn points to the
> other ones. Does this one look better?

Perfect.

> Learning slowly, aren't I? :-)

I’d hope, I would learn as fast as you to support the project doing
programming. ;-)

Anyway, it was just cosmetic issue.


Thanks,

Paul

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

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

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

* Re: [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269
  2010-08-25  8:33   ` David Henningsson
  2010-08-25  8:55     ` Paul Menzel
@ 2010-08-26 10:08     ` Takashi Iwai
  1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2010-08-26 10:08 UTC (permalink / raw)
  To: David Henningsson; +Cc: alsa-devel, Paul Menzel

At Wed, 25 Aug 2010 10:33:13 +0200,
David Henningsson wrote:
> 
> 2010-08-24 10:29, Paul Menzel skrev:
> > Am Dienstag, den 24.08.2010, 08:56 +0200 schrieb David Henningsson:
> >> The attached patch enables playback on a Sony VAIO machine.
> >>
> >> References:
> >> http://launchpadlibrarian.net/53762567/Card0.Codecs.codec.0.txt
> >> http://launchpadlibrarian.net/53762571/PciMultimedia.txt
> >> https://bugs.launchpad.net/bugs/618271
> > 
> > Maybe add these references to the commit message too?
> 
> Sure. I'll add the buglink only, since that one in turn points to the
> other ones. Does this one look better?

Yeah, but it's more better if you write a brief text what this
patch fixes in the changelog, too :)

Applied now.  Thanks.


Takashi

> 
> Learning slowly, aren't I? :-)
> 
> -- 
> David Henningsson, Canonical Ltd.
> http://launchpad.net/~diwic

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

end of thread, other threads:[~2010-08-26 10:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-24  6:56 [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269 David Henningsson
2010-08-24  8:29 ` Paul Menzel
2010-08-25  8:33   ` David Henningsson
2010-08-25  8:55     ` Paul Menzel
2010-08-26 10:08     ` 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.