OSDN Git Service

ASoC: Intel: Remove haswell solution
authorCezary Rojewski <cezary.rojewski@intel.com>
Tue, 6 Oct 2020 06:48:55 +0000 (08:48 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 6 Oct 2020 14:12:18 +0000 (15:12 +0100)
commitca756120d4bcf28dfde5e3df8882153303d4010f
treea1a3d3248f514b05ed3a06da9a66b12a7912aeac
parentdc155ad5fa6ef7d48fb3c3cc30497b492da0749e
ASoC: Intel: Remove haswell solution

Newly added catpt solution found in sound/soc/intel/catpt is a direct
replacement to sound/soc/intel/haswell. It covers all features supported
by it and more - by aligning to recommended flows and requirement list
based on Windows driver equivalent. No harm is done to userspace as
catpt - similarly to haswell - loads no extenal topology files while
sharing the exact same ADSP firmware binary.

Given the above, existing haswell code is redundant so remove it.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@intel.com>
Link: https://lore.kernel.org/r/20201006064907.16277-2-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/trace/events/hswadsp.h [deleted file]
sound/soc/intel/haswell/Makefile [deleted file]
sound/soc/intel/haswell/sst-haswell-dsp.c [deleted file]
sound/soc/intel/haswell/sst-haswell-ipc.c [deleted file]
sound/soc/intel/haswell/sst-haswell-ipc.h [deleted file]
sound/soc/intel/haswell/sst-haswell-pcm.c [deleted file]