Home
last modified time | relevance | path

Searched refs:get_pitch_shift (Results 1 – 2 of 2) sorted by relevance

/sound/pci/emu10k1/
A Demu10k1_callback.c38 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
/sound/synth/emux/
A Demux_synth.c848 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 5 milliseconds