aboutsummaryrefslogtreecommitdiffstats
path: root/src/soundmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soundmanager.h')
-rw-r--r--src/soundmanager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/soundmanager.h b/src/soundmanager.h
index d34522f..e9e65ea 100644
--- a/src/soundmanager.h
+++ b/src/soundmanager.h
@@ -315,8 +315,6 @@ void subscribe(struct afb_req request);
*/
void unsubscribe(struct afb_req request);
-#ifdef ENABLE_AGL_AHL
-
/**
* Application High Level API for AGL
* This function opens "stream".
@@ -377,8 +375,6 @@ void setStreamState(struct afb_req req);
********** Event list from Sound Manager **********
*/
-#endif
-
/*
********** Application Framework Imprement **********
@@ -388,7 +384,6 @@ void setStreamState(struct afb_req req);
* array of the verbs exported to afb-daemon
*/
const struct afb_verb_v2 binding_verbs[]= {
-#ifdef ENABLE_AGL_AHL
// High Level API of AGL
{ .verb = "stream_open", .callback = streamOpen, .auth = NULL,
.info = "Open stream." , .session = AFB_SESSION_NONE},
@@ -396,7 +391,6 @@ const struct afb_verb_v2 binding_verbs[]= {
.info = "Close stream" , .session = AFB_SESSION_NONE},
{ .verb = "set_stream_state", .callback = setStreamState, .auth = NULL,
.info = "Set stream state" , .session = AFB_SESSION_NONE},
-#endif
// Adaption API of Audio Manager
{ .verb = "connect", .callback = connect, .auth = NULL,
.info = "Connect source id and sink id" , .session = AFB_SESSION_NONE},