diff options
author | 2003-09-07 06:24:53 +0000 | |
---|---|---|
committer | 2003-09-07 06:24:53 +0000 | |
commit | f9f0fb6ed639a3dd3c875ad3388388f0eca6e011 (patch) | |
tree | b778bc3b528fd4b15e9207b05c432b3d5d120983 /media-sound/alsa-driver/files | |
parent | Initial addition to the tree. (diff) | |
download | gentoo-2-f9f0fb6ed639a3dd3c875ad3388388f0eca6e011.tar.gz gentoo-2-f9f0fb6ed639a3dd3c875ad3388388f0eca6e011.tar.bz2 gentoo-2-f9f0fb6ed639a3dd3c875ad3388388f0eca6e011.zip |
An updated version.
Closes #27870.
Diffstat (limited to 'media-sound/alsa-driver/files')
-rw-r--r-- | media-sound/alsa-driver/files/wolk.patch | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/media-sound/alsa-driver/files/wolk.patch b/media-sound/alsa-driver/files/wolk.patch index 30f6d5b384df..8e8f1eb0c103 100644 --- a/media-sound/alsa-driver/files/wolk.patch +++ b/media-sound/alsa-driver/files/wolk.patch @@ -1,6 +1,5 @@ -diff -Naur alsa-driver-0.9.6-old/include/adriver.h alsa-driver-0.9.6-new/include/adriver.h ---- alsa-driver-0.9.6-old/include/adriver.h 2003-07-03 13:36:16.000000000 +0200 -+++ alsa-driver-0.9.6-new/include/adriver.h 2003-08-02 00:27:38.000000000 +0200 +--- alsa-driver-0.9.6_old/include/adriver.h 2003-07-03 13:36:16.000000000 +0200 ++++ alsa-driver-0.9.6_new/include/adriver.h 2003-09-03 19:38:00.000000000 +0200 @@ -121,7 +121,7 @@ #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 3) && !defined(need_resched) #define need_resched() (current->need_resched) @@ -10,3 +9,12 @@ diff -Naur alsa-driver-0.9.6-old/include/adriver.h alsa-driver-0.9.6-new/include #include <linux/fs.h> static inline struct proc_dir_entry *PDE(const struct inode *inode) { +@@ -193,7 +193,7 @@ + #undef synchronize_irq + #define synchronize_irq(irq) synchronize_irq_wrapper(irq) + #endif /* LINUX_VERSION_CODE < 2.5.28 */ +-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 68) ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 68) && !defined(WE_ARE_WOLKS) + #define IRQ_NONE /*void*/ + #define IRQ_HANDLED /*void*/ + #define IRQ_RETVAL(x) /*void*/ |