Changeset 246 for GPL/branches/alsa-resync1/alsa-kernel/drivers/dummy.c
- Timestamp:
- Aug 22, 2007, 5:33:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/drivers/dummy.c
r212 r246 20 20 21 21 #include <sound/driver.h> 22 #include <linux/version.h> 22 23 #include <linux/init.h> 23 24 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 0) … … 59 60 #define MAX_BUFFER_SIZE (256 * 1024) 60 61 #define USE_FORMATS SNDRV_PCM_FMTBIT_S32_LE 61 #define USE_CHANNELS_MIN 1 062 #define USE_CHANNELS_MAX 1 062 #define USE_CHANNELS_MIN 12 63 #define USE_CHANNELS_MAX 12 63 64 #define USE_PERIODS_MIN 1 64 65 #define USE_PERIODS_MAX 1024
Note:
See TracChangeset
for help on using the changeset viewer.
