ASoC: codecs: Remove rtd->codec usage from CODEC drivers
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 4 Apr 2012 14:58:16 +0000 (15:58 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 4 Apr 2012 14:59:12 +0000 (15:59 +0100)
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 <broonie@opensource.wolfsonmicro.com>

No differences found