Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/seq/
Dseq_compat.c120 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_SET_PORT_INFO, argp); in snd_seq_ioctl_compat()
Dseq_ump_client.c273 SNDRV_SEQ_IOCTL_SET_PORT_INFO, in update_port_infos()
Dseq_clientmgr.c2244 { SNDRV_SEQ_IOCTL_SET_PORT_INFO, snd_seq_ioctl_set_port_info },
/Linux-v6.6/include/uapi/sound/
Dasequencer.h623 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info) macro