mbox series

[0/5] AMD SoundWire machine driver code refactor

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

Message

Mukunda,Vijendar 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(-)

Comments

Mark Brown Sept. 13, 2024, 4:54 p.m. UTC | #1
On Fri, 13 Sep 2024 14:36:26 +0530, Vijendar Mukunda wrote:
> 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>
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/5] ASoC: intel: sof_sdw: rename soundwire endpoint and dailink structures
      commit: f5c05fd7e9d20a3a8f3401b467fec2d24f49ea5a
[2/5] ASoC: intel: sof_sdw: rename soundwire parsing helper functions
      commit: 23f020bd607b7aec5f301699227ed196430fbc40
[3/5] ASoC: sdw_util/intel: move soundwire endpoint and dai link structures
      commit: 7860df5b29945cfab40dd667f576af31401d7c43
[4/5] ASoC: sdw_utils/intel: move soundwire endpoint parsing helper functions
      commit: 13b24f84782d6c0373f62eb645353883d94d1dcd
[5/5] ASoC: amd: acp: refactor SoundWire machine driver code
      commit: 6d8348ddc56ed43ba39d1e8adda13299201f32ed

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark