Lines Matching refs:extra
859 struct snd_trident_voice *evoice = voice->extra; in snd_trident_allocate_evoice()
868 voice->extra = evoice; in snd_trident_allocate_evoice()
874 voice->extra = evoice = NULL; in snd_trident_allocate_evoice()
920 struct snd_trident_voice *evoice = voice ? voice->extra : NULL; in snd_trident_hw_free()
931 voice->extra = NULL; in snd_trident_hw_free()
952 struct snd_trident_voice *evoice = voice->extra; in snd_trident_playback_prepare()
1169 struct snd_trident_voice *evoice = voice ? voice->extra : NULL; in snd_trident_si7018_capture_hw_free()
1174 voice->extra = NULL; in snd_trident_si7018_capture_hw_free()
1195 struct snd_trident_voice *evoice = voice->extra; in snd_trident_si7018_capture_prepare()
1266 struct snd_trident_voice *evoice = voice->extra; in snd_trident_foldback_prepare()
1409 struct snd_trident_voice *evoice = voice->extra; in snd_trident_spdif_prepare()
1573 evoice = voice->extra; in snd_trident_trigger()
3788 if (voice->extra) { in snd_trident_interrupt()
3790 snd_trident_stop_voice(trident, voice->extra->number); in snd_trident_interrupt()
3791 snd_trident_write_cso_reg(trident, voice->extra, 0); in snd_trident_interrupt()
3792 snd_trident_start_voice(trident, voice->extra->number); in snd_trident_interrupt()
3880 voice->extra = NULL; in snd_trident_free_voice()