From: Stefan Richter Date: Sat, 27 Aug 2011 14:45:28 +0000 (+0200) Subject: ALSA: firewire-speakers: fix locking X-Git-Tag: v3.2-rc1~127^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0978e8039f1b1bfb9fbc68f682b14313bb4f9ad;p=pandora-kernel.git ALSA: firewire-speakers: fix locking There is a lock inversion between fwspk->mutex and pcm->open_mutex reported by lockdep when fwspk_hw_free is called. Fixed by copying the fix from the same former issue in the isight sound driver (commit f3f7c1837f6bcae3601fc535b339426868bf1549 "ALSA: isight: fix locking"). Signed-off-by: Stefan Richter Signed-off-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed