777b6a4663b12e3f7dd8cc2f51a6e parent 3e843196c697ee2c319d96e861980fb4c3e04e24 author Kuninori Morimoto 1334818827 -0700 committer Takashi Iwai 1334836314 +0200 ALSA: workaround: change the timing of alsa_sound_last_init() 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 Reviwed-by: Mark Brown Signed-off-by: Takashi Iwai …—e—!x