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)
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

Simple merge