diff options
Diffstat (limited to 'src/output_internal.h')
-rw-r--r-- | src/output_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/output_internal.h b/src/output_internal.h index d3f650086..0fae6f304 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; |