Go to the documentation of this file. 1 #ifndef __SOUND_SEQ_OSS_H
2 #define __SOUND_SEQ_OSS_H
61 #define SNDRV_SEQ_OSS_FILE_ACMODE 3
62 #define SNDRV_SEQ_OSS_FILE_READ 1
63 #define SNDRV_SEQ_OSS_FILE_WRITE 2
64 #define SNDRV_SEQ_OSS_FILE_NONBLOCK 4
67 #define SNDRV_SEQ_OSS_MODE_SYNTH 0
68 #define SNDRV_SEQ_OSS_MODE_MUSIC 1
71 #define SNDRV_SEQ_OSS_PROCESS_EVENTS 0
72 #define SNDRV_SEQ_OSS_PASS_EVENTS 1
73 #define SNDRV_SEQ_OSS_PROCESS_KEYPRESS 2
76 #define SNDRV_SEQ_OSS_CTRLRATE 100
79 #define SNDRV_SEQ_OSS_MAX_QLEN 1024
94 #define SNDRV_SEQ_DEV_ID_OSS "seq-oss"