ASoC: core: Replace soc_find_matching_codec() with soc_find_codec()
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 1 Jul 2014 20:13:46 +0000 (22:13 +0200)
committerMark Brown <broonie@linaro.org>
Wed, 2 Jul 2014 20:24:07 +0000 (21:24 +0100)
soc_find_matching_codec() works in the same way as soc_find_codec() except that
it only works for auxdevs. It can easily be replaced by the generic
soc_find_codec().

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/soc-core.c

Simple merge