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
>From 1130bd522e5e57aeb4ee847f64ed8e3be32665be Mon Sep 17 00:00:00 2001 From: David Henningsson <david.henningsson@xxxxxxxxxxxxx> 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@xxxxxxxxxx Signed-off-by: David Henningsson <david.henningsson@xxxxxxxxxxxxx> --- 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
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel