summaryrefslogtreecommitdiffstats
path: root/AlsaSound/CoreBinding/AlsaCoreBinding.h
diff options
context:
space:
mode:
authorfulup <fulup.arfoll@iot.bzh>2017-03-30 22:08:53 +0200
committerfulup <fulup.arfoll@iot.bzh>2017-03-30 22:08:53 +0200
commit86fb6219e8142781f629d72b4c5f74592e27af82 (patch)
tree30880082bbdf683a8f4bd55c7257d52127dc69ab /AlsaSound/CoreBinding/AlsaCoreBinding.h
parent36bea37e9781276e7162292ea6933a7f6404c5ee (diff)
Added Alsa Set Control
Diffstat (limited to 'AlsaSound/CoreBinding/AlsaCoreBinding.h')
-rw-r--r--AlsaSound/CoreBinding/AlsaCoreBinding.h2
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);