diff --git a/core/device.h b/core/device.h index bf995e5b..feb8f0b8 100644 --- a/core/device.h +++ b/core/device.h @@ -102,7 +102,7 @@ struct BFChannelConfig { struct MixParams { /* Coefficient channel mapping for mixing to the buffer. */ - std::array AmbiMap{}; + std::array AmbiMap{}; al::span Buffer; };