Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h607 #define SNDRV_SEQ_IOCTL_QUERY_SUBS _IOWR('S', 0x4f, struct snd_seq_query_subs) macro
/third_party/alsa-lib/src/seq/
Dseq_hw.c194 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_QUERY_SUBS, subs) < 0) { in snd_seq_hw_query_port_subscribers()