Home
last modified time | relevance | path

Searched refs:snd_trident_voice (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/trident/
H A Dtrident.h235 struct snd_trident_voice;
259 struct snd_trident_voice { struct
298 struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */ argument
316 void (*private_free)(struct snd_trident_voice *voice); argument
323 struct snd_trident_voice voices[64];
331 struct snd_trident_voice *voice; /* active voice */
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);
414 void snd_trident_write_voice_regs(struct snd_trident * trident, struct snd_trident_voice *voice);
H A Dtrident_main.c35 struct snd_trident_voice * voice,
38 struct snd_trident_voice * voice,
426 struct snd_trident_voice * voice) in snd_trident_write_voice_regs()
509 struct snd_trident_voice * voice, in snd_trident_write_cso_reg()
535 struct snd_trident_voice * voice, in snd_trident_write_eso_reg()
561 struct snd_trident_voice * voice, in snd_trident_write_vol_reg()
592 struct snd_trident_voice * voice, in snd_trident_write_pan_reg()
614 struct snd_trident_voice * voice, in snd_trident_write_rvol_reg()
638 struct snd_trident_voice * voice, in snd_trident_write_cvol_reg()
781 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_allocate_pcm_mem()
[all …]