summaryrefslogtreecommitdiff
path: root/sound/soc/intel/boards/Makefile
diff options
context:
space:
mode:
authorBrent Lu <brent.lu@intel.com>2022-03-01 22:49:01 +0300
committerMark Brown <broonie@kernel.org>2022-03-02 16:43:42 +0300
commit709ec7bec6b34ee136fff4b1b5265baaae7319a3 (patch)
treea70692b60c6e82166f6110d176baccf949899185 /sound/soc/intel/boards/Makefile
parent024979b67b392569dde3f9294f9b66651d2c0a93 (diff)
downloadlinux-709ec7bec6b34ee136fff4b1b5265baaae7319a3.tar.xz
ASoC: Intel: cirrus-common: support cs35l41 amplifier
Implement cs35l41 support code in this common module so it could be shared between multiple SOF machine drivers. 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/20220301194903.60859-7-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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile
index b2966020e7ed..d0ef71b7af6e 100644
--- a/sound/soc/intel/boards/Makefile
+++ b/sound/soc/intel/boards/Makefile
@@ -91,3 +91,6 @@ obj-$(CONFIG_SND_SOC_INTEL_SOF_MAXIM_COMMON) += snd-soc-intel-sof-maxim-common.o
snd-soc-intel-sof-realtek-common-objs += sof_realtek_common.o
obj-$(CONFIG_SND_SOC_INTEL_SOF_REALTEK_COMMON) += snd-soc-intel-sof-realtek-common.o
+
+snd-soc-intel-sof-cirrus-common-objs += sof_cirrus_common.o
+obj-$(CONFIG_SND_SOC_INTEL_SOF_CIRRUS_COMMON) += snd-soc-intel-sof-cirrus-common.o