]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8731: Move regulator request into wm8731_init()
authorMark Brown <broonie@kernel.org>
Fri, 25 Mar 2022 15:31:17 +0000 (15:31 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 4 Apr 2022 07:39:30 +0000 (08:39 +0100)
commite2cddc9a457458e39f76340f5fd325a8e77ed7b0
treef70052d227d288581e5dc3c8222c6633f273171f
parent8df436bd74bd7c268457a89f3c9722bbe01b1899
ASoC: wm8731: Move regulator request into wm8731_init()

The supplies used by the wm8731 do not depend on the bus and there is no
need to do anything with the supplies prior to instantiating the regmap so
move the request into wm8731_init().

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220325153121.1598494-4-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8731.c