]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00172008 HDMI audio continues playing after doing ctrl-z
authorAlan Tull <r80115@freescale.com>
Tue, 17 Jan 2012 14:34:44 +0000 (08:34 -0600)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:36 +0000 (14:10 +0200)
commit8c254ac458d756dc1c74ceb95d2374633f309765
tree2741134cc36cc982329568421876626ca3e7778a
parent4b2ecd19596616b9565ca033948251d0f902396f
ENGR00172008 HDMI audio continues playing after doing ctrl-z

The bug is that HDMI audio continues playing after doing ctrl-z,
repeating playing a small part of the buffer.

Mask HDMI audio irq when we receive SNDRV_PCM_TRIGGER_STOP command.
Unmask when we receive SNDRV_PCM_TRIGGER_START.

Signed-off-by: Alan Tull <r80115@freescale.com>
sound/soc/imx/imx-hdmi-dma.c