From: Mark Brown Date: Wed, 4 Apr 2012 14:58:16 +0000 (+0100) Subject: ASoC: codecs: Remove rtd->codec usage from CODEC drivers X-Git-Tag: v3.5-rc1~118^2~3^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6968a1719a88afa4708ff43696d6615f0be90be;p=pandora-kernel.git ASoC: codecs: Remove rtd->codec usage from CODEC drivers In order to support CODEC<->CODEC links remove the assumption that there is only a single CODEC on a DAI link by removing the use of the CODEC pointer in the rtd from the CODEC drivers. They are already being passed their DAI whenever they are passed an rtd and can get the CODEC from there. Signed-off-by: Mark Brown --- Reading git-diff-tree failed