commit | 61b61e3c5c9bf37ca2915ac981f444989ab22f10 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <lrg@ti.com> | Tue May 24 13:57:43 2011 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue May 24 23:25:34 2011 +0800 |
tree | 019b9855a861a10f4ad344739ebcbeb706ed23fc | |
parent | 477a66948ef8683f182682cc68e8520baf8a5b43 [diff] |
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 <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>