]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: intel/sdw_utils: move cirrus soundwire codec helper functions
authorVijendar Mukunda <Vijendar.Mukunda@amd.com>
Thu, 1 Aug 2024 09:14:34 +0000 (14:44 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 1 Aug 2024 11:44:08 +0000 (12:44 +0100)
commit5fa46627d5118bf58b80df45489f49e1e316473a
treebec9bb179b0e81e129a5a9ee3f0f3a75f0008e4f
parentccc96ae2814a7faad591af68bd0115e4d2b256b4
ASoC: intel/sdw_utils: move cirrus soundwire codec helper functions

To make it generic, move Cirrus Soundwire codec helper functions to
common place holder 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-20-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc_sdw_utils.h
sound/soc/intel/boards/Makefile
sound/soc/intel/boards/sof_sdw_common.h
sound/soc/sdw_utils/Makefile
sound/soc/sdw_utils/soc_sdw_bridge_cs35l56.c [moved from sound/soc/intel/boards/bridge_cs35l56.c with 73% similarity]
sound/soc/sdw_utils/soc_sdw_cs42l42.c [moved from sound/soc/intel/boards/sof_sdw_cs42l42.c with 88% similarity]
sound/soc/sdw_utils/soc_sdw_cs42l43.c [moved from sound/soc/intel/boards/sof_sdw_cs42l43.c with 85% similarity]
sound/soc/sdw_utils/soc_sdw_cs_amp.c [moved from sound/soc/intel/boards/sof_sdw_cs_amp.c with 80% similarity]