Searched refs:initial_pitch (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10k1.c707 u_int32_t pitch_target, initial_pitch; local
731 initial_pitch = emu_rate_to_pitch(v->speed) >> 8;
734 emu_wrptr(sc, v->vnum, EMU_CHAN_IP, initial_pitch);
H A Demu10kx.c1464 uint32_t pitch_target, initial_pitch; local
1487 initial_pitch = emu_rate_to_pitch(v->speed) >> 8;
1490 emu_wrptr(sc, v->vnum, EMU_CHAN_IP, initial_pitch);

Completed in 175 milliseconds