Commits
Shengjiu Wang committed 5dc18651314
MLK-13224: ASoC: imx-hdmi-dma: fix glitch noise issue in long time playback The calculation "runtime->status->hw_ptr * (runtime->frame_bits / 8)" may exceed the integer scope, then appl_bytes is no correct. This patch is to fix this issue. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>