Lines Matching refs:snd_trident
234 struct snd_trident;
240 struct snd_trident * trident;
296 struct snd_trident *trident;
339 struct snd_trident { struct
404 int snd_trident_create_gameport(struct snd_trident *trident); argument
406 int snd_trident_pcm(struct snd_trident *trident, int device);
407 int snd_trident_foldback_pcm(struct snd_trident *trident, int device);
408 int snd_trident_spdif_pcm(struct snd_trident *trident, int device);
409 int snd_trident_attach_synthesizer(struct snd_trident * trident);
410 struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type,
412 void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice);
413 void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice);
414 void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice);
415 void snd_trident_write_voice_regs(struct snd_trident * trident, struct snd_trident_voice *voice);
419 struct snd_util_memblk *snd_trident_alloc_pages(struct snd_trident *trident,
421 int snd_trident_free_pages(struct snd_trident *trident, struct snd_util_memblk *blk);
422 struct snd_util_memblk *snd_trident_synth_alloc(struct snd_trident *trident, unsigned int size);
423 int snd_trident_synth_free(struct snd_trident *trident, struct snd_util_memblk *blk);
424 int snd_trident_synth_copy_from_user(struct snd_trident *trident, struct snd_util_memblk *blk,