ASoC: fix widget name comparisons (consider DAI name
authorMark Brown <broonie@kernel.org>
Thu, 26 Oct 2023 16:02:46 +0000 (17:02 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 26 Oct 2023 16:02:46 +0000 (17:02 +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.

Except Qualcomm lpass-rx-macro, none of the patches were tested
on hardware.


Trivial merge