From 8ef9db3b950467f42263cb325b851375922a054b Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Mon, 13 Mar 2017 09:46:40 +0100 Subject: Moved everything to lowlevel API (compile but not tested) --- AlsaSound/CoreBinding/AlsaLibMapping.h | 1 + 1 file changed, 1 insertion(+) (limited to 'AlsaSound/CoreBinding/AlsaLibMapping.h') diff --git a/AlsaSound/CoreBinding/AlsaLibMapping.h b/AlsaSound/CoreBinding/AlsaLibMapping.h index fb1d39a..90a6bfa 100644 --- a/AlsaSound/CoreBinding/AlsaLibMapping.h +++ b/AlsaSound/CoreBinding/AlsaLibMapping.h @@ -28,6 +28,7 @@ extern const struct afb_binding_interface *afbIface; PUBLIC int alsaLibInit (struct afb_service service); PUBLIC void alsaGetInfo (struct afb_req request); PUBLIC void alsaGetCtl(struct afb_req request); +PUBLIC void alsaSetCtrl(struct afb_req request); PUBLIC void alsaSubcribe (struct afb_req request); PUBLIC void alsaGetCardId (struct afb_req request); PUBLIC void alsaRegisterHal (struct afb_req request); -- cgit 1.2.3-korg