mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
aupdate: implicitly call _write_swap() if it wasn't called explicitly
This commit is contained in:
parent
8dd0d871a7
commit
01e4b61a91
2 changed files with 12 additions and 0 deletions
|
|
@ -93,6 +93,10 @@ unsigned pa_aupdate_write_swap(pa_aupdate *a);
|
|||
* pa_update_write_end(a)
|
||||
* }
|
||||
*
|
||||
* In some cases keeping both structures up-to-date might not be
|
||||
* necessary, since they are fully rebuilt on each iteration
|
||||
* anyway. In that case you may leave the _write_swap() call out, it
|
||||
* will then be done implicitly in the _write_end() invocation.
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue