commit | b8257be5fff447681af8c8b72f1380e8a9c04286 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue Jul 01 22:13:45 2014 +0200 |
committer | Mark Brown <broonie@linaro.org> | Wed Jul 02 21:24:04 2014 +0100 |
tree | 59cbe1a6861006a3cad6eb519655d4304196f00d | |
parent | 211bcc6c3af90f3ee1f1297349d9d692e5f1c7e0 [diff] |
ASoC: core: Remove duplicated rtd->codec initialization rtd->codec is already initialized in soc_bind_dai_link(), so there is no need to do it again in soc_dai_link_init(). Removing the rtd->codec initialization from soc_dai_link_init() also removes the need for soc_dai_link_init() to know about the CODEC at all. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>