]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: intel/sdw-utils: move soundwire machine driver soc ops
authorVijendar Mukunda <Vijendar.Mukunda@amd.com>
Thu, 1 Aug 2024 09:14:22 +0000 (14:44 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 1 Aug 2024 11:43:57 +0000 (12:43 +0100)
commitd39388e6555cb805beb985a7ece1c771c611037c
tree0db5f0e9198501a303f36c01d2b865dd9d4dc33f
parentb1f7cbf0d5746ba270bc090f6f85a4b176410854
ASoC: intel/sdw-utils: move soundwire machine driver soc ops

Move Intel SoundWire generic machine driver soc ops to common place
so that it can be used by other platform machine driver.

Link: https://github.com/thesofproject/linux/pull/5068
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://patch.msgid.link/20240801091446.10457-8-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc_sdw_utils.h [new file with mode: 0644]
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/intel/boards/Kconfig
sound/soc/intel/boards/sof_sdw.c
sound/soc/intel/boards/sof_sdw_common.h
sound/soc/sdw_utils/Kconfig [new file with mode: 0644]
sound/soc/sdw_utils/Makefile [new file with mode: 0644]
sound/soc/sdw_utils/soc_sdw_utils.c [new file with mode: 0644]