Home
last modified time | relevance | path

Searched refs:set_pitch (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/sound/isa/sb/
Demu8000_callback.c32 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
119 set_pitch(hw, vp); in update_voice()
241 set_pitch(hw, vp); in start_voice()
336 set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_pitch() function
/Linux-v5.10/sound/pci/ctxfi/
Dctsrc.h66 int (*set_pitch)(struct src *src, unsigned int pitch); member
Dctatc.c267 src->ops->set_pitch(src, pitch); in atc_pcm_playback_prepare()
572 src->ops->set_pitch(src, pitch); in atc_pcm_capture_get_resources()
630 src->ops->set_pitch(src, pitch); in atc_pcm_capture_get_resources()
810 src->ops->set_pitch(src, pitch); in spdif_passthru_playback_get_resources()
Dctsrc.c347 .set_pitch = src_set_pitch,