From e29b770d8357c41e7e130710f8418259174e2142 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 15 May 2023 10:36:59 -0500 Subject: drivers/sof: Add support for max98373a using port SSP2 Some devices using the MAX98373a smart amp have the speakers connected to port SSP2 vs the default SSP1, so add a configuration item to be able to specify that. TEST=tested with rest of patch train Change-Id: I11d8011c54946aa72a83c73fa88456b4bb5d7d95 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/75231 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/drivers/sof/chip.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/drivers/sof/chip.h') diff --git a/src/drivers/sof/chip.h b/src/drivers/sof/chip.h index 5f7e8b8120..8d5b0f1893 100644 --- a/src/drivers/sof/chip.h +++ b/src/drivers/sof/chip.h @@ -8,7 +8,8 @@ /* Speaker topology */ enum _spkr_tplg { - max98373 = 1, + max98373 = 1, /* port SSP1 */ + max98373_ssp2, max98360a, max98357a, max98357a_tdm, -- cgit v1.2.3