diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-07-09 19:59:24 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-07-09 19:59:24 +0200 |
commit | db4d63597b22b63eb73b5c0558476652ed4988bb (patch) | |
tree | 839d67c2dd32064f1047f788f70860cf3036e691 /Shared-Interface | |
parent | 3d5816a07c22dd6c655a60000fb0f175d613e484 (diff) |
initial version of HAL (registration + getctls)
Work in progress
Diffstat (limited to 'Shared-Interface')
-rw-r--r-- | Shared-Interface/audio-interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Shared-Interface/audio-interface.h b/Shared-Interface/audio-interface.h index 4fbda4b..8cbea6f 100644 --- a/Shared-Interface/audio-interface.h +++ b/Shared-Interface/audio-interface.h @@ -58,6 +58,7 @@ typedef enum { // HighLevel Audio Control List Master_Playback_Volume, Master_OnOff_Switch, + Master_Playback_Ramp, PCM_Playback_Volume, PCM_Playback_Switch, Capture_Volume, @@ -65,6 +66,7 @@ typedef enum { EndHalCrlTag // used to compute number of ctls } halCtlsEnumT; + PUBLIC int cbCheckResponse(struct afb_req request, int iserror, struct json_object *result) ; PUBLIC void pingtest(struct afb_req request); |