Commits

Shengjiu Wang committed e6819113ef8
MLK-15109-3: ASoC: fsl_esai: add constraint for dma workaround Use GPT dma event to instead of esai dma event can't totally resolve/workaround the hardware issue, There is two GPT, one GPT is to get the failing edge of dma event, then to trigger EDMA copy data, another one is to get the raising edge, then to clear the interrupt of both GPT, sometimes, the clear operation may clear the failing edge event wrongly in race condition. then the EDMA will stop. In test result, the high sample rate and multi-channel is easy to trigger this issue. so add constraint for them to make the workaround stable Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>