From 86056683a5bc4f8fd0b63aa665e05dda566791e1 Mon Sep 17 00:00:00 2001 From: Sugnan Prabhu S Date: Thu, 20 May 2021 10:57:37 +0530 Subject: [PATCH] soc/intel/alderlake: Update soundwire master count This patch includes changes to update the soundwire master count. Change-Id: Iffaf90569c19fb5ca3ce4775cc6dc6f8093f7c52 Signed-off-by: Sugnan Prabhu S Reviewed-on: https://review.coreboot.org/c/coreboot/+/54719 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/soc/intel/alderlake/soundwire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/alderlake/soundwire.c b/src/soc/intel/alderlake/soundwire.c index 9899df36c2..c3ff05d2e3 100644 --- a/src/soc/intel/alderlake/soundwire.c +++ b/src/soc/intel/alderlake/soundwire.c @@ -37,7 +37,7 @@ static const struct soundwire_link link_xtal_24 = { static struct intel_soundwire_controller intel_controller = { .acpi_address = 0x40000000, .sdw = { - .master_list_count = 1 + .master_list_count = 4 } };