From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: "Shaik, ShahinaX" Date: Mon, 5 Feb 2018 20:12:17 +0530 Subject: [PATCH] ASoC: Intel: Skylake: Update gain interface structure This patch updates gain structure alignment as per firmware interface requirement. Change-Id: I67d509ec8aaff2f9f02d1ad830f03dca7fa50465 Signed-off-by: Shaik, ShahinaX Reviewed-on: Reviewed-by: Shaik, Kareem M Reviewed-by: Kesapragada, Pardha Saradhi Reviewed-by: Kp, Jeeja Reviewed-by: Kale, Sanyog R Reviewed-by: Singh, Guneshwor O Reviewed-by: Prusty, Subhransu S Tested-by: Madiwalar, MadiwalappaX --- include/uapi/sound/skl-tplg-interface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/sound/skl-tplg-interface.h b/include/uapi/sound/skl-tplg-interface.h index 5e284a4b6ce0..7fbd306fca68 100644 --- a/include/uapi/sound/skl-tplg-interface.h +++ b/include/uapi/sound/skl-tplg-interface.h @@ -201,6 +201,7 @@ struct skl_gain_config { u32 channel_id; u32 target_volume; u32 ramp_type; + u32 reserved; u64 ramp_duration; } __packed; -- https://clearlinux.org