Home
last modified time | relevance | path

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

/linux-6.12.1/include/sound/
Dseq_kernel.h58 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
/linux-6.12.1/sound/core/seq/
Dseq_system.c123 sysclient = snd_seq_create_kernel_client(NULL, 0, "System"); in snd_seq_system_client_init()
Dseq_dummy.c172 my_client = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_DUMMY, in register_client()
Dseq_virmidi.c374 client = snd_seq_create_kernel_client(rdev->card, rdev->device, in snd_virmidi_dev_attach_seq()
Dseq_ump_client.c439 snd_seq_create_kernel_client(card, ump->core.device, in snd_seq_ump_probe()
Dseq_midi.c313 snd_seq_create_kernel_client( in snd_seq_midisynth_probe()
Dseq_clientmgr.c2353 int snd_seq_create_kernel_client(struct snd_card *card, int client_index, in snd_seq_create_kernel_client() function
2402 EXPORT_SYMBOL(snd_seq_create_kernel_client);
/linux-6.12.1/sound/drivers/opl4/
Dopl4_seq.c147 client = snd_seq_create_kernel_client(opl4->card, opl4->seq_dev_num, in snd_opl4_seq_probe()
/linux-6.12.1/sound/drivers/opl3/
Dopl3_seq.c227 snd_seq_create_kernel_client(opl3->card, opl3->seq_dev_num, in snd_opl3_seq_probe()
/linux-6.12.1/sound/synth/emux/
Demux_seq.c61 emu->client = snd_seq_create_kernel_client(card, index, in snd_emux_init_seq()
/linux-6.12.1/sound/core/seq/oss/
Dseq_oss_init.c74 rc = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_OSS, in snd_seq_oss_create_client()