Searched refs:hw_ptr_interrupt (Results 1 – 6 of 6) sorted by relevance
307 delta = runtime->hw_ptr_interrupt + runtime->period_size; in snd_pcm_update_hw_ptr0()435 delta = new_hw_ptr - runtime->hw_ptr_interrupt; in snd_pcm_update_hw_ptr0()439 runtime->hw_ptr_interrupt += delta; in snd_pcm_update_hw_ptr0()440 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()441 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
1640 runtime->hw_ptr_interrupt = runtime->status->hw_ptr - in snd_pcm_do_reset()
350 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */ member
740 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()
1548 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time*/