mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
6cbfa11d26
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>
7 lines
213 B
Makefile
7 lines
213 B
Makefile
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
|