30 Jan
2013
30 Jan
'13
5:39 p.m.
On 01/29/2013 10:03 PM, Kuninori Morimoto wrote:
ASoC clock gate settings are continuous/gated only. This patch decides it as bool, then, gated clock will be default. Special thanks to Stephen
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
- snprintf(prop, sizeof(prop), "%scontinuous-clock", prefix);
- if (of_get_property(np, prop, NULL))
That should really use of_property_read_bool(), although it makes little practical difference.