
28 May
2009
28 May
'09
4:53 p.m.
On Thu, May 28, 2009 at 05:10:50AM -0400, Chaithrika U S wrote:
+static int spdif_dit_probe(struct platform_device *pdev) +{
- return snd_soc_register_dai(&dit_stub_dai);
+}
This driver is good except that the DAI should have ->dev filled in with the struct device for the platform device. I'll apply the patch and fix this myself, no need to resubmit.
Thanks!