Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/trident/
Dtrident.h250 struct snd_trident_voice;
275 struct snd_trident_voice { struct
314 struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */ argument
332 void (*private_free)(struct snd_trident_voice *voice); argument
339 struct snd_trident_voice voices[64];
347 struct snd_trident_voice *voice; /* active voice */
427 struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type,
429 void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice);
432 void snd_trident_write_voice_regs(struct snd_trident * trident, struct snd_trident_voice *voice);
Dtrident_main.c49 struct snd_trident_voice * voice,
52 struct snd_trident_voice * voice,
446 struct snd_trident_voice * voice) in snd_trident_write_voice_regs()
529 struct snd_trident_voice * voice, in snd_trident_write_cso_reg()
555 struct snd_trident_voice * voice, in snd_trident_write_eso_reg()
581 struct snd_trident_voice * voice, in snd_trident_write_vol_reg()
612 struct snd_trident_voice * voice, in snd_trident_write_pan_reg()
634 struct snd_trident_voice * voice, in snd_trident_write_rvol_reg()
658 struct snd_trident_voice * voice, in snd_trident_write_cvol_reg()
824 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_allocate_pcm_mem()
[all …]