apitch 182 include/sound/emux_synth.h int apitch; /* pitch offset */ apitch 338 sound/isa/sb/emu8000_callback.c EMU8000_IP_WRITE(hw, vp->ch, vp->apitch); apitch 187 sound/pci/emu10k1/emu10k1_callback.c snd_emu10k1_ptr_write(hw, IP, vp->ch, vp->apitch); apitch 356 sound/pci/emu10k1/emu10k1_callback.c snd_emu10k1_ptr_write(hw, IP, vp->ch, vp->apitch); apitch 442 sound/pci/emu10k1/emu10k1_callback.c if (vp->apitch < 0xe400) apitch 445 sound/pci/emu10k1/emu10k1_callback.c unsigned int shift = (vp->apitch - 0xe000) >> 10; apitch 478 sound/pci/emu10k1/emu10k1_callback.c ptarget = IP_TO_CP(vp->apitch); apitch 77 sound/synth/emux/emux_proc.c vp->avol, vp->acutoff, vp->apitch); apitch 561 sound/synth/emux/emux_synth.c vp->apitch = -1; apitch 572 sound/synth/emux/emux_synth.c pitch = (HI_BYTE(parm->pefe) << 4) + vp->apitch; apitch 582 sound/synth/emux/emux_synth.c pitch = vp->apitch; apitch 850 sound/synth/emux/emux_synth.c if (offset == vp->apitch) apitch 852 sound/synth/emux/emux_synth.c vp->apitch = offset;