projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
e182212
c29e526
)
ASoC: codecs: fix widget name comparisons
author
Mark Brown
<broonie@kernel.org>
Mon, 9 Oct 2023 17:40:09 +0000
(18:40 +0100)
committer
Mark 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