summaryrefslogtreecommitdiffstats
path: root/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixer.h')
-rw-r--r--mixer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mixer.h b/mixer.h
index c1903750f1..efeb62856f 100644
--- a/mixer.h
+++ b/mixer.h
@@ -31,6 +31,8 @@ typedef struct mixer {
bool softvol;
float softvol_max;
bool muted;
+ bool muted_by_us;
+ bool muted_using_volume;
float vol_l, vol_r;
/* Contains ao driver name or "softvol" if volume is not persistent
* and needs to be restored after the driver is reinitialized. */