Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/emu10k1/
Demu10k1_callback.c38 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
/Linux-v6.6/include/sound/
Demux_synth.h57 int (*get_pitch_shift)(struct snd_emux *emu); member
/Linux-v6.6/sound/synth/emux/
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()