summary refs log tree commit diff
path: root/sound/firewire/isight.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/isight.c')
-rw-r--r--sound/firewire/isight.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/firewire/isight.c b/sound/firewire/isight.c
index 4d2edcfdbbca..96267437d373 100644
--- a/sound/firewire/isight.c
+++ b/sound/firewire/isight.c
@@ -692,10 +692,9 @@ static int isight_remove(struct device *dev)
 {
 	struct isight *isight = dev_get_drvdata(dev);
 
-	snd_card_disconnect(isight->card);
-
 	mutex_lock(&isight->mutex);
 	isight_pcm_abort(isight);
+	snd_card_disconnect(isight->card);
 	isight_stop_streaming(isight);
 	mutex_unlock(&isight->mutex);