Changeset 250 for GPL/branches/alsa-resync1/alsa-kernel/drivers/dummy.c
- Timestamp:
- Aug 27, 2007, 7:41:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/drivers/dummy.c
r246 r250 22 22 #include <linux/version.h> 23 23 #include <linux/init.h> 24 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 0)24 #ifndef TARGET_OS2 //TODO: Implement linux/jiffies.h 25 25 #include <linux/jiffies.h> 26 #else 27 #include <linux/sched.h> 28 #endif 26 #endif /* !TARGET_OS2 */ 29 27 #include <linux/slab.h> 30 28 #include <linux/time.h> … … 60 58 #define MAX_BUFFER_SIZE (256 * 1024) 61 59 #define USE_FORMATS SNDRV_PCM_FMTBIT_S32_LE 62 #define USE_CHANNELS_MIN 1 263 #define USE_CHANNELS_MAX 1 260 #define USE_CHANNELS_MIN 10 61 #define USE_CHANNELS_MAX 10 64 62 #define USE_PERIODS_MIN 1 65 63 #define USE_PERIODS_MAX 1024
Note:
See TracChangeset
for help on using the changeset viewer.