mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Enhanced - minimal sleep
This commit is contained in:
parent
689a743654
commit
4ee6606bab
1 changed files with 9 additions and 0 deletions
|
|
@ -292,6 +292,15 @@ The timestamp mode specifies, if timestamps are activated. Currently, only
|
||||||
\endlink modes are known. The mmap mode means that timestamp is taken
|
\endlink modes are known. The mmap mode means that timestamp is taken
|
||||||
on every period time boundary.
|
on every period time boundary.
|
||||||
|
|
||||||
|
\par Minimal sleep
|
||||||
|
|
||||||
|
This parameters means the minimum of ticks to sleep using a standalone
|
||||||
|
timer (usually the system timer). The tick resolution can be obtained
|
||||||
|
via the function \link ::snd_pcm_hw_params_get_tick_time \endlink. This
|
||||||
|
function can be used to fine-tune the transfer acknowledge process. It could
|
||||||
|
be useful especially when some hardware does not support small transfer
|
||||||
|
periods.
|
||||||
|
|
||||||
\par Transfer align
|
\par Transfer align
|
||||||
|
|
||||||
The read / write transfers can be aligned to this sample count. The modulo
|
The read / write transfers can be aligned to this sample count. The modulo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue