Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_OSS_FILE_NONBLOCK (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/sound/
Dseq_oss.h51 #define SNDRV_SEQ_OSS_FILE_NONBLOCK 4 macro
/linux-6.1.9/sound/core/seq/oss/
Dseq_oss_device.h132 #define is_nonblock_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_NONBLOCK)
Dseq_oss_init.c290 file_mode |= SNDRV_SEQ_OSS_FILE_NONBLOCK; in translate_mode()