summaryrefslogtreecommitdiffstats
path: root/libao2/audio_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/audio_out.h')
-rw-r--r--libao2/audio_out.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libao2/audio_out.h b/libao2/audio_out.h
index 5a9d52def3..955376d460 100644
--- a/libao2/audio_out.h
+++ b/libao2/audio_out.h
@@ -35,6 +35,9 @@ enum aocontrol {
// If there's only one volume, SET should use average of left/right.
AOCONTROL_GET_VOLUME,
AOCONTROL_SET_VOLUME,
+ // _MUTE commands take a pointer to bool
+ AOCONTROL_GET_MUTE,
+ AOCONTROL_SET_MUTE,
};
#define AOPLAY_FINAL_CHUNK 1