19 Dec
2008
19 Dec
'08
7:18 p.m.
Takashi Iwai wrote:
You should figure out which function returns -ENOMEM error in the probe callback.
How can I do that? Please let me know which file I need to modify. I can build a test-kernel and see waht happens then.
Well, my bet is snd_card_new(). It returns NULL when something is wrong, and the driver returns -ENOMEM no matter which error was. Usually when this happens you'll have some error messages (e.g. "cannot find the slot...") or so.
snd_card_new gives me the error. (I put some printk's at the right spots.)
So what's the next step?
Kind regards, Udo