[PATCH 0/5] AMD SoundWire machine driver code refactor

From: Vijendar Mukunda
Date: Fri Sep 13 2024 - 05:07:09 EST


This patch series moves common Soundwire endpoint parsing and dai
creation logic to common placeholder from Intel generic SoundWire
machine driver code to make it generic. AMD SoundWire machine driver
code is refactored to use these functions for SoundWire endpoint
parsing and dai creation logic.

Link: https://github.com/thesofproject/linux/pull/5171
Reviewed-by: Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx>

Vijendar Mukunda (5):
ASoC: intel: sof_sdw: rename soundwire endpoint and dailink structures
ASoC: intel: sof_sdw: rename soundwire parsing helper functions
ASoC: sdw_util/intel: move soundwire endpoint and dai link structures
ASoC: sdw_utils/intel: move soundwire endpoint parsing helper
functions
ASoC: amd: acp: refactor SoundWire machine driver code

include/sound/soc_sdw_utils.h | 31 ++
sound/soc/amd/acp/acp-sdw-sof-mach.c | 540 ++++++++-------------------
sound/soc/intel/boards/sof_sdw.c | 195 +---------
sound/soc/sdw_utils/soc_sdw_utils.c | 161 ++++++++
4 files changed, 354 insertions(+), 573 deletions(-)

--
2.34.1