]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:48 +0000 (08:33 +0200)
commit41661db480565ff9ad4fe2f8ff8285bde813b404
tree2741134cc36cc982329568421876626ca3e7778a
parent407553e1b9a5f32a43c816954907b7fbe675e267
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