aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/soundwire.c
diff options
context:
space:
mode:
authorSugnan Prabhu S <sugnan.prabhu.s@intel.com>2021-05-20 10:57:37 +0530
committerFelix Held <felix-coreboot@felixheld.de>2021-05-26 16:08:20 +0000
commit86056683a5bc4f8fd0b63aa665e05dda566791e1 (patch)
tree9f92744577730837891961143c7fcea46ddd82c8 /src/soc/intel/alderlake/soundwire.c
parent3748170476327b45e1a5ea8ef4fef124c8a80de8 (diff)
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 <sugnan.prabhu.s@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54719 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/alderlake/soundwire.c')
-rw-r--r--src/soc/intel/alderlake/soundwire.c2
1 files changed, 1 insertions, 1 deletions
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
}
};