diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-06-27 14:24:38 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-06-27 14:25:53 +0200 |
commit | 6c0d556e956eaf1f4eea734d7313d258dd75b878 (patch) | |
tree | 3308e313b6520ea4469ecce5fdc1dbd6850e1882 /Shared-Interface/audio-interface.h | |
parent | 0fe1ff36dcc75149481d8071a1806c5408f70acc (diff) |
Work in Progress
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, |