Lines Matching refs:snd_trident_voice
49 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()
858 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_allocate_evoice()
859 struct snd_trident_voice *evoice = voice->extra; in snd_trident_allocate_evoice()
919 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_hw_free()
920 struct snd_trident_voice *evoice = voice ? voice->extra : NULL; in snd_trident_hw_free()
951 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_playback_prepare()
952 struct snd_trident_voice *evoice = voice->extra; in snd_trident_playback_prepare()
1054 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_capture_prepare()
1168 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_si7018_capture_hw_free()
1169 struct snd_trident_voice *evoice = voice ? voice->extra : NULL; in snd_trident_si7018_capture_hw_free()
1194 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_si7018_capture_prepare()
1195 struct snd_trident_voice *evoice = voice->extra; in snd_trident_si7018_capture_prepare()
1265 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_foldback_prepare()
1266 struct snd_trident_voice *evoice = voice->extra; in snd_trident_foldback_prepare()
1408 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_spdif_prepare()
1409 struct snd_trident_voice *evoice = voice->extra; in snd_trident_spdif_prepare()
1550 struct snd_trident_voice *voice, *evoice; in snd_trident_trigger()
1646 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_playback_pointer()
1685 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_capture_pointer()
1715 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_spdif_pointer()
1847 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_pcm_free_substream()
1860 struct snd_trident_voice *voice; in snd_trident_playback_open()
1888 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_playback_close()
1908 struct snd_trident_voice *voice; in snd_trident_spdif_open()
1987 struct snd_trident_voice *voice; in snd_trident_capture_open()
2031 struct snd_trident_voice *voice; in snd_trident_foldback_open()
2058 struct snd_trident_voice *voice; in snd_trident_foldback_close()
2920 struct snd_trident_voice *voice, in snd_trident_pcm_mixer_build()
2937 static int snd_trident_pcm_mixer_free(struct snd_trident *trident, struct snd_trident_voice *voice,… in snd_trident_pcm_mixer_free()
3542 struct snd_trident_voice *voice; in snd_trident_create()
3724 struct snd_trident_voice *voice; in snd_trident_interrupt()
3816 struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, int clien… in snd_trident_alloc_voice()
3818 struct snd_trident_voice *pvoice; in snd_trident_alloc_voice()
3862 void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice) in snd_trident_free_voice()
3865 void (*private_free)(struct snd_trident_voice *); in snd_trident_free_voice()