diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-13 21:37:31 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-13 21:37:31 +0100 |
commit | 25f7aa561cf07f9d46bc77a0733fe3bc350dea5e (patch) | |
tree | adf31dc656b8333b7523f1d7a717c609e6662691 /AlsaSound/CoreBinding/AlsaLibMapping.h | |
parent | 8ef9db3b950467f42263cb325b851375922a054b (diff) |
Work In Progress, added setctls. Only work only for http://localhost:1234/api/alsacore/getctls?devid=hw:0&numids=1,2,2014
Diffstat (limited to 'AlsaSound/CoreBinding/AlsaLibMapping.h')
-rw-r--r-- | AlsaSound/CoreBinding/AlsaLibMapping.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/AlsaSound/CoreBinding/AlsaLibMapping.h b/AlsaSound/CoreBinding/AlsaLibMapping.h index 90a6bfa..a6edd1d 100644 --- a/AlsaSound/CoreBinding/AlsaLibMapping.h +++ b/AlsaSound/CoreBinding/AlsaLibMapping.h @@ -25,9 +25,8 @@ extern const struct afb_binding_interface *afbIface; // import from AlsaAfbMapping -PUBLIC int alsaLibInit (struct afb_service service); PUBLIC void alsaGetInfo (struct afb_req request); -PUBLIC void alsaGetCtl(struct afb_req request); +PUBLIC void alsaGetCtls(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); |