snd_seq_file_flags
if ((snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_INPUT) &&
if (snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT) {
mode = snd_seq_file_flags(file);
if (!(snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_INPUT))
if (!(snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT))