Searched refs:get_pitch_shift (Results 1 – 2 of 2) sorted by relevance
38 static int get_pitch_shift(struct snd_emux *emu);62 .get_pitch_shift = get_pitch_shift,516 static int get_pitch_shift(struct snd_emux *emu) in get_pitch_shift() function
848 if (vp->emu->ops.get_pitch_shift) in calc_pitch()849 offset += vp->emu->ops.get_pitch_shift(vp->emu); in calc_pitch()
Completed in 6 milliseconds