Ignore:
Timestamp:
Aug 27, 2007, 7:41:50 PM (18 years ago)
Author:
Brendan Oakley
Message:

Merged to ALSA 0.9.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/drivers/dummy.c

    r246 r250  
    2222#include <linux/version.h>
    2323#include <linux/init.h>
    24 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 0)
     24#ifndef TARGET_OS2 //TODO: Implement linux/jiffies.h
    2525#include <linux/jiffies.h>
    26 #else
    27 #include <linux/sched.h>
    28 #endif
     26#endif /* !TARGET_OS2 */
    2927#include <linux/slab.h>
    3028#include <linux/time.h>
     
    6058#define MAX_BUFFER_SIZE         (256 * 1024)
    6159#define USE_FORMATS             SNDRV_PCM_FMTBIT_S32_LE
    62 #define USE_CHANNELS_MIN        12
    63 #define USE_CHANNELS_MAX        12
     60#define USE_CHANNELS_MIN        10
     61#define USE_CHANNELS_MAX        10
    6462#define USE_PERIODS_MIN         1
    6563#define USE_PERIODS_MAX         1024
Note: See TracChangeset for help on using the changeset viewer.