ASoC: rt5651: Only configure LDO voltage once at boot
authorHans de Goede <hdegoede@redhat.com>
Sun, 25 Feb 2018 10:46:53 +0000 (11:46 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 1 Mar 2018 19:13:05 +0000 (19:13 +0000)
commit3d7719d3cc8efe88be4c72cb7cbb0d866ed7d1b2
tree16197b8183a73984b22fd8681f9f29e828ff7b9e
parenta25fe11746846f5dd3286cf690b470e3d049797f
ASoC: rt5651: Only configure LDO voltage once at boot

Now that rt5651_set_bias_level(BIAS_OFF) no longer modifies the LDO
voltage selection bits, there is no need to set them each time we move
to standby. Instead configure them once at component-probe() time.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5651.c