mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-30 11:08:50 -05:00
when changing volume, store whether it is worth remembering or no
This commit is contained in:
parent
ee17772cea
commit
64b0543588
15 changed files with 70 additions and 41 deletions
|
|
@ -239,7 +239,7 @@ unsigned pa_source_check_suspend(pa_source *s); /* Returns how many streams are
|
|||
|
||||
/* Moves all inputs away, and stores them in pa_queue */
|
||||
pa_queue *pa_source_move_all_start(pa_source *s);
|
||||
void pa_source_move_all_finish(pa_source *s, pa_queue *q);
|
||||
void pa_source_move_all_finish(pa_source *s, pa_queue *q, pa_bool_t save);
|
||||
void pa_source_move_all_fail(pa_queue *q);
|
||||
|
||||
/*** To be called exclusively by the source driver, from IO context */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue