Searched refs:hw_ptr_base (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_lib.c199 new_hw_ptr = runtime->hw_ptr_base + pos;
215 runtime->hw_ptr_base += runtime->buffer_size;
216 if (runtime->hw_ptr_base == runtime->boundary)
217 runtime->hw_ptr_base = 0;
218 new_hw_ptr = runtime->hw_ptr_base + pos;
245 new_hw_ptr = runtime->hw_ptr_base + pos;
259 runtime->hw_ptr_base += runtime->buffer_size;
260 if (runtime->hw_ptr_base == runtime->boundary)
261 runtime->hw_ptr_base = 0;
262 new_hw_ptr = runtime->hw_ptr_base
[all...]
H A Dpcm_native.c1269 runtime->hw_ptr_base = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm.h265 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ member in struct:snd_pcm_runtime

Completed in 109 milliseconds