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

/linux-master/sound/core/seq/
H A Dseq_clientmgr.c81 static inline unsigned short snd_seq_file_flags(struct file *file) function
342 mode = snd_seq_file_flags(file);
427 if (!(snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_INPUT))
1003 if (!(snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT))
1124 if ((snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_INPUT) &&
1132 if (snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT) {

Completed in 77 milliseconds