diff options
Diffstat (limited to 'Shared-Interface/audio-interface.h')
-rw-r--r-- | Shared-Interface/audio-interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Shared-Interface/audio-interface.h b/Shared-Interface/audio-interface.h index 24fcfaa..ee681aa 100644 --- a/Shared-Interface/audio-interface.h +++ b/Shared-Interface/audio-interface.h @@ -23,7 +23,7 @@ #define AUDIOCOMMON_H #include <json-c/json.h> -#define AFB_BINDING_VERSION 1 +#define AFB_BINDING_VERSION 2 #include <afb/afb-binding.h> #ifndef PUBLIC @@ -53,6 +53,7 @@ typedef enum { // HighLevel Audio Control List Master_Playback_Volume, + Master_OnOff_Switch, PCM_Playback_Volume, PCM_Playback_Switch, Capture_Volume, |