summaryrefslogtreecommitdiffstats
path: root/include/xas
diff options
context:
space:
mode:
authorXANTRONIX Development2022-03-16 00:22:30 -0400
committerXANTRONIX Development2022-03-16 00:22:30 -0400
commitf3cb4dbdc5c8aab3f514915d32e3496ef2117939 (patch)
tree18de4fa16cd33340966235f73f70a6fcaa93d87a /include/xas
parentcd1f89fade802c48c92680f1ddbadfbd0d04017d (diff)
downloadxas-f3cb4dbdc5c8aab3f514915d32e3496ef2117939.tar.gz
xas-f3cb4dbdc5c8aab3f514915d32e3496ef2117939.tar.bz2
xas-f3cb4dbdc5c8aab3f514915d32e3496ef2117939.zip
fix typo
Diffstat (limited to 'include/xas')
-rw-r--r--include/xas/object.h2
1 files changed, 1 insertions, 1 deletions
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);