11 Mar
2013
11 Mar
'13
12:10 p.m.
On Sun, Mar 10, 2013 at 07:33:07PM +0100, Markus Pargmann wrote:
Adding a soc-audio sound driver internally uses snd_soc_register_device, which tries to bind it with the codec. The adding of the driver is deferred because the codec driver is not loaded.
This patch changes the order of registration. The codec driver is there before the ac97 driver, so the snd_soc_register_device call is successfull.
You shouldn't be using soc-audio in the first place...