diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-03-30 22:08:53 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-03-30 22:08:53 +0200 |
commit | 86fb6219e8142781f629d72b4c5f74592e27af82 (patch) | |
tree | 30880082bbdf683a8f4bd55c7257d52127dc69ab /AlsaSound/CoreBinding/AlsaCoreBinding.h | |
parent | 36bea37e9781276e7162292ea6933a7f6404c5ee (diff) |
Added Alsa Set Control
Diffstat (limited to 'AlsaSound/CoreBinding/AlsaCoreBinding.h')
-rw-r--r-- | AlsaSound/CoreBinding/AlsaCoreBinding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AlsaSound/CoreBinding/AlsaCoreBinding.h b/AlsaSound/CoreBinding/AlsaCoreBinding.h index 0e5f84a..2852384 100644 --- a/AlsaSound/CoreBinding/AlsaCoreBinding.h +++ b/AlsaSound/CoreBinding/AlsaCoreBinding.h @@ -42,7 +42,7 @@ PUBLIC int alsaCheckQuery (struct afb_req request, queryValuesT *queryValues); // AlseCoreSetGet exports PUBLIC void alsaGetInfo (struct afb_req request); PUBLIC void alsaGetCtls(struct afb_req request); -PUBLIC void alsaSetCtrl(struct afb_req request); +PUBLIC void alsaSetCtls(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); |