Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/seq/
Dseq_clientmgr.c2494 #define FLAG_PERM_DUPLEX(perm) ((perm) & SNDRV_SEQ_PORT_CAP_DUPLEX ? 'X' : '-') macro
2508 FLAG_PERM_DUPLEX(p->capability)); in snd_seq_info_dump_ports()