Home
last modified time | relevance | path

Searched refs:hw_ptr_wrap (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/core/
Dpcm_lib.c255 audio_frames = runtime->hw_ptr_wrap + runtime->status->hw_ptr; in update_audio_tstamp()
479 runtime->hw_ptr_wrap += runtime->boundary; in snd_pcm_update_hw_ptr0()
1769 runtime->hw_ptr_wrap = 0; in snd_pcm_lib_ioctl_reset()
/linux-4.1.27/include/sound/
Dpcm.h353 u64 hw_ptr_wrap; /* offset for hw_ptr due to boundary wrap-around */ member