mirror of https://github.com/thesofproject/sof.git
platform: imx8m: Fix DMAC names
On i.MX8M we use SDMA instead of EDMA. This commit adjusts the comments to reflect this. Signed-off-by: Paul Olaru <paul.olaru@nxp.com>
This commit is contained in:
parent
02d37bbdef
commit
34cde56e2d
|
@ -15,7 +15,7 @@
|
|||
/* max number of supported DMA channels */
|
||||
#define PLATFORM_MAX_DMA_CHAN 32
|
||||
|
||||
#define DMA_ID_EDMA0 0
|
||||
#define DMA_ID_SDMA2 0
|
||||
#define DMA_ID_HOST 1
|
||||
|
||||
#define dma_chan_irq(dma, chan) \
|
||||
|
|
|
@ -182,7 +182,7 @@ int platform_init(struct sof *sof)
|
|||
if (ret < 0)
|
||||
return -ENODEV;
|
||||
|
||||
/* Init EDMA platform domain */
|
||||
/* Init SDMA platform domain */
|
||||
sof->platform_dma_domain =
|
||||
dma_multi_chan_domain_init(&sof->dma_info->dma_array[0],
|
||||
1, PLATFORM_DEFAULT_CLOCK, false);
|
||||
|
|
Loading…
Reference in New Issue