Home
last modified time | relevance | path

Searched refs:hw_ptr_interrupt (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/core/
Dpcm_lib.c338 delta = runtime->hw_ptr_interrupt + runtime->period_size; in snd_pcm_update_hw_ptr0()
466 delta = new_hw_ptr - runtime->hw_ptr_interrupt; in snd_pcm_update_hw_ptr0()
470 runtime->hw_ptr_interrupt += delta; in snd_pcm_update_hw_ptr0()
471 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()
472 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
Dpcm_native.c1477 runtime->hw_ptr_interrupt = runtime->status->hw_ptr - in snd_pcm_do_reset()
/linux-4.4.14/include/sound/
Dpcm.h348 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */ member
/linux-4.4.14/sound/pci/emu10k1/
Demupcm.c747 period_pos = runtime->status->hw_ptr - runtime->hw_ptr_interrupt; in snd_emu10k1_playback_mangle_extra()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c640 return runtime->hw_ptr_interrupt; in get_hw_ptr_period()