]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Create independent acpi match module
authorVinod Koul <vinod.koul@intel.com>
Mon, 8 Feb 2016 05:15:37 +0000 (10:45 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 8 Feb 2016 14:36:05 +0000 (14:36 +0000)
commit3dff997c41bfb22c4e9fc5f4c9c8820a43fe7de8
tree13e47210f9130b8f13ff317940ec0567616080d5
parentdcbc7a7f1c9cb61f55a2ab85f24e88547516fe5b
ASoC: Intel: Create independent acpi match module

The ACPI match module is common to all three drivers, HSW, SKL
and Atom-DPCM driver. But Atom-DPCM driver does not use common
sst code so we cannot include the common SST module in Atom-DPCM
driver.

So the solution is to have a independent sst-match-acpi module
which helps in matching for all the three drivers. Now all driver
can be inbuilt in a single image

This patch really fixes the regression introduced by the
commit ff67dbc1a26d ("ASoC: Intel: Move apci find machine routines")

Acked-by: Jie Yang <yang.jie@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/Kconfig
sound/soc/intel/common/Makefile