Skip to content

Commit

Permalink
ASoC: Intel: Remove support for Intel MID DMA from firmware loader
Browse files Browse the repository at this point in the history
Intel MID DMA driver is going to be removed by the coming commit
36111da ("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>
  • Loading branch information
Jarkko Nikula authored and Mark Brown committed Mar 18, 2015
1 parent 6b3b58d commit 06ac0cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion sound/soc/intel/sst-dsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 0 additions & 3 deletions sound/soc/intel/sst-firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,6 @@ int sst_dma_new(struct sst_dsp *sst)
case SST_DMA_TYPE_DW:
dma_dev_name = "dw_dmac";
break;
case SST_DMA_TYPE_MID:
dma_dev_name = "Intel MID DMA";
break;
default:
dev_err(sst->dev, "error: invalid DMA engine %d\n",
sst->pdata->dma_engine);
Expand Down

0 comments on commit 06ac0cd

Please sign in to comment.