diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-29 12:11:48 +0200 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-29 12:11:48 +0200 |
commit | 1065a98987848cd89a116c440ed476c96488ec1d (patch) | |
tree | 9ea82775c34824b1be20dafa7f2f70e2fbd6f8d2 /plugins/alsa/alsa-softmixer.h | |
parent | 731c21e80ba45339b7dd9b8eae63accd3597d281 (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>
Diffstat (limited to 'plugins/alsa/alsa-softmixer.h')
-rw-r--r-- | plugins/alsa/alsa-softmixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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> |