
12 Oct
2010
12 Oct
'10
8:05 p.m.
On Tue, Oct 12, 2010 at 03:57:55PM +0100, Mark Brown wrote:
dai->dev = dev;
dai->id = i;
if (dai->driver->id)
dai->id = dai->driver->id;
else
dai->driver = &dai_drv[i];dai->id = i;
Sorry, sent the wrong version of this - obviously the new check should go after the assignment.