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)
commit48f466d112c9ca735ee765d8f5148d07a8c7bb1d
tree6a2bb9238d2135d40719df44ea686da1a1fee299
parentb8257be5fff447681af8c8b72f1380e8a9c04286
ASoC: core: Replace soc_find_matching_codec() with soc_find_codec()

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