Lines Matching refs:trident
36 #define TRID_REG(trident, x) ((trident)->port + (x)) argument
240 struct snd_trident * trident; member
296 struct snd_trident *trident; member
404 int snd_trident_create_gameport(struct snd_trident *trident);
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 struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type,
411 void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice);
412 void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice);
413 void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice);
414 void snd_trident_write_voice_regs(struct snd_trident * trident, struct snd_trident_voice *voice);
418 struct snd_util_memblk *snd_trident_alloc_pages(struct snd_trident *trident,
420 int snd_trident_free_pages(struct snd_trident *trident, struct snd_util_memblk *blk);