Home
last modified time | relevance | path

Searched refs:hw_ptr_base (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/sound/core/
A Dpcm_trace.h24 __field( snd_pcm_uframes_t, hw_ptr_base )
36 __entry->hw_ptr_base = (substream)->runtime->hw_ptr_base;
45 (unsigned long)__entry->hw_ptr_base,
61 __field( snd_pcm_uframes_t, hw_ptr_base )
71 __entry->hw_ptr_base = (substream)->runtime->hw_ptr_base;
78 (unsigned long)__entry->hw_ptr_base,
A Dpcm_lib.c313 hw_base = runtime->hw_ptr_base; in snd_pcm_update_hw_ptr0()
455 runtime->hw_ptr_base = hw_base; in snd_pcm_update_hw_ptr0()
A Dpcm_native.c1902 runtime->hw_ptr_base = 0; in snd_pcm_do_reset()
/linux-6.3-rc2/sound/pci/hda/
A Dhda_intel.c692 if (runtime->hw_ptr_base != runtime->hw_ptr_interrupt) in azx_position_ok()
697 hwptr = runtime->hw_ptr_base + pos; in azx_position_ok()
/linux-6.3-rc2/include/sound/
A Dpcm.h356 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ member
/linux-6.3-rc2/sound/usb/
A Dpcm.c1495 avail = (runtime->control->appl_ptr - runtime->hw_ptr_base) in prepare_playback_urb()
/linux-6.3-rc2/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst1554 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */

Completed in 29 milliseconds