Home
last modified time | relevance | path

Searched refs:evoice (Results 1 – 3 of 3) 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/ali5451/
H A Dali5451.c1068 struct snd_ali_voice *pvoice, *evoice; in snd_ali_trigger() local
1089 evoice = pvoice->extra; in snd_ali_trigger()
1091 if (evoice == NULL) in snd_ali_trigger()
1094 whati |= 1 << (evoice->number & 0x1f); in snd_ali_trigger()
1095 what |= 1 << (evoice->number & 0x1f); in snd_ali_trigger()
1099 if (evoice != NULL) in snd_ali_trigger()
1100 evoice->running = 1; in snd_ali_trigger()
1103 if (evoice != NULL) in snd_ali_trigger()
1104 evoice->running = 0; in snd_ali_trigger()
1131 struct snd_ali_voice *evoice = pvoice->extra; in snd_ali_playback_hw_params() 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 …]