Home
last modified time | relevance | path

Searched defs:trident (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/trident/
H A Dtrident_main.c110 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_read() local
171 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_write() local
230 static void snd_trident_enable_eso(struct snd_trident * trident) in snd_trident_enable_eso()
257 static void snd_trident_disable_eso(struct snd_trident * trident) in snd_trident_disable_eso()
281 void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice) in snd_trident_start_voice()
305 void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice) in snd_trident_stop_voice()
326 static int snd_trident_allocate_pcm_channel(struct snd_trident * trident) in snd_trident_allocate_pcm_channel()
354 static void snd_trident_free_pcm_channel(struct snd_trident *trident, int channel) in snd_trident_free_pcm_channel()
376 static int snd_trident_allocate_synth_channel(struct snd_trident * trident) in snd_trident_allocate_synth_channel()
402 static void snd_trident_free_synth_channel(struct snd_trident *trident, int channel) in snd_trident_free_synth_channel()
[all …]
H A Dtrident.c54 struct snd_trident *trident; in snd_trident_probe() local
H A Dtrident.h36 #define TRID_REG(trident, x) ((trident)->port + (x)) argument
240 struct snd_trident * trident; member
296 struct snd_trident *trident; member