diff options
| author | Cezary Rojewski <[email protected]> | 2020-10-06 06:49:05 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2020-10-06 14:12:27 +0000 |
| commit | b972153d6c53a89dc92d991c466a6b4800a9c91f (patch) | |
| tree | 854a8ec3a80b2a6498e8e08f726d1eebad6bebfd /sound/soc/intel/atom/sst/sst_ipc.c | |
| parent | ASoC: Intel: Remove SST-legacy specific constants (diff) | |
| download | kernel-b972153d6c53a89dc92d991c466a6b4800a9c91f.tar.gz kernel-b972153d6c53a89dc92d991c466a6b4800a9c91f.zip | |
ASoC: Intel: Make atom components independent of sst-dsp
With sound/soc/intel/haswell and /baytrail gone, registers left within
sst-dsp header are atom-specific. Relocate these to atom internal header
to make atom truely independent of sound/soc/common processing code.
Signed-off-by: Cezary Rojewski <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Acked-by: Liam Girdwood <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/intel/atom/sst/sst_ipc.c')
| -rw-r--r-- | sound/soc/intel/atom/sst/sst_ipc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst/sst_ipc.c b/sound/soc/intel/atom/sst/sst_ipc.c index c2851a829a64..a8a9aa0057d3 100644 --- a/sound/soc/intel/atom/sst/sst_ipc.c +++ b/sound/soc/intel/atom/sst/sst_ipc.c @@ -24,7 +24,6 @@ #include <asm/platform_sst_audio.h> #include "../sst-mfld-platform.h" #include "sst.h" -#include "../../common/sst-dsp.h" struct sst_block *sst_create_block(struct intel_sst_drv *ctx, u32 msg_id, u32 drv_id) |
