Searched refs:snd_gf1_alloc_voice (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/sound/isa/gus/ |
H A D | gus_reset.c | 257 struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port) snd_gf1_alloc_voice() function
|
H A D | gus_main.c | 440 EXPORT_SYMBOL(snd_gf1_alloc_voice); variable
|
H A D | gus_pcm.c | 444 if ((pcmp->pvoices[0] = snd_gf1_alloc_voice(pcmp->gus, SNDRV_GF1_VOICE_TYPE_PCM, 0, 0)) == NULL) snd_gf1_pcm_playback_hw_params() 452 if ((pcmp->pvoices[1] = snd_gf1_alloc_voice(pcmp->gus, SNDRV_GF1_VOICE_TYPE_PCM, 0, 0)) == NULL) snd_gf1_pcm_playback_hw_params()
|
/linux-4.4.14/include/sound/ |
H A D | gus.h | 583 struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port);
|
Completed in 237 milliseconds