Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/sound/pci/ctxfi/
Dctsrc.h66 int (*set_pitch)(struct src *src, unsigned int pitch); member
Dctatc.c269 src->ops->set_pitch(src, pitch); in atc_pcm_playback_prepare()
574 src->ops->set_pitch(src, pitch); in atc_pcm_capture_get_resources()
632 src->ops->set_pitch(src, pitch); in atc_pcm_capture_get_resources()
812 src->ops->set_pitch(src, pitch); in spdif_passthru_playback_get_resources()
Dctsrc.c347 .set_pitch = src_set_pitch,