From f3cb4dbdc5c8aab3f514915d32e3496ef2117939 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Wed, 16 Mar 2022 00:22:30 -0400 Subject: fix typo --- include/xas/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xas/object.h b/include/xas/object.h index 4392892..91287f5 100644 --- a/include/xas/object.h +++ b/include/xas/object.h @@ -13,7 +13,7 @@ typedef int (*xas_object_set_gain_callback)(xas_object *object, float gain); typedef int (*xas_object_set_freq_callback)(xas_object *object, size_t freq); -typedef int (*xas_object_set_bank_callback)(xas_object *object, size_t gain); +typedef int (*xas_object_set_bank_callback)(xas_object *object, size_t bank); typedef xas_audio_stream *(*xas_object_stream_new_callback)(xas_object *object); -- cgit v1.2.3