commit | 67f3754b51f22b18c4820fb84062f658c30e8644 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Apr 21 17:37:54 2016 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 21 17:37:54 2016 +0200 |
tree | 4266948a51f469278841d41065aabb61363a2277 | |
parent | 9859a971ca228725425238756ee89c6133306ec8 [diff] |
ALSA: pcxhr: Fix missing mutex unlock The commit [9bef72bdb26e: ALSA: pcxhr: Use nonatomic PCM ops] converted to non-atomic PCM ops, but shamelessly with an unbalanced mutex locking, which leads to the hangup easily. Fix it. Fixes: 9bef72bdb26e ('ALSA: pcxhr: Use nonatomic PCM ops') Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=116441 Cc: <stable@vger.kernel.org> # 3.18+ Signed-off-by: Takashi Iwai <tiwai@suse.de>