ASoC: Intel: Add Intel SST audio DSP low level shim driver.
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Mon, 17 Feb 2014 13:32:06 +0000 (13:32 +0000)
committerMark Brown <broonie@linaro.org>
Tue, 18 Feb 2014 01:38:20 +0000 (10:38 +0900)
commit790aff62291eade029755713fb41c1143d4ddbc7
tree982182808c59e34de4f2bb840b0a045aea84df17
parenta355d67817eccdbe869020f8f5a3123f21f8106f
ASoC: Intel: Add Intel SST audio DSP low level shim driver.

Add support for Intel Smart Sound Technology (SST) audio DSPs.
This driver provides the low level IO, reset, boot and IRQ management
for Intel audio DSPs. These files make up  the low level part of the SST
audio driver stack and will be used by many Intel SST cores like
Haswell, Broadwell and Baytrail.

SST DSPs expose a memory mapped region (shim) for config and control.
The shim layout is mostly shared without much modification across cores
and this driver provides a uniform API to access the shim and to enable
basic shim functions. It also provides functionality to abstract some shim
functions for cores with different shim features.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/intel/sst-dsp-priv.h [new file with mode: 0644]
sound/soc/intel/sst-dsp.c [new file with mode: 0644]
sound/soc/intel/sst-dsp.h [new file with mode: 0644]