Searched refs:snd_seq_create_kernel_client (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/include/sound/ |
D | seq_kernel.h | 58 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
|
/linux-6.12.1/sound/core/seq/ |
D | seq_system.c | 123 sysclient = snd_seq_create_kernel_client(NULL, 0, "System"); in snd_seq_system_client_init()
|
D | seq_dummy.c | 172 my_client = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_DUMMY, in register_client()
|
D | seq_virmidi.c | 374 client = snd_seq_create_kernel_client(rdev->card, rdev->device, in snd_virmidi_dev_attach_seq()
|
D | seq_ump_client.c | 439 snd_seq_create_kernel_client(card, ump->core.device, in snd_seq_ump_probe()
|
D | seq_midi.c | 313 snd_seq_create_kernel_client( in snd_seq_midisynth_probe()
|
D | seq_clientmgr.c | 2353 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/ |
D | opl4_seq.c | 147 client = snd_seq_create_kernel_client(opl4->card, opl4->seq_dev_num, in snd_opl4_seq_probe()
|
/linux-6.12.1/sound/drivers/opl3/ |
D | opl3_seq.c | 227 snd_seq_create_kernel_client(opl3->card, opl3->seq_dev_num, in snd_opl3_seq_probe()
|
/linux-6.12.1/sound/synth/emux/ |
D | emux_seq.c | 61 emu->client = snd_seq_create_kernel_client(card, index, in snd_emux_init_seq()
|
/linux-6.12.1/sound/core/seq/oss/ |
D | seq_oss_init.c | 74 rc = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_OSS, in snd_seq_oss_create_client()
|