Home
last modified time | relevance | path

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

/Linux-v5.10/sound/core/
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,
Dpcm_lib.c312 hw_base = runtime->hw_ptr_base; in snd_pcm_update_hw_ptr0()
454 runtime->hw_ptr_base = hw_base; in snd_pcm_update_hw_ptr0()
Dpcm_native.c1811 runtime->hw_ptr_base = 0; in snd_pcm_do_reset()
/Linux-v5.10/include/sound/
Dpcm.h351 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ member
/Linux-v5.10/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1554 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */