Searched refs:set_pitch (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/sound/isa/sb/ |
D | emu8000_callback.c | 32 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/ |
D | ctsrc.h | 66 int (*set_pitch)(struct src *src, unsigned int pitch); member
|
D | ctatc.c | 269 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()
|
D | ctsrc.c | 347 .set_pitch = src_set_pitch,
|