Home
last modified time | relevance | path

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

/linux/sound/core/seq/oss/
A Dseq_oss_midi.c132 #define PERM_WRITE (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_SUBS_WRITE) macro
148 if ((pinfo->capability & PERM_WRITE) != PERM_WRITE && in snd_seq_oss_midi_check_new_port()
336 perm |= PERM_WRITE; in snd_seq_oss_midi_open()
355 if (perm & PERM_WRITE) { in snd_seq_oss_midi_open()
360 mdev->opened |= PERM_WRITE; in snd_seq_oss_midi_open()
400 if (mdev->opened & PERM_WRITE) { in snd_seq_oss_midi_close()
434 if (mdev->opened & PERM_WRITE) in snd_seq_oss_midi_filemode()
460 if (mdev->opened & PERM_WRITE) { in snd_seq_oss_midi_reset()
674 val &= PERM_READ|PERM_WRITE; in capmode_str()
675 if (val == (PERM_READ|PERM_WRITE)) in capmode_str()
[all …]

Completed in 6 milliseconds