diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2020-10-06 08:48:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-06 16:12:21 +0200 |
commit | 07833cd0569bb73cc9f82814cdab921abb3dfb4a (patch) | |
tree | 8c4e10e2b2b4aef7d6441b149feb2631ea8281b1 /sound/soc/intel/Makefile | |
parent | ASoC: Intel: Remove rt5640 support for baytrail solution (diff) | |
download | linux-07833cd0569bb73cc9f82814cdab921abb3dfb4a.tar.xz linux-07833cd0569bb73cc9f82814cdab921abb3dfb4a.zip |
ASoC: Intel: Remove baytrail solution
sound/soc/intel/baytrail is a niche solution which supports limited
number of BYT products - as described by
snd_soc_acpi_intel_baytrail_legacy_machines table. For a long time it's
deprecated in favor of sound/soc/intel/atom solution with SOF providing
support for some products too effectively rendering /baytrail/ redundant.
Remove deprecated code from ASoC tree.
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-5-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Makefile')
-rw-r--r-- | sound/soc/intel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile index c88c615f85f7..4e0248d2accc 100644 --- a/sound/soc/intel/Makefile +++ b/sound/soc/intel/Makefile @@ -3,7 +3,6 @@ obj-$(CONFIG_SND_SOC) += common/ # Platform Support -obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/ obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/ obj-$(CONFIG_SND_SOC_INTEL_CATPT) += catpt/ obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += skylake/ |