]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: Don't use prefix for regulator name
authorPaul Cercueil <paul@crapouillou.net>
Tue, 25 Oct 2022 15:01:49 +0000 (16:01 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 26 Oct 2022 13:17:34 +0000 (14:17 +0100)
commitc6a53fba36db0a6b9bc4484bb0b1716698edb464
tree3431e08e100e2d1336147a27fe2fd5b507140ce6
parent587cf22b5710d43f63923c12ce5c2f95ff5ecd98
ASoC: dapm: Don't use prefix for regulator name

When a component has a prefix, and uses a SND_SOC_DAPM_REGULATOR_SUPPLY,
the name of the regulator should not use the prefix, otherwise it won't
be properly matched in the DT/ACPI.

Fixes: 40e846e69a58 ("ASoC: soc-dapm.c: fixup snd_soc_dapm_new_control_unlocked() error handling")
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20221025150149.113129-1-paul@crapouillou.net
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c