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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/output_internal.h b/src/output_internal.h
index d3f65008..0fae6f30 100644
--- a/src/output_internal.h
+++ b/src/output_internal.h
@@ -41,6 +41,11 @@ struct audio_output {
void *data;
/**
+ * Has the user enabled this device?
+ */
+ bool enabled;
+
+ /**
* Is the device (already) open and functional?
*/
bool open;