From ed12dddb60fe4b7a4d16274dd5fc3d12a1f5ebf0 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 15 Mar 2022 18:47:08 -0400 Subject: Add xas_object call table to mixer --- include/xas/mixer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/xas') diff --git a/include/xas/mixer.h b/include/xas/mixer.h index 79d6ffb..3cf8067 100644 --- a/include/xas/mixer.h +++ b/include/xas/mixer.h @@ -21,6 +21,7 @@ typedef struct _xas_mixer_input { } xas_mixer_input; typedef struct _xas_mixer { + xas_object obj; xas_mixer_input *inputs, *last; -- cgit v1.2.3