]> 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)
commitda586cfbd937dd5043323d943b41c0797d1ace5d
treef70052d227d288581e5dc3c8222c6633f273171f
parent002b70fd91df372acf15a6a26169208004498427
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