Searched refs:snd_seq_create_kernel_client (Results  1 – 10 of 10) sorted by relevance
| /linux-4.1.27/include/sound/ | 
| D | seq_kernel.h | 72 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
  | 
| /linux-4.1.27/sound/core/seq/ | 
| D | seq_system.c | 136 	sysclient = snd_seq_create_kernel_client(NULL, 0, "System");  in snd_seq_system_client_init()
  | 
| D | seq_dummy.c | 175 	my_client = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_DUMMY,  in register_client()
  | 
| D | seq_virmidi.c | 383 	client = snd_seq_create_kernel_client(rdev->card, rdev->device,  in snd_virmidi_dev_attach_seq()
  | 
| D | seq_midi.c | 326 			snd_seq_create_kernel_client(  in snd_seq_midisynth_probe()
  | 
| D | seq_clientmgr.c | 2240 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,  in snd_seq_create_kernel_client()  function 2289 EXPORT_SYMBOL(snd_seq_create_kernel_client);
  | 
| /linux-4.1.27/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-4.1.27/sound/drivers/opl3/ | 
| D | opl3_seq.c | 239 		snd_seq_create_kernel_client(opl3->card, opl3->seq_dev_num,  in snd_opl3_seq_probe()
  | 
| /linux-4.1.27/sound/synth/emux/ | 
| D | emux_seq.c | 74 	emu->client = snd_seq_create_kernel_client(card, index,  in snd_emux_init_seq()
  | 
| /linux-4.1.27/sound/core/seq/oss/ | 
| D | seq_oss_init.c | 89 	rc = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_OSS,  in snd_seq_oss_create_client()
  |