From: Vinod Koul Date: Mon, 18 May 2020 15:08:56 +0000 (+0530) Subject: sound: fix the snd_dec_alac structure X-Git-Tag: v1.2.3~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2ee58918f97cad4158dc2e6c450b66d591ccf6f9;p=tinycompress.git 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 --- 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;