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