rpms/kernel/F-10 alsa-hda-hp-tx25xx-quirk.patch, NONE, 1.1 TODO, 1.48, 1.49 kernel.spec, 1.1361, 1.1362

Chuck Ebbert cebbert at fedoraproject.org
Wed May 13 15:58:18 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4279

Modified Files:
	TODO kernel.spec 
Added Files:
	alsa-hda-hp-tx25xx-quirk.patch 
Log Message:
Fix sound on HP TX25xx series notebooks (#498060)

alsa-hda-hp-tx25xx-quirk.patch:

--- NEW FILE alsa-hda-hp-tx25xx-quirk.patch ---
ALSA: fix audio on HP TX25xx series notebooks

Fixes https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4121

Taken from https://bugzilla.redhat.com/show_bug.cgi?id=498060

Signed-off-by: Adam Williamson <awilliam at redhat.com>

--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -12058,6 +12058,7 @@
 	SND_PCI_QUIRK(0x1028, 0x0253, "Dell OEM", ALC268_DELL),
 	SND_PCI_QUIRK(0x1028, 0x02b0, "Dell Inspiron Mini9", ALC268_DELL),
 	SND_PCI_QUIRK(0x103c, 0x30cc, "TOSHIBA", ALC268_TOSHIBA),
+	SND_PCI_QUIRK(0x103c, 0x30f1, "HP TX25xx series", ALC268_TOSHIBA),
 	SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC268_3ST),
 	SND_PCI_QUIRK(0x1179, 0xff10, "TOSHIBA A205", ALC268_TOSHIBA),
 	SND_PCI_QUIRK(0x1179, 0xff50, "TOSHIBA A305", ALC268_TOSHIBA),


Index: TODO
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/TODO,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- TODO	26 Mar 2009 23:11:43 -0000	1.48
+++ TODO	13 May 2009 15:57:48 -0000	1.49
@@ -141,11 +141,10 @@ linux-2.6-defaults-saner-vm-settings.pat
 	We probably want at least the swappiness change in F11.
 	Also, could add a boost for the ext3 journal thread priority.
 
-linux-2.6-net-xfrm-fix-spin-unlock.patch
-	Sent upstream, probably should be in F11.
-
 fs-relatime-add-strictatime-option.patch
 fs-relatime-make-default.patch
 fs-relatime-update-once-per-day.patch
 	From 2.6.30 ... the make-default piece is not applied.
 
+alsa-hda-hp-tx25xx-quirk.patch
+	Send upstream to ALSA


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1361
retrieving revision 1.1362
diff -u -p -r1.1361 -r1.1362
--- kernel.spec	11 May 2009 18:12:39 -0000	1.1361
+++ kernel.spec	13 May 2009 15:57:48 -0000	1.1362
@@ -643,6 +643,7 @@ Patch609: alsa-hda_intel-prealloc-4mb-dm
 Patch610: alsa-add-subdevice_mask-to-quirk-entries.patch
 Patch611: alsa-hda-update-quirks.patch
 Patch612: alsa-pcm-core-avoid-jiffies-check.patch
+Patch613: alsa-hda-hp-tx25xx-quirk.patch
 
 Patch670: linux-2.6-ata-quirk.patch
 
@@ -1250,6 +1251,7 @@ ApplyPatch alsa-hda_intel-prealloc-4mb-d
 ApplyPatch alsa-add-subdevice_mask-to-quirk-entries.patch
 ApplyPatch alsa-hda-update-quirks.patch
 ApplyPatch alsa-pcm-core-avoid-jiffies-check.patch
+ApplyPatch alsa-hda-hp-tx25xx-quirk.patch
 
 # Networking
 
@@ -1926,6 +1928,9 @@ fi
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Wed May 13 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.3-62
+- Fix sound on HP TX25xx series notebooks (#498060)
+
 * Mon May 11 2009 Neil Horman <nhorman at redhat.com>
 - Turn on Garmin GPS module (bz 417824)
 




More information about the scm-commits mailing list