From: Liam Girdwood Date: Tue, 24 May 2011 12:57:43 +0000 (+0100) Subject: ASoC: core - fix module reference counting for CPU DAIs X-Git-Tag: v3.0-rc1~51^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b61e3c5c9bf37ca2915ac981f444989ab22f10;p=pandora-kernel.git ASoC: core - fix module reference counting for CPU DAIs Currently CODEC and platform drivers have their module reference count incremented soc_probe_dai_link() whilst CPU DAI drivers have their reference count incremented in soc_bind_dai_link(). CPU DAIs should have their reference count incremented in soc_probe_dai_link() just like the CODEC and platform drivers. Signed-off-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed