Home
last modified time | relevance | path

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

/linux/sound/pci/trident/
H A Dtrident_main.c813 struct snd_trident_voice *evoice = voice->extra; in snd_trident_allocate_evoice() local
818 if (evoice == NULL) { in snd_trident_allocate_evoice()
819 evoice = snd_trident_alloc_voice(trident, SNDRV_TRIDENT_VOICE_TYPE_PCM, 0, 0); in snd_trident_allocate_evoice()
820 if (evoice == NULL) in snd_trident_allocate_evoice()
822 voice->extra = evoice; in snd_trident_allocate_evoice()
823 evoice->substream = substream; in snd_trident_allocate_evoice()
826 if (evoice != NULL) { in snd_trident_allocate_evoice()
827 snd_trident_free_voice(trident, evoice); in snd_trident_allocate_evoice()
828 voice->extra = evoice = NULL; in snd_trident_allocate_evoice()
874 struct snd_trident_voice *evoice = voice ? voice->extra : NULL; in snd_trident_hw_free() local
[all …]
/linux/sound/pci/emu10k1/
H A Demupcm.c261 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_voice() argument
271 voice = evoice->number; in snd_emu10k1_pcm_init_voice()
283 CCCA, emu10k1_select_interprom(evoice->epcm->pitch_target) | in snd_emu10k1_pcm_init_voice()
316 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_voices() argument
323 snd_emu10k1_pcm_init_voice(emu, evoice, w_16, stereo, in snd_emu10k1_pcm_init_voices()
328 snd_emu10k1_pcm_init_voice(emu, evoice + 1, w_16, true, in snd_emu10k1_pcm_init_voices()
335 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_extra_voice() argument
343 snd_emu10k1_pcm_init_voice(emu, evoice, w_16, false, in snd_emu10k1_pcm_init_extra_voice()
629 struct snd_emu10k1_voice *evoice, in snd_emu10k1_playback_commit_volume() argument
632 snd_emu10k1_ptr_write_multiple(emu, evoice->number, in snd_emu10k1_playback_commit_volume()
[all …]