From 1065a98987848cd89a116c440ed476c96488ec1d Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Fri, 29 Jun 2018 12:11:48 +0200 Subject: Update version of app-controller-submodule submodule. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- app-controller-submodule | 2 +- plugins/alsa/alsa-softmixer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-controller-submodule b/app-controller-submodule index 690bdee..0f3063b 160000 --- a/app-controller-submodule +++ b/app-controller-submodule @@ -1 +1 @@ -Subproject commit 690bdeee06f414fa149f5a9b62de7b215c3a80cd +Subproject commit 0f3063b70fc10311323fec6d4493a5316e51d439 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 +//#include #include #include #include -- cgit 1.2.3-korg