diff options
author | XANTRONIX Development | 2022-03-15 18:47:08 -0400 |
---|---|---|
committer | XANTRONIX Development | 2022-03-15 18:47:08 -0400 |
commit | ed12dddb60fe4b7a4d16274dd5fc3d12a1f5ebf0 (patch) | |
tree | fb89ca2d5b2fd5a621c1b165a7b7235021904d8d /include/xas | |
parent | 7f4b113f8dd3b42016a4c9b9efa3ea3b2ea3fce9 (diff) | |
download | xas-ed12dddb60fe4b7a4d16274dd5fc3d12a1f5ebf0.tar.gz xas-ed12dddb60fe4b7a4d16274dd5fc3d12a1f5ebf0.tar.bz2 xas-ed12dddb60fe4b7a4d16274dd5fc3d12a1f5ebf0.zip |
Add xas_object call table to mixer
Diffstat (limited to 'include/xas')
-rw-r--r-- | include/xas/mixer.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |