Searched refs:hw_ptr_interrupt (Results 1 – 7 of 7) sorted by relevance
318 delta = runtime->hw_ptr_interrupt + runtime->period_size; in snd_pcm_update_hw_ptr0()447 delta = new_hw_ptr - runtime->hw_ptr_interrupt; in snd_pcm_update_hw_ptr0()451 runtime->hw_ptr_interrupt += delta; in snd_pcm_update_hw_ptr0()452 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()453 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
1897 runtime->hw_ptr_interrupt = runtime->status->hw_ptr - in snd_pcm_do_reset()
688 if (runtime->hw_ptr_base != runtime->hw_ptr_interrupt) in azx_position_ok()696 target = runtime->hw_ptr_interrupt + runtime->period_size; in azx_position_ok()
357 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */ member
731 period_pos = runtime->status->hw_ptr - runtime->hw_ptr_interrupt; in snd_emu10k1_playback_mangle_extra()
614 return runtime->hw_ptr_interrupt; in get_hw_ptr_period()
1555 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time*/