mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-17 22:05:34 -05:00
make suspend state of monitor source follow the suspend state of the sink it belongs to
This commit is contained in:
parent
bffa8be8cd
commit
ecbc320a4c
3 changed files with 23 additions and 0 deletions
|
|
@ -212,6 +212,8 @@ void pa_source_attach(pa_source *s);
|
|||
|
||||
void pa_source_set_soft_volume(pa_source *s, const pa_cvolume *volume);
|
||||
|
||||
int pa_source_sync_suspend(pa_source *s);
|
||||
|
||||
/*** May be called by everyone, from main context */
|
||||
|
||||
/* The returned value is supposed to be in the time domain of the sound card! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue