Commit 75c7cb29 authored by Darryl Rodden's avatar Darryl Rodden Committed by Dridi Boukelmoune

Change data array definition to use VSL_WORDS

parent 48681cc8
......@@ -93,7 +93,7 @@ struct synth {
VTAILQ_ENTRY(synth) list;
size_t offset;
uint32_t data[VSL_OVERHEAD + 64 / sizeof (uint32_t)];
uint32_t data[VSL_OVERHEAD + VSL_WORDS(64)];
};
VTAILQ_HEAD(synthhead, synth);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment