|
|
Author: davej
Update of /cvs/dist/rpms/kernel/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv24492
Modified Files:
kernel-2.6.spec
Added Files:
linux-2.6-alsa-snd-intel8x0m-semaphore.patch
Log Message:
Fix 'semaphore is not ready' error in snd-intel8x0m.
linux-2.6-alsa-snd-intel8x0m-semaphore.patch:
intel8x0m.c | 2 ++
1 files changed, 2 insertions(+)
--- NEW FILE linux-2.6-alsa-snd-intel8x0m-semaphore.patch ---
--- linux-2.6.12/sound/pci/intel8x0m.c~ 2005-08-26 03:07:21.000000000 -0400
+++ linux-2.6.12/sound/pci/intel8x0m.c 2005-08-26 03:07:41.000000000 -0400
@@ -500,6 +500,8 @@ static unsigned short snd_intel8x0_codec
res = 0xffff;
}
}
+ if (reg == AC97_GPIO_STATUS)
+ iagetword(chip, 0); /* clear semaphore */
return res;
}
Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/kernel-2.6.spec,v
retrieving revision 1.1439
retrieving revision 1.1440
diff -u -r1.1439 -r1.1440
--- kernel-2.6.spec 26 Aug 2005 07:02:21 -0000 1.1439
+++ kernel-2.6.spec 26 Aug 2005 07:11:42 -0000 1.1440
@@ -355,6 +355,8 @@
Patch2101: linux-2.6-acpi-xen.patch
Patch2110: linux-2.6.11-acpi-thinkpad-c2c3.patch
+Patch2200: linux-2.6-alsa-snd-intel8x0m-semaphore.patch
+
Patch2999: linux-2.6.3-printopen.patch
#
@@ -825,6 +827,9 @@
# Blacklist another 'No C2/C3 states' Thinkpad R40e BIOS.
%patch2110 -p1
+# Fix 'semaphore is not ready' error in snd-intel8x0m
+%patch2200 -p1
+
#
# Local hack (off for any shipped kernels) to printk all files opened
# the first 180 seconds after boot for debugging userspace startup
@@ -1276,6 +1281,7 @@
- Better identify local builds. (#159696)
- Fix disk/net dump & netconsole. (#152586)
- Fix up sleeping in invalid context in sym2 driver. (#164995)
+- Fix 'semaphore is not ready' error in snd-intel8x0m.
* Tue Aug 23 2005 Dave Jones <davej@xxxxxxxxxx> [2.6.12-1.1435_FC4]
- Work around AMD x86-64 errata 122.
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|