2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-26 22:24:09 +08:00
linux-next/sound/soc/intel/common
Vinod Koul 2dcffcee23 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 95f0980148 ("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>
2016-02-08 14:36:05 +00:00
..
Makefile ASoC: Intel: Create independent acpi match module 2016-02-08 14:36:05 +00:00
sst-acpi.c ASoC: Intel: Atom: move atom driver to common acpi match 2015-11-16 10:08:09 +00:00
sst-acpi.h ASoC: Intel: Atom: move atom driver to common acpi match 2015-11-16 10:08:09 +00:00
sst-dsp-priv.h ASoC: Intel: constify sst_block_ops structures 2015-11-16 17:38:54 +00:00
sst-dsp.c ASoC: Intel: sst: only select sst-firmware when DW DMAC is built-in 2015-11-25 11:57:05 +00:00
sst-dsp.h ASoC: Intel: sst: only select sst-firmware when DW DMAC is built-in 2015-11-25 11:57:05 +00:00
sst-firmware.c ASoC: Intel: sst: fix sst_memcpy32 wrong with non-4x bytes issue 2015-12-16 12:28:04 +00:00
sst-ipc.c ASoC: Intel: Allocate for the mailbox with max size 2015-06-02 20:48:08 +01:00
sst-ipc.h ASoC: Intel: Allocate for the mailbox with max size 2015-06-02 20:48:08 +01:00
sst-match-acpi.c ASoC: Intel: Move apci find machine routines 2015-11-16 10:08:09 +00:00