Searched refs:snd_seq_create_kernel_client (Results 1 – 9 of 9) sorted by relevance
| /linux/include/sound/ |
| H A D | seq_kernel.h | 58 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
|
| /linux/sound/core/seq/ |
| H A D | seq_system.c | 142 sysclient = snd_seq_create_kernel_client(NULL, 0, "System"); in snd_seq_system_client_init()
|
| H A D | seq_dummy.c | 172 my_client = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_DUMMY, in register_client()
|
| H A D | seq_virmidi.c | 374 client = snd_seq_create_kernel_client(rdev->card, rdev->device, in snd_virmidi_dev_attach_seq()
|
| H A D | seq_midi.c | 312 snd_seq_create_kernel_client( in snd_seq_midisynth_probe()
|
| H A D | seq_ump_client.c | 472 snd_seq_create_kernel_client(card, ump->core.device, in snd_seq_ump_probe()
|
| H A D | seq_clientmgr.c | 2273 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 D | emux_seq.c | 61 emu->client = snd_seq_create_kernel_client(card, index, in snd_emux_init_seq()
|
| /linux/sound/core/seq/oss/ |
| H A D | seq_oss_init.c | 74 rc = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_OSS, in snd_seq_oss_create_client()
|