Home
last modified time | relevance | path

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

/linux-6.15/sound/core/seq/
H A Dseq_compat.c116 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_GET_PORT_INFO, argp); in snd_seq_ioctl_compat()
H A Dseq_ump_client.c262 SNDRV_SEQ_IOCTL_GET_PORT_INFO, in update_port_infos()
H A Dseq_clientmgr.c2301 { SNDRV_SEQ_IOCTL_GET_PORT_INFO, snd_seq_ioctl_get_port_info },
/linux-6.15/include/uapi/sound/
H A Dasequencer.h635 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info) macro
/linux-6.15/sound/core/seq/oss/
H A Dseq_oss_init.c131 if (call_ctl(SNDRV_SEQ_IOCTL_GET_PORT_INFO, &pinfo) >= 0) in receive_announce()