31 Jul
2014
31 Jul
'14
7:53 p.m.
On Tue, Jul 29, 2014 at 06:38:39PM +0800, Nicolin Chen wrote:
snd_soc_open() will trigger pm_runtime resume() which will then enable the regulator and initialization. So we should make sure the MCLK is enabled before this resume().
Applied, thanks. However the clock should really be being enabled in the probe() as well so that runtime PM can then disable it - the current probe() gets this wrong for the regulators though so this is fine for now.