Lines Matching refs:appl_ptr
672 snd_pcm_uframes_t appl_ptr, hw_ptr; in dmaengine_dlp_release() local
678 appl_ptr = READ_ONCE(runtime->control->appl_ptr); in dmaengine_dlp_release()
683 pref->hw_ptr = min(hw_ptr, appl_ptr); in dmaengine_dlp_release()
701 dlp_info("STOP-P: applptr: %lu, hwptr: %lu\n", appl_ptr, hw_ptr); in dmaengine_dlp_release()
705 dlp_info("STOP-C: applptr: %lu, hwptr: %lu\n", appl_ptr, hw_ptr); in dmaengine_dlp_release()
817 snd_pcm_uframes_t appl_ptr; in process_capture() local
823 appl_ptr = READ_ONCE(runtime->control->appl_ptr); in process_capture()
857 ofs = appl_ptr + pref->hw_ptr_delta; in process_capture()
871 appl_ptr, ofs, pref->hw_ptr, frames); in process_capture()
900 appl_ptr, ofs, frames); in process_capture()
908 dlp_info("applptr: %8lu, ofs: %8ld, frames: %lu\n", appl_ptr, ofs, frames); in process_capture()
918 appl_ptr += frames; in process_capture()