diff options
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); |