Commits

Shengjiu Wang committed 73386caf13f
MLK-15109-2: ASoC: fsl_esai: add constrain_period_size There is limitaion for EDMA, which can only accept the period bytes that can be divided by maxburst with no remainder. Otherwise EDMA will not copy the left data in the end, and it will cause noise. so add constraint for these chips. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>