Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_init.c48 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec) macro
96 if (call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, port) >= 0) { in snd_seq_oss_create_client()
105 call_ctl(SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs); in snd_seq_oss_create_client()
136 if (call_ctl(SNDRV_SEQ_IOCTL_GET_PORT_INFO, &pinfo) >= 0) in receive_announce()
320 rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, &port); in create_port()
356 rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_QUEUE, &qinfo); in alloc_seq_queue()
376 rc = call_ctl(SNDRV_SEQ_IOCTL_DELETE_QUEUE, &qinfo); in delete_seq_queue()