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)
committerMark Brown <broonie@kernel.org>
Mon, 20 Oct 2014 11:20:26 +0000 (12:20 +0100)
commit69434097916bc52a4d6d495a0d719eb02e0cff9e
treef8abae1589632a18bc054e5a570ac355a2953c81
parent74d813cf37c210e94d155b0c19598fe269b8f78c
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>
sound/soc/codecs/hdmi.c