Home
last modified time | relevance | path

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

/linux/sound/core/seq/
A Dseq_clientmgr.c49 #define SNDRV_SEQ_LFLG_INPUT 0x0001 macro
51 #define SNDRV_SEQ_LFLG_OPEN (SNDRV_SEQ_LFLG_INPUT|SNDRV_SEQ_LFLG_OUTPUT)
81 return SNDRV_SEQ_LFLG_INPUT; in snd_seq_file_flags()
338 if (mode & SNDRV_SEQ_LFLG_INPUT) in snd_seq_open()
347 if (mode & SNDRV_SEQ_LFLG_INPUT) { in snd_seq_open()
409 if (!(snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_INPUT)) in snd_seq_read()
1134 if ((snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_INPUT) && in snd_seq_poll()

Completed in 7 milliseconds