14 Jan
2011
14 Jan
'11
1:41 a.m.
On Thu, Jan 13, 2011 at 10:49:10PM +0530, Koul, Vinod wrote:
@@ -1870,6 +1868,10 @@ static int soc_probe(struct platform_device *pdev) struct snd_soc_card *card = platform_get_drvdata(pdev); int ret = 0;
- /* no card, so machine driver is registering card */
- if (!card)
return 0;
I'll review this one more closely tomorrow - as I said with the combined patch I'd not expect the soc-audio device to be involved when the machine driver is registering a card so I'd like to understand in more detail why this is still required.