Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dseq_kernel.h58 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
/linux/sound/core/seq/
H A Dseq_system.c142 sysclient = snd_seq_create_kernel_client(NULL, 0, "System"); in snd_seq_system_client_init()
H A Dseq_dummy.c172 my_client = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_DUMMY, in register_client()
H A Dseq_virmidi.c374 client = snd_seq_create_kernel_client(rdev->card, rdev->device, in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c312 snd_seq_create_kernel_client( in snd_seq_midisynth_probe()
H A Dseq_ump_client.c472 snd_seq_create_kernel_client(card, ump->core.device, in snd_seq_ump_probe()
H A Dseq_clientmgr.c2273 int snd_seq_create_kernel_client(struct snd_card *card, int client_index, in snd_seq_create_kernel_client() function
2320 EXPORT_SYMBOL(snd_seq_create_kernel_client);
/linux/sound/synth/emux/
H A Demux_seq.c61 emu->client = snd_seq_create_kernel_client(card, index, in snd_emux_init_seq()
/linux/sound/core/seq/oss/
H A Dseq_oss_init.c74 rc = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_OSS, in snd_seq_oss_create_client()