mbox series

[0/5] AMD SoundWire machine driver code refactor

Message ID 20240913090631.1834543-1-Vijendar.Mukunda@amd.com
Headers show
Series AMD SoundWire machine driver code refactor | expand

Message

Vijendar Mukunda Sept. 13, 2024, 9:06 a.m. UTC
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@linux.intel.com>

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(-)