ASoC: Intel: move all ACPI match tables to common module
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Thu, 12 Oct 2017 23:49:41 +0000 (18:49 -0500)
committerMark Brown <broonie@kernel.org>
Sat, 21 Oct 2017 10:21:31 +0000 (11:21 +0100)
commit6004640638a2cb81c00c17ddf21ad572af964bbe
treef50e976fb76d399e9a2655ed0556aa10fbf9270f
parent976b5a0ee9c49c3c0112596d2e26bd6aa77c5cd5
ASoC: Intel: move all ACPI match tables to common module

First step of cleaning, move all tables to soc-acpi-intel-match module.
The tables remain in separate files per platform to keep them
manageable. Skylake+ platforms are still handled elsewhere since
there is no conflict with SOF for now, but this will have to be
handled at a later point.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-acpi-intel-match.h [new file with mode: 0644]
sound/soc/intel/Kconfig
sound/soc/intel/Makefile
sound/soc/intel/atom/sst/sst_acpi.c
sound/soc/intel/common/Makefile
sound/soc/intel/common/soc-acpi-intel-byt-match.c [new file with mode: 0644]
sound/soc/intel/common/soc-acpi-intel-cht-match.c [new file with mode: 0644]
sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c [new file with mode: 0644]
sound/soc/intel/common/sst-acpi.c