aboutsummaryrefslogtreecommitdiff
path: root/src/output_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output_internal.h')
-rw-r--r--src/output_internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/output_internal.h b/src/output_internal.h
index 2a438c62..06df9531 100644
--- a/src/output_internal.h
+++ b/src/output_internal.h
@@ -76,6 +76,12 @@ struct audio_output {
struct mixer *mixer;
/**
+ * Shall this output always play something (i.e. silence),
+ * even when playback is stopped?
+ */
+ bool always_on;
+
+ /**
* Has the user enabled this device?
*/
bool enabled;