19 Apr
2012
19 Apr
'12
2:43 p.m.
On Thu, Apr 19, 2012 at 12:00:27AM -0700, Kuninori Morimoto wrote:
Current alsa_sound_last_init() was called as __initcall(). So, on current ALSA, only devices that had been properly registered at this point were shown. So, it will show "No soundcards found" if driver requests probe deferment. it's often misleading. This patch delays the timing of alsa_sound_last_init() as workaround.
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
Reviwed-by: Mark Brown broonie@opensource.wolfsonmicro.com