aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/intel/catpt/Makefile
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2020-09-29 16:12:47 +0200
committerMark Brown <broonie@kernel.org>2020-10-02 15:32:39 +0100
commit6cbfa11d2694b8a1e46d6834fb9705d5589e3ef1 (patch)
treef2da10e06da1860df4374dab6d27a8a91acc6b1c /sound/soc/intel/catpt/Makefile
parentASoC: Intel: bdw-5677: Remove haswell-solution specific code (diff)
downloadwireguard-linux-6cbfa11d2694b8a1e46d6834fb9705d5589e3ef1.tar.xz
wireguard-linux-6cbfa11d2694b8a1e46d6834fb9705d5589e3ef1.zip
ASoC: Intel: Select catpt and deprecate haswell
Prevent sound/soc/intel/haswell code compile and select catpt instead as a recommended solution. Userspace-exposed members are compatible with what is exposed by deprecated solution thus no harm is done. The only visible difference is the newly added 'Loopback Mute' kcontrol. Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20200929141247.8058-15-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/catpt/Makefile')
-rw-r--r--sound/soc/intel/catpt/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/intel/catpt/Makefile b/sound/soc/intel/catpt/Makefile
new file mode 100644
index 000000000000..c393a45795da
--- /dev/null
+++ b/sound/soc/intel/catpt/Makefile
@@ -0,0 +1,6 @@
+snd-soc-catpt-objs := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o
+
+# tell define_trace.h where to find the trace header
+CFLAGS_device.o := -I$(src)
+
+obj-$(CONFIG_SND_SOC_INTEL_CATPT) += snd-soc-catpt.o