commit | d5129f33a0d155d69cb0652cfc87bbc4d132ca17 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Oct 15 14:09:42 2014 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Oct 18 20:25:19 2014 +0200 |
tree | 3424906118af81274dad34028ed675d609b1be3c | |
parent | 68ab61084de3220e2fb0a698c890ba91decddc85 [diff] |
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 <tiwai@suse.de>