aboutsummaryrefslogtreecommitdiffstats
path: root/alsa-binding/Alsa-ApiHat.h
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-binding/Alsa-ApiHat.h')
-rw-r--r--alsa-binding/Alsa-ApiHat.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/alsa-binding/Alsa-ApiHat.h b/alsa-binding/Alsa-ApiHat.h
index 7e7c349..eaef9c7 100644
--- a/alsa-binding/Alsa-ApiHat.h
+++ b/alsa-binding/Alsa-ApiHat.h
@@ -74,29 +74,29 @@ typedef struct {
// import from AlsaAfbBinding
extern const struct afb_binding_interface *afbIface;
-PUBLIC json_object *alsaCheckQuery (struct afb_req request, queryValuesT *queryValues);
+PUBLIC json_object *alsaCheckQuery (afb_req_t request, queryValuesT *queryValues);
// AlseCoreSetGet exports
PUBLIC int alsaGetSingleCtl (snd_ctl_t *ctlDev, snd_ctl_elem_id_t *elemId, ctlRequestT *ctlRequest, queryModeE queryMode);
-PUBLIC void alsaGetInfo (struct afb_req request);
-PUBLIC void alsaGetCtls(struct afb_req request);
-PUBLIC void alsaSetCtls(struct afb_req request);
+PUBLIC void alsaGetInfo (afb_req_t request);
+PUBLIC void alsaGetCtls(afb_req_t request);
+PUBLIC void alsaSetCtls(afb_req_t request);
// AlsaUseCase exports
-PUBLIC void alsaUseCaseQuery(struct afb_req request);
-PUBLIC void alsaUseCaseSet(struct afb_req request);
-PUBLIC void alsaUseCaseGet(struct afb_req request);
-PUBLIC void alsaUseCaseClose(struct afb_req request);
-PUBLIC void alsaUseCaseReset(struct afb_req request);
-PUBLIC void alsaAddCustomCtls(struct afb_req request);
+PUBLIC void alsaUseCaseQuery(afb_req_t request);
+PUBLIC void alsaUseCaseSet(afb_req_t request);
+PUBLIC void alsaUseCaseGet(afb_req_t request);
+PUBLIC void alsaUseCaseClose(afb_req_t request);
+PUBLIC void alsaUseCaseReset(afb_req_t request);
+PUBLIC void alsaAddCustomCtls(afb_req_t request);
// AlsaRegEvt
-PUBLIC void alsaEvtSubcribe (struct afb_req request);
-PUBLIC void alsaGetCardId (struct afb_req request);
-PUBLIC void alsaRegisterHal (struct afb_req request);
-PUBLIC void alsaActiveHal (struct afb_req request);
-PUBLIC void alsaPcmInfo (struct afb_req request);
+PUBLIC void alsaEvtSubcribe (afb_req_t request);
+PUBLIC void alsaGetCardId (afb_req_t request);
+PUBLIC void alsaRegisterHal (afb_req_t request);
+PUBLIC void alsaActiveHal (afb_req_t request);
+PUBLIC void alsaPcmInfo (afb_req_t request);
#endif /* ALSALIBMAPPING_H */