host: remove duplicate dma_stop()

Remove the duplicate dma_stop() during host_reset().
DMA should already be stopped when the host comp gets
the STOP trigger. This fixes the following error seen
during host reset:
intel/cavs/hda-dma.c:639 hda-dmac: 5 invalid channel -1

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2019-05-23 20:12:55 -07:00 committed by Daniel Baluta
parent 9ccb8181d8
commit 6e82ddf9b1
1 changed files with 0 additions and 1 deletions

View File

@ -711,7 +711,6 @@ static int host_reset(struct comp_dev *dev)
#endif
#if CONFIG_DMA_GW
dma_stop(hd->dma, hd->chan);
dma_channel_put(hd->dma, hd->chan);
/* free array for hda-dma only, do not free single one for dw-dma */