Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/trident/
H A Dtrident_main.c819 struct snd_trident_voice *evoice = voice->extra; in snd_trident_allocate_evoice() local
824 if (evoice == NULL) { in snd_trident_allocate_evoice()
825 evoice = snd_trident_alloc_voice(trident, SNDRV_TRIDENT_VOICE_TYPE_PCM, 0, 0); in snd_trident_allocate_evoice()
826 if (evoice == NULL) in snd_trident_allocate_evoice()
828 voice->extra = evoice; in snd_trident_allocate_evoice()
829 evoice->substream = substream; in snd_trident_allocate_evoice()
832 if (evoice != NULL) { in snd_trident_allocate_evoice()
833 snd_trident_free_voice(trident, evoice); in snd_trident_allocate_evoice()
834 voice->extra = evoice = NULL; in snd_trident_allocate_evoice()
880 struct snd_trident_voice *evoice = voice ? voice->extra : NULL; in snd_trident_hw_free() local
[all …]
/openbmc/linux/sound/pci/ali5451/
H A Dali5451.c1073 struct snd_ali_voice *pvoice, *evoice; in snd_ali_trigger() local
1094 evoice = pvoice->extra; in snd_ali_trigger()
1096 if (evoice == NULL) in snd_ali_trigger()
1099 whati |= 1 << (evoice->number & 0x1f); in snd_ali_trigger()
1100 what |= 1 << (evoice->number & 0x1f); in snd_ali_trigger()
1104 if (evoice != NULL) in snd_ali_trigger()
1105 evoice->running = 1; in snd_ali_trigger()
1108 if (evoice != NULL) in snd_ali_trigger()
1109 evoice->running = 0; in snd_ali_trigger()
1137 struct snd_ali_voice *evoice = pvoice->extra; in snd_ali_playback_hw_params() local
[all …]
/openbmc/linux/sound/pci/emu10k1/
H A Demupcm.c282 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_voice() argument
292 voice = evoice->number; in snd_emu10k1_pcm_init_voice()
304 CCCA, emu10k1_select_interprom(evoice->epcm->pitch_target) | in snd_emu10k1_pcm_init_voice()
337 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_voices() argument
344 snd_emu10k1_pcm_init_voice(emu, evoice, w_16, stereo, in snd_emu10k1_pcm_init_voices()
349 snd_emu10k1_pcm_init_voice(emu, evoice + 1, w_16, true, in snd_emu10k1_pcm_init_voices()
357 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_extra_voice() argument
365 snd_emu10k1_pcm_init_voice(emu, evoice, w_16, false, in snd_emu10k1_pcm_init_extra_voice()
651 struct snd_emu10k1_voice *evoice, in snd_emu10k1_playback_commit_volume() argument
654 snd_emu10k1_ptr_write_multiple(emu, evoice->number, in snd_emu10k1_playback_commit_volume()
[all …]