aboutsummaryrefslogtreecommitdiffstats
path: root/Shared-Interface/audio-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Shared-Interface/audio-interface.h')
-rw-r--r--Shared-Interface/audio-interface.h2
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);