From: Lars-Peter Clausen Date: Wed, 5 Mar 2014 12:17:47 +0000 (+0100) Subject: ASoC: Move active count from CODEC to component X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~12^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdde4ccb14b4959bd1c96a07367bf02b746328d3;p=pandora-kernel.git ASoC: Move active count from CODEC to component There is no reason why active count tracking should only be done for CODECs but not for other components. Moving the active count from the snd_soc_codec struct to the snd_soc_component struct reduces the differences between CODECs and other components and will eventually allow component to component DAI links (Which is a prerequisite for converting CODECs to components). Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed