Searched refs:SNDRV_SEQ_LFLG_OUTPUT (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/core/seq/
H A Dseq_clientmgr.c65 #define SNDRV_SEQ_LFLG_OUTPUT 0x0002 macro
66 #define SNDRV_SEQ_LFLG_OPEN (SNDRV_SEQ_LFLG_INPUT|SNDRV_SEQ_LFLG_OUTPUT)
109 return SNDRV_SEQ_LFLG_OUTPUT; snd_seq_file_flags()
339 if (mode & SNDRV_SEQ_LFLG_OUTPUT) snd_seq_open()
1017 if (!(snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT)) snd_seq_write()
1115 if (snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT) { snd_seq_poll()

Completed in 57 milliseconds