From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ramesh Babu Date: Fri, 9 Oct 2015 01:31:44 +0530 Subject: [PATCH] ASoC: Intel: Skylake: Increase the SSP count in debugFS Some of Broxton SKUs has 6 SSP ports, hence support them in debugFS. Change-Id: I0b8fdf9feed0a4484789f750134d7734e805e5bc Signed-off-by: Ramesh Babu Reviewed-on: Reviewed-on: Reviewed-by: Kale, Sanyog R Reviewed-by: Avati, Santosh Kumar Tested-by: Avati, Santosh Kumar --- sound/soc/intel/skylake/skl-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/skylake/skl-debug.c b/sound/soc/intel/skylake/skl-debug.c index 969179a18fc9..9dc435536eea 100644 --- a/sound/soc/intel/skylake/skl-debug.c +++ b/sound/soc/intel/skylake/skl-debug.c @@ -29,7 +29,7 @@ #define MOD_BUF (2 * PAGE_SIZE) #define FW_REG_BUF PAGE_SIZE #define FW_REG_SIZE 0x60 -#define MAX_SSP 4 +#define MAX_SSP 6 #define MAX_SZ 1025 #define IPC_MOD_LARGE_CONFIG_GET 3 #define IPC_MOD_LARGE_CONFIG_SET 4 -- https://clearlinux.org