Searched refs:evoice (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/sound/pci/trident/ |
D | trident_main.c | 819 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 …]
|
/linux-6.12.1/sound/pci/ali5451/ |
D | ali5451.c | 1071 struct snd_ali_voice *pvoice, *evoice; in snd_ali_trigger() local 1092 evoice = pvoice->extra; in snd_ali_trigger() 1094 if (evoice == NULL) in snd_ali_trigger() 1097 whati |= 1 << (evoice->number & 0x1f); in snd_ali_trigger() 1098 what |= 1 << (evoice->number & 0x1f); in snd_ali_trigger() 1102 if (evoice != NULL) in snd_ali_trigger() 1103 evoice->running = 1; in snd_ali_trigger() 1106 if (evoice != NULL) in snd_ali_trigger() 1107 evoice->running = 0; in snd_ali_trigger() 1135 struct snd_ali_voice *evoice = pvoice->extra; in snd_ali_playback_hw_params() local [all …]
|
/linux-6.12.1/sound/pci/emu10k1/ |
D | emupcm.c | 261 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() 336 struct snd_emu10k1_voice *evoice, in snd_emu10k1_pcm_init_extra_voice() argument 344 snd_emu10k1_pcm_init_voice(emu, evoice, w_16, false, in snd_emu10k1_pcm_init_extra_voice() 630 struct snd_emu10k1_voice *evoice, in snd_emu10k1_playback_commit_volume() argument 633 snd_emu10k1_ptr_write_multiple(emu, evoice->number, in snd_emu10k1_playback_commit_volume() [all …]
|