ASoC: Intel: Create independent acpi match module
authorVinod Koul <[email protected]>
Mon, 8 Feb 2016 05:15:37 +0000 (10:45 +0530)
committerMark Brown <[email protected]>
Mon, 8 Feb 2016 14:36:05 +0000 (14:36 +0000)
commit2dcffcee23a2bd491a8c4041db3a8041b23fa4eb
tree13e47210f9130b8f13ff317940ec0567616080d5
parent902c136fe4f72dfc2a616ad755c72f1ee407f79a
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 95f098014815 ("ASoC: Intel: Move apci find machine routines")

Acked-by: Jie Yang <[email protected]>
Acked-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/intel/Kconfig
sound/soc/intel/common/Makefile