9 Mar
2022
9 Mar
'22
5:30 p.m.
On Wed, Mar 09, 2022 at 01:00:17PM +0000, Simon Trimmer wrote:
The compressed stream code has a bunch of structs that are used to represent DSP memory but have not been marked __packed. This isn't safe, they could get padded on a 64-bit build.
Signed-off-by: Simon Trimmer simont@opensource.cirrus.com
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles