]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: Consolidate CPU and CODEC DAI probe
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 4 Nov 2014 10:30:59 +0000 (11:30 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 4 Nov 2014 11:53:53 +0000 (11:53 +0000)
commit8e2be56273666614e24756d7ee551203b8a86809
tree56754d59081cdf6b81f6818f9a3241bb3701dbdc
parent313665b983fe30af9d0eb274f7e03276e05a1bbf
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>
sound/soc/soc-core.c