Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_system.c138 err = snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_system_client_init()
151 err = snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_system_client_init()
H A Dseq_ump_client.c241 err = snd_seq_kernel_client_ctl(client->seq_client, in seq_ump_group_init()
263 err = snd_seq_kernel_client_ctl(client->seq_client, in update_port_infos()
272 err = snd_seq_kernel_client_ctl(client->seq_client, in update_port_infos()
383 err = snd_seq_kernel_client_ctl(client->seq_client, in create_ump_endpoint_port()
H A Dseq_compat.c47 err = snd_seq_kernel_client_ctl(client->number, cmd, data); in snd_seq_call_port_info_ioctl()
H A Dseq_dummy.c140 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) { in create_port()
H A Dseq_ports.c712 ret = snd_seq_kernel_client_ctl(client, in snd_seq_event_port_attach()
735 err = snd_seq_kernel_client_ctl(client, in snd_seq_event_port_detach()
H A Dseq_virmidi.c409 err = snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, pinfo); in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c395 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_probe()
H A Dseq_clientmgr.c2515 int snd_seq_kernel_client_ctl(int clientid, unsigned int cmd, void *arg) in snd_seq_kernel_client_ctl() function
2533 EXPORT_SYMBOL(snd_seq_kernel_client_ctl);
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_midi.c78 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, clinfo) == 0) { in snd_seq_oss_midi_lookup_ports()
83 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, pinfo) == 0) in snd_seq_oss_midi_lookup_ports()
365 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0) in snd_seq_oss_midi_open()
374 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0) in snd_seq_oss_midi_open()
413 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs); in snd_seq_oss_midi_close()
419 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs); in snd_seq_oss_midi_close()
H A Dseq_oss_device.h148 err = snd_seq_kernel_client_ctl(dp->cseq, type, arg); in snd_seq_oss_control()
H A Dseq_oss_init.c48 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec)
/openbmc/linux/include/sound/
H A Dseq_kernel.h64 int snd_seq_kernel_client_ctl(int client, unsigned int cmd, void *arg);