From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Shreyas NC Date: Wed, 15 Feb 2017 06:04:04 +0530 Subject: [PATCH] ASoC: Intel: Skylake: Fix library name length Topology framework allows a maximum string length of 44 bytes. So, fix the library name length to 44 bytes as well. Change-Id: I3df2bb5d6130bc96200565aa59757b9c8eb0119e Signed-off-by: Shreyas NC Reviewed-on: Reviewed-by: Kale, Sanyog R Reviewed-by: Singh, Guneshwor O Reviewed-by: Diwakar, Praveen Tested-by: Sm, Bhadur A --- sound/soc/intel/skylake/skl-sst-ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/skylake/skl-sst-ipc.h b/sound/soc/intel/skylake/skl-sst-ipc.h index 0cde541..6c037d2 100644 --- a/sound/soc/intel/skylake/skl-sst-ipc.h +++ b/sound/soc/intel/skylake/skl-sst-ipc.h @@ -72,7 +72,7 @@ struct skl_d0i3_data { struct delayed_work work; }; -#define SKL_LIB_NAME_LENGTH 128 +#define SKL_LIB_NAME_LENGTH 44 #define SKL_MAX_LIB 16 struct skl_lib_info { -- https://clearlinux.org