Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_ports.c70 bool check_inactive = (pinfo->capability & SNDRV_SEQ_PORT_CAP_INACTIVE); in snd_seq_port_query_nearest()
76 if ((port->capability & SNDRV_SEQ_PORT_CAP_INACTIVE) && in snd_seq_port_query_nearest()
H A Dseq_ump_client.c191 port->capability |= SNDRV_SEQ_PORT_CAP_INACTIVE; in fill_port_info()
H A Dseq_clientmgr.c2675 if (p->capability & SNDRV_SEQ_PORT_CAP_INACTIVE) in snd_seq_info_dump_ports()
/linux/include/uapi/sound/
H A Dasequencer.h445 #define SNDRV_SEQ_PORT_CAP_INACTIVE (1<<8) /* inactive port */
435 #define SNDRV_SEQ_PORT_CAP_INACTIVE global() macro