ASoC: clock gating is decided by bool on snd_soc_of_parse_daifmt()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 30 Jan 2013 05:03:36 +0000 (21:03 -0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 30 Jan 2013 08:42:31 +0000 (16:42 +0800)
commit8c2d6a9f9cfa59acfa63ee88e70d58f0ba3eaf21
tree83d3069fd9fb34caee8373061b1c81c6b747ad3c
parenteef28e10821fb671ba797a41e7cf44e3d244e32e
ASoC: clock gating is decided by bool on snd_soc_of_parse_daifmt()

ASoC clock gate settings are continuous/gated only.
This patch decides it as bool, then, gated clock will be default.
Special thanks to Stephen

Cc: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c