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)
commit11817547b7a2cfad46e17e772a9002dc3e60f747
treecb1b6e7be22deb7fd8cf3feff33739e852bb9330
parent926f192f005fe957ea1bfe4635af10219ba363a2
parentf82eb06a40c86c9a82537e956de401d497203d3a
ASoC: fix widget name comparisons (consider DAI name

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.