Home
last modified time | relevance | path

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

/Linux-v4.19/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.c317 hw_base = runtime->hw_ptr_base; in snd_pcm_update_hw_ptr0()
458 runtime->hw_ptr_base = hw_base; in snd_pcm_update_hw_ptr0()
Dpcm_native.c1626 runtime->hw_ptr_base = 0; in snd_pcm_do_reset()
/Linux-v4.19/include/sound/
Dpcm.h358 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ member
/Linux-v4.19/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1560 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */