Changeset 207 for GPL/branches/alsa-resync1/alsa-kernel/drivers/dummy.c
- Timestamp:
- Jun 18, 2007, 3:00:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/drivers/dummy.c
r206 r207 21 21 #include <sound/driver.h> 22 22 #include <linux/init.h> 23 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 0) 24 #include <linux/jiffies.h> 25 #else 23 26 #include <linux/sched.h> 27 #endif 24 28 #include <linux/slab.h> 25 29 #include <linux/time.h> … … 31 35 #define SNDRV_GET_ID 32 36 #include <sound/initval.h> 33 34 EXPORT_NO_SYMBOLS;35 37 36 38 MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>");
Note:
See TracChangeset
for help on using the changeset viewer.