Commits

Shengjiu Wang committed 2bf4e670162
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> (cherry picked from commit 58df94ed312451b4d7a085607e6ef28d1e46fb1b)