summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-04 05:27:14 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-04 05:32:19 +0100
commitecbc320a4c219b40795e0462de6f37d610003c88 (patch)
treea7176e6295e85f5cd982408888c6d2a001e6b327 /src/pulsecore/source.h
parentbffa8be8cd208fbc4d3cd44c34be47e9e47b086f (diff)
make suspend state of monitor source follow the suspend state of the sink it belongs to
Diffstat (limited to 'src/pulsecore/source.h')
-rw-r--r--src/pulsecore/source.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
index 2aac25f1..26471de0 100644
--- a/src/pulsecore/source.h
+++ b/src/pulsecore/source.h
@@ -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! */