commit | 69434097916bc52a4d6d495a0d719eb02e0cff9e | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Tue Oct 14 20:29:27 2014 +0300 |
committer | Mark Brown <broonie@kernel.org> | Mon Oct 20 12:20:26 2014 +0100 |
tree | f8abae1589632a18bc054e5a570ac355a2953c81 | |
parent | 74d813cf37c210e94d155b0c19598fe269b8f78c [diff] |
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>