From: Lars-Peter Clausen Date: Tue, 1 Jul 2014 20:13:45 +0000 (+0200) Subject: ASoC: core: Remove duplicated rtd->codec initialization X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~16^2~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8257be5fff447681af8c8b72f1380e8a9c04286;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed