Home
last modified time | relevance | path

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

/sound/core/seq/oss/
Dseq_oss_init.c48 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec) macro
97 if (call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, port) >= 0) { in snd_seq_oss_create_client()
106 call_ctl(SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs); in snd_seq_oss_create_client()
137 if (call_ctl(SNDRV_SEQ_IOCTL_GET_PORT_INFO, &pinfo) >= 0) in receive_announce()
321 rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, &port); in create_port()
357 rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_QUEUE, &qinfo); in alloc_seq_queue()
377 rc = call_ctl(SNDRV_SEQ_IOCTL_DELETE_QUEUE, &qinfo); in delete_seq_queue()