]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8523: Move regulator acquisition to I2C probe()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 10 Sep 2012 08:23:34 +0000 (16:23 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 10 Sep 2012 09:25:44 +0000 (17:25 +0800)
commit5f50f3dd607010cee449560011d16f81e51a493d
tree0e6675250dbf2e381b57b681e815d7ed25572629
parent267d8abf56bf08dbba4262df5779e2770d2a72b7
ASoC: wm8523: Move regulator acquisition to I2C probe()

This is better style since we acquire all needed resources before we try
to do the ASoC card probe.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8523.c