diff options
Diffstat (limited to 'include/uapi/sound/skl-tplg-interface.h')
-rw-r--r-- | include/uapi/sound/skl-tplg-interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/skl-tplg-interface.h b/include/uapi/sound/skl-tplg-interface.h index a93c0decfdd5..f29899b179a6 100644 --- a/include/uapi/sound/skl-tplg-interface.h +++ b/include/uapi/sound/skl-tplg-interface.h @@ -151,7 +151,7 @@ struct skl_dfw_algo_data { __u32 rsvd:30; __u32 param_id; __u32 max; - char params[0]; + char params[]; } __packed; enum skl_tkn_dir { |