diff options
author | Brent Lu <brent.lu@intel.com> | 2023-10-12 22:08:22 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-12 22:28:01 +0300 |
commit | 7368ae921b1c717bc1a208182995a3804da9f337 (patch) | |
tree | a7c446ee6b8468bfdfa60cb2a7ffb18c7343ea13 /sound/soc/intel/boards/Makefile | |
parent | edb3fea37f37218010002a5b42daf1a6402f8d90 (diff) | |
download | linux-7368ae921b1c717bc1a208182995a3804da9f337.tar.xz |
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>
Diffstat (limited to 'sound/soc/intel/boards/Makefile')
-rw-r--r-- | sound/soc/intel/boards/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile index ae78e4aa69fc..943bf8b80e01 100644 --- a/sound/soc/intel/boards/Makefile +++ b/sound/soc/intel/boards/Makefile @@ -102,3 +102,6 @@ obj-$(CONFIG_SND_SOC_INTEL_SOF_NUVOTON_COMMON) += snd-soc-intel-sof-nuvoton-comm snd-soc-intel-sof-ssp-common-objs += sof_ssp_common.o obj-$(CONFIG_SND_SOC_INTEL_SOF_SSP_COMMON) += snd-soc-intel-sof-ssp-common.o + +snd-soc-intel-sof-board-helpers-objs += sof_board_helpers.o +obj-$(CONFIG_SND_SOC_INTEL_SOF_BOARD_HELPERS) += snd-soc-intel-sof-board-helpers.o |