10 Jun
2018
10 Jun
'18
10:02 p.m.
On Fri, 2018-06-08 at 15:18 -0700, Ranjani Sridharan wrote:
@@ -201,7 +202,9 @@ static struct comp_dev *dai_new(struct sof_ipc_comp *comp) goto error; }
dd->dma = dma_get(ipc_dai->dmac_id);
/* request GP LP DMA with shared access privilege */
dma_cap = DMA_CAP_GP_LP | DMA_CAP_MEM_TO_DEV;
dd->dma = dma_get(dma_cap, DMA_ACCESS_SHARED); if (dd->dma == NULL) { trace_dai_error("eDd"); goto error;
In general these caps we be LP and HP since it would work with either.
Liam