From db4d63597b22b63eb73b5c0558476652ed4988bb Mon Sep 17 00:00:00 2001 From: fulup Date: Sun, 9 Jul 2017 19:59:24 +0200 Subject: initial version of HAL (registration + getctls) Work in progress --- Shared-Interface/audio-interface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Shared-Interface/audio-interface.h') 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); -- cgit 1.2.3-korg