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)
commit5f1b9d1e424b91a8ae04211cbe4d354463c83583
treef70052d227d288581e5dc3c8222c6633f273171f
parent3f4fb905510911f6149593a7321ae1825259b242
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