Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dseq_oss.h51 #define SNDRV_SEQ_OSS_FILE_NONBLOCK 4 macro
/linux-6.15/sound/core/seq/oss/
H A Dseq_oss_device.h127 #define is_nonblock_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_NONBLOCK)
H A Dseq_oss_init.c285 file_mode |= SNDRV_SEQ_OSS_FILE_NONBLOCK; in translate_mode()