Home
last modified time | relevance | path

Searched refs:snd_trident (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/trident/
H A Dtrident.h234 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 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);
[all …]
H A Dtrident_main.c34 static int snd_trident_pcm_mixer_build(struct snd_trident *trident,
37 static int snd_trident_pcm_mixer_free(struct snd_trident *trident,
41 static int snd_trident_sis_reset(struct snd_trident *trident);
43 static void snd_trident_clear_voices(struct snd_trident * trident,
53 static void snd_trident_print_voice_regs(struct snd_trident *trident, int voice)
110 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_read()
171 struct snd_trident *trident = ac97->private_data; in snd_trident_codec_write()
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()
[all …]
H A Dtrident.c58 struct snd_trident *trident; in snd_trident_probe()