diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-13 09:46:40 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-13 09:46:40 +0100 |
commit | 8ef9db3b950467f42263cb325b851375922a054b (patch) | |
tree | 8b812d1760af4c60ae930a61e4397f85b4af025e /AlsaSound/CoreBinding/AlsaLibMapping.h | |
parent | 521281617cec5d89725c4844eac68b5a772fab57 (diff) |
Moved everything to lowlevel API (compile but not tested)
Diffstat (limited to 'AlsaSound/CoreBinding/AlsaLibMapping.h')
-rw-r--r-- | AlsaSound/CoreBinding/AlsaLibMapping.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |