From: Mark Brown Date: Mon, 9 Oct 2023 17:40:09 +0000 (+0100) Subject: ASoC: codecs: fix widget name comparisons X-Git-Tag: ceph-for-6.7-rc1~67^2^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc660a4a8ea8d360706db9ca9ed08ac95c906ea5;p=ceph-client.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