aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2020-05-18 20:38:56 +0530
committerJaroslav Kysela <perex@perex.cz>2020-06-05 18:05:58 +0200
commit2ee58918f97cad4158dc2e6c450b66d591ccf6f9 (patch)
tree9a6d454995b64e87adfbf5ed7761b3243829c6fa
parent1e3b1ac8e0c6bc60d283ca90e5dde3e2aada8256 (diff)
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 <vkoul@kernel.org>
-rw-r--r--include/sound/compress_params.h6
1 files 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;