2 Dec
2010
2 Dec
'10
12:23 p.m.
On Thu, Dec 02, 2010 at 04:37:29PM +0530, Mark Brown wrote:
On Thu, Dec 02, 2010 at 04:31:07PM +0530, Koul, Vinod wrote:
So should I continue to register the dai for both cpu and codec in machine probe. I didn't see other driver in soc/ doing this, so did I miss something.
No, this is the wrong approach. The machine driver should not be registering anything except itself. The CODEC and CPU drivers should be being probed independantly in whatever way they would normally be probed for the bus they're on.
Thanks. One thing which confused me is the soc-core, there the probe of codec and platform are being called, what is the reason for that?
~Vinod