ALSA: seq: Use no intrruptible mutex_lock
authorTakashi Iwai <tiwai@suse.de>
Wed, 1 Aug 2018 14:42:29 +0000 (16:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 1 Aug 2018 20:54:36 +0000 (22:54 +0200)
commit04702e8d0092832eaeeacc6b1bfbf81a66f242c9
treef878af60744e3db98e712b36bc2af3bacf974a54
parent00976ad5271999ba06d24319fd1031b178aff832
ALSA: seq: Use no intrruptible mutex_lock

All usages of mutex in ALSA sequencer core would take too long, hence
we don't have to care about the user interruption that makes things
complicated.  Let's replace them with simpler mutex_lock().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_clientmgr.c