From: Takashi Iwai Date: Wed, 11 Mar 2015 11:50:15 +0000 (+0100) Subject: ALSA: seq: Fix init order of snd_seq_device stuff X-Git-Tag: omap-for-v4.1/fixes-rc1~130^2~6^2~43^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4945f1fdc14ef090abe50d1b5682bfc1e4763c06;p=pandora-kernel.git ALSA: seq: Fix init order of snd_seq_device stuff When the sequencer driver is built in kernel, it may panic at boot because of the uninitialized snd_seq_bus_type. Initialize it properly via subsys_initcall() instead of module_init() to assure that the bus is registered beforehand. Reported-by: Fengguang Wu Fixes: 7c37ae5c625a ('ALSA: seq: Rewrite sequencer device binding with standard bus') Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed