commit | 4cf19b848f92641eeb2585949a09eedec57fb53a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Apr 07 18:52:08 2010 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Apr 09 10:28:36 2010 +0200 |
tree | aeaefaee475b6b89f482acc680ea26a785b5fb6f | |
parent | 5b5cd553e3ac49e6a9bac148f07ab94d3d96dae5 [diff] |
ALSA: Remove BKL from open multiplexer Use a local mutex instead of BKL. This should suffice since each device type has also its open_mutex. Also, a bit of clean-up of the legacy device auto-loading code. Signed-off-by: Takashi Iwai <tiwai@suse.de>