Home
last modified time | relevance | path

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

/linux-6.12.1/sound/core/seq/
Dseq_clientmgr.c52 #define SNDRV_SEQ_LFLG_OUTPUT 0x0002 macro
53 #define SNDRV_SEQ_LFLG_OPEN (SNDRV_SEQ_LFLG_INPUT|SNDRV_SEQ_LFLG_OUTPUT)
85 return SNDRV_SEQ_LFLG_OUTPUT; in snd_seq_file_flags()
345 if (mode & SNDRV_SEQ_LFLG_OUTPUT) in snd_seq_open()
1001 if (!(snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT)) in snd_seq_write()
1130 if (snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT) { in snd_seq_poll()