aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2018-06-29 12:11:48 +0200
committerLoïc Collignon <loic.collignon@iot.bzh>2018-06-29 12:11:48 +0200
commit1065a98987848cd89a116c440ed476c96488ec1d (patch)
tree9ea82775c34824b1be20dafa7f2f70e2fbd6f8d2
parent731c21e80ba45339b7dd9b8eae63accd3597d281 (diff)
Update version of app-controller-submodule submodule.
Changes of app-controller-submodule: (0f3063b - Romain Forlot) Be able to dispatch required api at the wanted time (1ff524b - Romain Forlot) Change LUA package path at LUA interpreter load (738ae54 - Romain Forlot) Don't load two times a plugin even for LUA (c04f029 - Sebastien Douheret) Fixed hidden bound variable (apiHandle) (cfe3919 - Sebastien Douheret) Fixed null value when push Lua arguments (69c0585 - José Bollo) Adjust to compile with incoming bindings v3 (d7e260c - José Bollo) Remove declaration to not existing functions (8ac6625 - Romain Forlot) Add 2 lua utilities function (d3504bb - Jonathan Aillet) Update README.md for new metadata keys. Change-Id: I794ed0ca3a054e7baf11769207007ef733854474 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
m---------app-controller-submodule0
-rw-r--r--plugins/alsa/alsa-softmixer.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/app-controller-submodule b/app-controller-submodule
-Subproject 690bdeee06f414fa149f5a9b62de7b215c3a80c
+Subproject 0f3063b70fc10311323fec6d4493a5316e51d43
diff --git a/plugins/alsa/alsa-softmixer.h b/plugins/alsa/alsa-softmixer.h
index 26c864c..481188b 100644
--- a/plugins/alsa/alsa-softmixer.h
+++ b/plugins/alsa/alsa-softmixer.h
@@ -21,7 +21,7 @@
#ifndef _ALSA_SOFTMIXER_
#define _ALSA_SOFTMIXER_
-#include <afb/afb-binding.h>
+//#include <afb/afb-binding.h>
#include <json-c/json_object.h>
#include <stdlib.h>
#include <stdio.h>