diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2020-09-29 17:12:47 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-02 17:32:39 +0300 |
commit | 6cbfa11d2694b8a1e46d6834fb9705d5589e3ef1 (patch) | |
tree | f2da10e06da1860df4374dab6d27a8a91acc6b1c /sound/soc/intel/catpt | |
parent | 053743f0c49074e710401ce39dd6f7d767094f77 (diff) | |
download | linux-6cbfa11d2694b8a1e46d6834fb9705d5589e3ef1.tar.xz |
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')
-rw-r--r-- | sound/soc/intel/catpt/Makefile | 6 |
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 |