aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda/Makefile
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2019-07-29 10:51:48 -0500
committerTakashi Iwai <tiwai@suse.de>2019-07-31 15:45:59 +0200
commit303681f4356d322232dd5f6d9eb4bc62666064c5 (patch)
tree3637866e16c7c3e35cf68c02a179ee7db9be9c12 /sound/hda/Makefile
parentASoC: Intel: Skylake: move NHLT header to common directory (diff)
downloadlinux-dev-303681f4356d322232dd5f6d9eb4bc62666064c5.tar.xz
linux-dev-303681f4356d322232dd5f6d9eb4bc62666064c5.zip
ALSA: hda: move parts of NHLT code to new module
Move parts of the code outside of the Skylake driver to help detect the presence of DMICs (which are not supported by the HDaudio legacy driver). No functionality change (except for the removal of useless OR operations), only indentation and checkpatch fixes, making sure that the code compiles without ACPI and fixing an ACPI leak Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda/Makefile')
-rw-r--r--sound/hda/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/hda/Makefile b/sound/hda/Makefile
index 2160202e2dc1..8560f6ef1b19 100644
--- a/sound/hda/Makefile
+++ b/sound/hda/Makefile
@@ -13,3 +13,6 @@ obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
#extended hda
obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/
+
+snd-intel-nhlt-objs := intel-nhlt.o
+obj-$(CONFIG_SND_INTEL_NHLT) += snd-intel-nhlt.o