commit | 8e2be56273666614e24756d7ee551203b8a86809 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue Nov 04 11:30:59 2014 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Nov 04 11:53:53 2014 +0000 |
tree | 56754d59081cdf6b81f6818f9a3241bb3701dbdc | |
parent | 313665b983fe30af9d0eb274f7e03276e05a1bbf [diff] |
ASoC: Consolidate CPU and CODEC DAI probe CPU and CODEC DAI probe are performed in exactly the same way. Which means we can reuse the snd_soc_codec_dai_probe() for probing CPU DAIs as well. While we are at it also drop the unused card parameter form the function. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>