12 Sep
2013
12 Sep
'13
2:55 a.m.
Hi
simple-audio,codec {
sound-dai = <&ak4648>;
bitclock-master;
frame-master;
system-clock-frequency = <11289600>;
Wouldn't it be better to pass a real clock here instead?
So, ideally. However we have to consider the fact that the clock API isn't reliably available makes this harder than it should be. Even among the DT using platforms at least PowerPC still uses a custom clock API. We could just use this as a carrot to push people to convert though.
Actually SH can't use common clock API either. We are working for it now, but it need more time. OK, I will try to have 2 method on next version. one is above style, and one is common clock API style
Best regards --- Kuninori Morimoto