Go to the source code of this file.
| #define SNDRV_SEQ_DEV_ID_OSS "seq-oss" |
| #define SNDRV_SEQ_OSS_CTRLRATE 100 |
| #define SNDRV_SEQ_OSS_FILE_ACMODE 3 |
| #define SNDRV_SEQ_OSS_FILE_NONBLOCK 4 |
| #define SNDRV_SEQ_OSS_FILE_READ 1 |
| #define SNDRV_SEQ_OSS_FILE_WRITE 2 |
| #define SNDRV_SEQ_OSS_MAX_QLEN 1024 |
| #define SNDRV_SEQ_OSS_MODE_MUSIC 1 |
| #define SNDRV_SEQ_OSS_MODE_SYNTH 0 |
| #define SNDRV_SEQ_OSS_PROCESS_EVENTS 0 /* key == 255 is processed as velocity change */ |
| #define SNDRV_SEQ_OSS_PROCESS_KEYPRESS 2 /* key >= 128 will be processed as key-pressure */ |