From: Mark Brown Date: Mon, 9 Oct 2023 17:40:09 +0000 (+0100) Subject: ASoC: codecs: fix widget name comparisons X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cc660a4a8ea8d360706db9ca9ed08ac95c906ea5;p=linux.git ASoC: codecs: fix widget name comparisons Merge series from Krzysztof Kozlowski : 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. --- cc660a4a8ea8d360706db9ca9ed08ac95c906ea5