]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: Intel: board_helpers: new module for common functions
authorBrent Lu <brent.lu@intel.com>
Thu, 12 Oct 2023 19:08:22 +0000 (15:08 -0400)
committerMark Brown <broonie@kernel.org>
Thu, 12 Oct 2023 19:28:01 +0000 (20:28 +0100)
commit7368ae921b1c717bc1a208182995a3804da9f337
treea7c446ee6b8468bfdfa60cb2a7ffb18c7343ea13
parentedb3fea37f37218010002a5b42daf1a6402f8d90
ASoC: Intel: board_helpers: new module for common functions

Create a new module to host common functions for machine drivers. This
patch supports Intel HDMI DAI link initialization.

Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Brent Lu <brent.lu@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20231012190826.142619-20-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/Kconfig
sound/soc/intel/boards/Makefile
sound/soc/intel/boards/sof_board_helpers.c [new file with mode: 0644]
sound/soc/intel/boards/sof_board_helpers.h [new file with mode: 0644]