summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2003-02-09 21:47:59 +0100
committerJaroslav Kysela <perex@suse.cz>2003-02-09 21:47:59 +0100
commit2125e9716b1361bccbbd45580be989030295d613 (patch)
treee7f531925bfc07dc32321e5adc561aa90b092fb8 /include
parent28a59cb02a6b97cb27e914687c0346c608abd110 (diff)
ALSA update
- moved inclusion of <linux/interrupt.h> from <sound/asound.h> to <sound/timer.h> - pmac driver - removed beep stuff for 2.5 kernels - USB driver - fixed compilation
Diffstat (limited to 'include')
-rw-r--r--include/sound/asound.h1
-rw-r--r--include/sound/timer.h1
-rw-r--r--include/sound/version.h2
3 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/asound.h b/include/sound/asound.h
index 04fefdffb0ce..9e351ebaf847 100644
--- a/include/sound/asound.h
+++ b/include/sound/asound.h
@@ -32,7 +32,6 @@
#include <linux/types.h>
#include <linux/time.h>
#include <asm/byteorder.h>
-#include <linux/interrupt.h>
#if __LITTLE_ENDIAN == 1234
#define SNDRV_LITTLE_ENDIAN
diff --git a/include/sound/timer.h b/include/sound/timer.h
index 079c33f27c74..ecd1c0f5785c 100644
--- a/include/sound/timer.h
+++ b/include/sound/timer.h
@@ -23,6 +23,7 @@
*/
#include <sound/asound.h>
+#include <linux/interrupt.h>
typedef enum sndrv_timer_class snd_timer_class_t;
typedef enum sndrv_timer_slave_class snd_timer_slave_class_t;
diff --git a/include/sound/version.h b/include/sound/version.h
index 23460ba88901..6d8e7448464b 100644
--- a/include/sound/version.h
+++ b/include/sound/version.h
@@ -1,3 +1,3 @@
/* include/version.h. Generated by configure. */
#define CONFIG_SND_VERSION "0.9.0rc7"
-#define CONFIG_SND_DATE " (Sat Feb 08 17:33:25 2003 UTC)"
+#define CONFIG_SND_DATE " (Sun Feb 09 18:00:12 2003 UTC)"