Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
seq_oss.h File Reference
#include <sound/asequencer.h>
#include <sound/seq_kernel.h>

Go to the source code of this file.

Data Structures

struct  snd_seq_oss_arg
 
struct  snd_seq_oss_callback
 
struct  snd_seq_oss_reg
 

Macros

#define SNDRV_SEQ_OSS_FILE_ACMODE   3
 
#define SNDRV_SEQ_OSS_FILE_READ   1
 
#define SNDRV_SEQ_OSS_FILE_WRITE   2
 
#define SNDRV_SEQ_OSS_FILE_NONBLOCK   4
 
#define SNDRV_SEQ_OSS_MODE_SYNTH   0
 
#define SNDRV_SEQ_OSS_MODE_MUSIC   1
 
#define SNDRV_SEQ_OSS_PROCESS_EVENTS   0 /* key == 255 is processed as velocity change */
 
#define SNDRV_SEQ_OSS_PASS_EVENTS   1 /* pass all events to callback */
 
#define SNDRV_SEQ_OSS_PROCESS_KEYPRESS   2 /* key >= 128 will be processed as key-pressure */
 
#define SNDRV_SEQ_OSS_CTRLRATE   100
 
#define SNDRV_SEQ_OSS_MAX_QLEN   1024
 
#define SNDRV_SEQ_DEV_ID_OSS   "seq-oss"
 

Macro Definition Documentation

#define SNDRV_SEQ_DEV_ID_OSS   "seq-oss"

Definition at line 94 of file seq_oss.h.

#define SNDRV_SEQ_OSS_CTRLRATE   100

Definition at line 76 of file seq_oss.h.

#define SNDRV_SEQ_OSS_FILE_ACMODE   3

Definition at line 61 of file seq_oss.h.

#define SNDRV_SEQ_OSS_FILE_NONBLOCK   4

Definition at line 64 of file seq_oss.h.

#define SNDRV_SEQ_OSS_FILE_READ   1

Definition at line 62 of file seq_oss.h.

#define SNDRV_SEQ_OSS_FILE_WRITE   2

Definition at line 63 of file seq_oss.h.

#define SNDRV_SEQ_OSS_MAX_QLEN   1024

Definition at line 79 of file seq_oss.h.

#define SNDRV_SEQ_OSS_MODE_MUSIC   1

Definition at line 68 of file seq_oss.h.

#define SNDRV_SEQ_OSS_MODE_SYNTH   0

Definition at line 67 of file seq_oss.h.

#define SNDRV_SEQ_OSS_PASS_EVENTS   1 /* pass all events to callback */

Definition at line 72 of file seq_oss.h.

#define SNDRV_SEQ_OSS_PROCESS_EVENTS   0 /* key == 255 is processed as velocity change */

Definition at line 71 of file seq_oss.h.

#define SNDRV_SEQ_OSS_PROCESS_KEYPRESS   2 /* key >= 128 will be processed as key-pressure */

Definition at line 73 of file seq_oss.h.