Searched refs:set_pitch (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/sound/isa/sb/ |
D | emu8000_callback.c | 45 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 132 set_pitch(hw, vp); in update_voice() 254 set_pitch(hw, vp); in start_voice() 349 set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_pitch() function
|
/linux-3.4.99/sound/pci/ctxfi/ |
D | ctsrc.h | 69 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() 566 src->ops->set_pitch(src, pitch); in atc_pcm_capture_get_resources() 624 src->ops->set_pitch(src, pitch); in atc_pcm_capture_get_resources() 803 src->ops->set_pitch(src, pitch); in spdif_passthru_playback_get_resources()
|
D | ctsrc.c | 351 .set_pitch = src_set_pitch,
|