Skip to content

memblockq: Drop check for chunk index alignment, require aligned length

There is no requirement for chunk index to be aligned, we only need chunk length to be multiple of sample frame size.

Fixes: 6434853b ("memblockq: Do not allow non-frame indices in the memblock queue") Fixes: 22827a5e ("protocol-native: Fail if trying to push unaligned memblock into queue")

Merge request reports