From: Takashi Iwai Date: Wed, 15 Oct 2014 12:09:42 +0000 (+0200) Subject: Subject: ALSA: seq: Remove autoload locks in driver registration X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~21^2~109^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5129f33a0d155d69cb0652cfc87bbc4d132ca17;p=pandora-kernel.git Subject: ALSA: seq: Remove autoload locks in driver registration Since we're calling request_module() asynchronously now, we can get rid of the autoload lock in snd_seq_device_register_driver(), as well as in the snd-seq driver registration itself. This enables the automatic loading of dependent sequencer modules, such as snd-seq-virmidi from snd-emu10k1-synth. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed