diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2015-03-18 11:07:19 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-18 14:43:26 +0300 |
commit | 06ac0cd1c4e4e51fa84f866ef69b518488ffa05f (patch) | |
tree | 4a26199f189cad46af7299ca8c83a9506e9ab73f /sound/soc/intel/sst-dsp.h | |
parent | 6b3b58d97fb2d03f8f1d009a77baece311aa0d16 (diff) | |
download | linux-06ac0cd1c4e4e51fa84f866ef69b518488ffa05f.tar.xz |
ASoC: Intel: Remove support for Intel MID DMA from firmware loader
Intel MID DMA driver is going to be removed by the coming commit
36111da7838e ("dmaengine: intel-mid-dma: remove the driver") in spi.git
tree. Since there are no users for SST_DMA_TYPE_MID type the support for it
can be removed from here in advance.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/sst-dsp.h')
-rw-r--r-- | sound/soc/intel/sst-dsp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-dsp.h b/sound/soc/intel/sst-dsp.h index f291e32f0077..3412474083ff 100644 --- a/sound/soc/intel/sst-dsp.h +++ b/sound/soc/intel/sst-dsp.h @@ -28,7 +28,6 @@ /* Supported SST DMA Devices */ #define SST_DMA_TYPE_DW 1 -#define SST_DMA_TYPE_MID 2 /* autosuspend delay 5s*/ #define SST_RUNTIME_SUSPEND_DELAY (5 * 1000) |