]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00299756-1 ASoC: fsl_esai: Add missing clock enabler to ASoC interfaces
authorNicolin Chen <Guangyu.Chen@freescale.com>
Tue, 18 Feb 2014 10:40:33 +0000 (18:40 +0800)
committerNicolin Chen <Guangyu.Chen@freescale.com>
Wed, 19 Feb 2014 10:49:53 +0000 (18:49 +0800)
commitaca9c9d8ff535d9eb8ba79f22c0ad6b8306bfa8b
tree429f7d0c35b1b38ecf7d94ee6a7a6f53a2eac34d
parent66a466d52cedad06e68fe8c37238b5b8b65413b5
ENGR00299756-1 ASoC: fsl_esai: Add missing clock enabler to ASoC interfaces

All of these functions might be called before we enable the core clock in the
startup() by set_bias_level() or late_probe() in machine driver for example.
To make it safe, we here add pair of clock en/disabling to each function.

Acked-by: Wang Shengjiu <b02247@freescale.com>
Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
(cherry picked from commit e6df36df2bc8062f3d1c0a19d18acc843a77619d)
sound/soc/fsl/fsl_esai.c