From 10c42e135b22bf323836100ede042ec47ddb22a1 Mon Sep 17 00:00:00 2001 From: fulup Date: Tue, 27 Jun 2017 18:21:20 +0200 Subject: Work in Progress --- Shared-Interface/audio-interface.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Shared-Interface') diff --git a/Shared-Interface/audio-interface.h b/Shared-Interface/audio-interface.h index ee681aa..4fbda4b 100644 --- a/Shared-Interface/audio-interface.h +++ b/Shared-Interface/audio-interface.h @@ -19,13 +19,17 @@ * http://www.tldp.org/HOWTO/Alsa-sound-6.html */ -#ifndef AUDIOCOMMON_H -#define AUDIOCOMMON_H +#ifndef AUDIO_INTERF_H +#define AUDIO_INTERF_H -#include #define AFB_BINDING_VERSION 2 + +#include #include +// Waiting for official macro from José +#define AFB_GET_VERBOSITY afb_get_verbosity_v2() + #ifndef PUBLIC #define PUBLIC #endif @@ -64,5 +68,5 @@ typedef enum { PUBLIC int cbCheckResponse(struct afb_req request, int iserror, struct json_object *result) ; PUBLIC void pingtest(struct afb_req request); -#endif /* AUDIOCOMMON_H */ +#endif /* AUDIO_INTERF_H */ -- cgit 1.2.3-korg