Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Dseq_oss.h51 #define SNDRV_SEQ_OSS_FILE_NONBLOCK 4 macro
/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_device.h132 #define is_nonblock_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_NONBLOCK)
H A Dseq_oss_init.c291 file_mode |= SNDRV_SEQ_OSS_FILE_NONBLOCK; in translate_mode()