]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00224938 HDMI audio: clear HDMI dma done bit before start
authorChen Liangjun <b36089@freescale.com>
Wed, 19 Sep 2012 05:30:27 +0000 (13:30 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:25 +0000 (08:35 +0200)
commit15bbd6e6197115d1db3000e4bcdd6ba5aac5a286
tree56b10f763a220327c2c3b3ae3a39241f7dc1a27b
parentc1496dc06e20ff3db9fb26dbea10fcb57e80c553
ENGR00224938 HDMI audio: clear HDMI dma done bit before start

HDMI hardware fix: signal of HDMI DMA DONE is hard connected to SDMA
event line. SDMA event is triggered by edge. If the HDMI DMA done is
already 1 before start, there would be no SDMA event being trigged after
HDMI generates another HDMI DONE signal.

In this patch, clear HDMI DONE bit before start HDMI audio DMA.

Signed-off-by: Chen Liangjun <b36089@freescale.com>
sound/soc/imx/imx-hdmi-dma.c