From 2ee58918f97cad4158dc2e6c450b66d591ccf6f9 Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Mon, 18 May 2020 20:38:56 +0530 Subject: sound: fix the snd_dec_alac structure Update of header to latest version bought wrong update for struct snd_dec_alac so fix it to correct version Fixes: b1a8b075f134 ("sound: update header to v0.2.0") Signed-off-by: Vinod Koul --- include/sound/compress_params.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/sound/compress_params.h b/include/sound/compress_params.h index 7a399dc..6844b97 100644 --- a/include/sound/compress_params.h +++ b/include/sound/compress_params.h @@ -225,9 +225,9 @@ struct snd_dec_wma { struct snd_dec_alac { __u32 frame_length; - __u16 compatible_version; - __u16 max_run; - __u32 max_frame_bytes; + __u8 compatible_version; + __u8 pb; + __u8 mb; __u8 kb; __u32 max_run; __u32 max_frame_bytes; -- cgit v1.2.3