]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
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

index 5e8c69aabfddd08aa093b7149ae538ef077ed592..124f32edf482c6658e3ef6dc580e3e777f0f4a6e 100644 (file)
@@ -75,6 +75,7 @@ static struct snd_soc_codec_driver hdmi_codec = {
        .num_dapm_widgets = ARRAY_SIZE(hdmi_widgets),
        .dapm_routes = hdmi_routes,
        .num_dapm_routes = ARRAY_SIZE(hdmi_routes),
+       .ignore_pmdown_time = true,
 };
 
 static int hdmi_codec_probe(struct platform_device *pdev)