Lines Matching refs:snd_trident_voice
35 struct snd_trident_voice * voice,
38 struct snd_trident_voice * voice,
432 struct snd_trident_voice * voice) in snd_trident_write_voice_regs()
515 struct snd_trident_voice * voice, in snd_trident_write_cso_reg()
541 struct snd_trident_voice * voice, in snd_trident_write_eso_reg()
567 struct snd_trident_voice * voice, in snd_trident_write_vol_reg()
598 struct snd_trident_voice * voice, in snd_trident_write_pan_reg()
620 struct snd_trident_voice * voice, in snd_trident_write_rvol_reg()
644 struct snd_trident_voice * voice, in snd_trident_write_cvol_reg()
787 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_allocate_pcm_mem()
818 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_allocate_evoice()
819 struct snd_trident_voice *evoice = voice->extra; in snd_trident_allocate_evoice()
879 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_hw_free()
880 struct snd_trident_voice *evoice = voice ? voice->extra : NULL; in snd_trident_hw_free()
910 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_playback_prepare()
911 struct snd_trident_voice *evoice = voice->extra; in snd_trident_playback_prepare()
1013 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_capture_prepare()
1122 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_si7018_capture_hw_free()
1123 struct snd_trident_voice *evoice = voice ? voice->extra : NULL; in snd_trident_si7018_capture_hw_free()
1147 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_si7018_capture_prepare()
1148 struct snd_trident_voice *evoice = voice->extra; in snd_trident_si7018_capture_prepare()
1218 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_foldback_prepare()
1219 struct snd_trident_voice *evoice = voice->extra; in snd_trident_foldback_prepare()
1361 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_spdif_prepare()
1362 struct snd_trident_voice *evoice = voice->extra; in snd_trident_spdif_prepare()
1503 struct snd_trident_voice *voice, *evoice; in snd_trident_trigger()
1599 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_playback_pointer()
1638 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_capture_pointer()
1668 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_spdif_pointer()
1800 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_pcm_free_substream()
1813 struct snd_trident_voice *voice; in snd_trident_playback_open()
1841 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_playback_close()
1861 struct snd_trident_voice *voice; in snd_trident_spdif_open()
1940 struct snd_trident_voice *voice; in snd_trident_capture_open()
1984 struct snd_trident_voice *voice; in snd_trident_foldback_open()
2011 struct snd_trident_voice *voice; in snd_trident_foldback_close()
2871 struct snd_trident_voice *voice, in snd_trident_pcm_mixer_build()
2888 static int snd_trident_pcm_mixer_free(struct snd_trident *trident, struct snd_trident_voice *voice,… in snd_trident_pcm_mixer_free()
3502 struct snd_trident_voice *voice; in snd_trident_create()
3655 struct snd_trident_voice *voice; in snd_trident_interrupt()
3747 struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, int clien… in snd_trident_alloc_voice()
3749 struct snd_trident_voice *pvoice; in snd_trident_alloc_voice()
3793 void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice) in snd_trident_free_voice()
3796 void (*private_free)(struct snd_trident_voice *); in snd_trident_free_voice()