ASoC: codecs: fix widget name comparisons
authorMark Brown <broonie@kernel.org>
Mon, 9 Oct 2023 17:40:09 +0000 (18:40 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 9 Oct 2023 17:40:09 +0000 (18:40 +0100)
Merge series from Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>:

Some codec drivers compare widget names with strcmp, ignoring the component
name prefix.  If prefix is used, the comparisons start failing.
Add a helper to fix the issue.


Trivial merge