]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: hdmi: HDMI codec doesn't benefit from pmdown delay
authorJyri Sarha <jsarha@ti.com>
Tue, 14 Oct 2014 17:29:27 +0000 (20:29 +0300)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:43 +0000 (21:18 -0600)
commit46856058d2e460a887e4223a3c23491e527a6c17
tree89c4cec46ff52f4afbdb80efb6dde570a5b38efc
parent084b0d98043e79ce373d8eaecca7e2296f2ec09f
ASoC: hdmi: HDMI codec doesn't benefit from pmdown delay

Adds .ignore_pmdown_time = true to codec driver struct.

HDMI codec is currently a dummy codec and doesn't benefit from pmdown
delay. Even if in the future the codec would controll HDMI encoder, it
would still be a digital to digital interface that should have no need
for pmdown delay.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit 69434097916bc52a4d6d495a0d719eb02e0cff9e)
sound/soc/codecs/hdmi.c