• K
    ASoC: rsnd: Request/Release DMA channel each time · edce5c49
    Kuninori Morimoto 提交于
    Current Renesas Sound driver requests DMA channel when .probe timing,
    and release it when .remove timing. And use DMA on .start/.stop
    But, Audio DMAC power ON was handled when request timing (= .probe),
    and power OFF was when release timing (= .remove).
    This means Audio DMAC power is always ON during driver was enabled.
    The best choice to solve this issue is that DMAEngine side handle
    this. But current DMAEngine API design can't solve atmic/non-atmic
    context issue for power ON/OFF. So next better choice is sound
    driver request/release DMA channel each time. This patch do it
    Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Signed-off-by: NMark Brown <broonie@kernel.org>
    edce5c49
dma.c 18.5 KB