aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/intel/avs/boards/Makefile
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2022-05-11 18:23:53 +0200
committerMark Brown <broonie@kernel.org>2022-06-06 12:33:12 +0100
commit6575e5cae7525b07d0b5fbd7d42323363919a867 (patch)
tree1c3b7a3cf60135fe25f99a989e066bc7ecd7bf6d /sound/soc/intel/avs/boards/Makefile
parentASoC: Intel: avs: Add HDAudio machine board (diff)
downloadwireguard-linux-6575e5cae7525b07d0b5fbd7d42323363919a867.tar.xz
wireguard-linux-6575e5cae7525b07d0b5fbd7d42323363919a867.zip
ASoC: Intel: avs: Add DMIC machine board
Support AVS-DMIC configuration by implementing board connecting AVS platform component with DMIC codec one. Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20220511162403.3987658-5-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/avs/boards/Makefile')
-rw-r--r--sound/soc/intel/avs/boards/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/boards/Makefile b/sound/soc/intel/avs/boards/Makefile
index e5281148e5d4..2ff35d4d97d8 100644
--- a/sound/soc/intel/avs/boards/Makefile
+++ b/sound/soc/intel/avs/boards/Makefile
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
+snd-soc-avs-dmic-objs := dmic.o
snd-soc-avs-hdaudio-objs := hdaudio.o
+obj-$(CONFIG_SND_SOC_INTEL_AVS_MACH_DMIC) += snd-soc-avs-dmic.o
obj-$(CONFIG_SND_SOC_INTEL_AVS_MACH_HDAUDIO) += snd-soc-avs-hdaudio.o