pub fn speaker_tick()Expand description
Call this from the PIT timer interrupt (~10ms tick) to advance music playback.
The caller (timer ISR) must hold no locks that speaker_tick could contend.
pub fn speaker_tick()Call this from the PIT timer interrupt (~10ms tick) to advance music playback.
The caller (timer ISR) must hold no locks that speaker_tick could contend.