[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/kernel/devel linux-2.6-sound-emu10k1-ac97.patch, NONE, 1.1 kernel-2.6.spec, 1.1590, 1.1591



Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19059

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-sound-emu10k1-ac97.patch 
Log Message:
* Mon Oct 03 2005 Dave Jones <davej redhat com>
- bring back ac97 sliders on emu10k1


linux-2.6-sound-emu10k1-ac97.patch:
 emu10k1_main.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE linux-2.6-sound-emu10k1-ac97.patch ---
--- linux-2.6.13/sound/pci/emu10k1/emu10k1_main.c~	2005-10-03 20:55:51.000000000 -0400
+++ linux-2.6.13/sound/pci/emu10k1/emu10k1_main.c	2005-10-03 20:56:04.000000000 -0400
@@ -759,6 +759,7 @@ static emu_chip_details_t emu_chip_detai
 	 .driver = "EMU10K1", .name = "SBLive! Platinum 5.1 [SB0060]", 
 	 .id = "Live",
 	 .emu10k1_chip = 1,
+	 .ac97_chip =1;
 	 .sblive51 = 1} ,
 	{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80511102,
 	 .driver = "EMU10K1", .name = "SBLive! Value [CT4850]", 


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1590
retrieving revision 1.1591
diff -u -r1.1590 -r1.1591
--- kernel-2.6.spec	4 Oct 2005 00:54:43 -0000	1.1590
+++ kernel-2.6.spec	4 Oct 2005 00:56:47 -0000	1.1591
@@ -310,6 +310,7 @@
 Patch1640: linux-2.6.11-acpi-thinkpad-c2c3.patch
 Patch1660: linux-2.6.9-module_version.patch
 Patch1670: linux-2.6-ide-floppy-eject.patch
+Patch1680: linux-2.6-sound-emu10k1-ac97.patch
 
 Patch1730: linux-2.6.12-input-kill-stupid-messages.patch
 Patch1731: linux-2.6-input-usblegacy.patch
@@ -738,6 +739,8 @@
 %patch1660 -p1
 # Fix eject on ide-floppy. (#158548)
 %patch1670 -p1
+# Bring back ac97 sliders on emu10k1
+%patch1680 -p1
 
 # The input layer spews crap no-one cares about.
 %patch1730 -p1
@@ -1248,6 +1251,9 @@
 
 %changelog
 * Mon Oct 03 2005 Dave Jones <davej redhat com>
+- bring back ac97 sliders on emu10k1
+
+* Mon Oct 03 2005 Dave Jones <davej redhat com>
 - 2.6.14-rc3-git3
 
 * Sun Oct 02 2005 Dave Jones <davej redhat com>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]