From 2e1a2641514987f5f49bce47afe3905d1f2bd80b Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Wed, 11 Mar 2009 20:11:41 +0100 Subject: [PATCH] --- yaml --- r: 132439 b: refs/heads/master c: 82f5d57163abed2e5ff271d03217b6f90c616eb8 h: refs/heads/master i: 132437: 8aefdaaf7d07035bc7159fd6d3c97ac2dcc401f1 132435: 2d8344658951da34d78fa0dfaa257c2fa9e73326 132431: 0d8e57ed32ce37f901d1962d344a8e39f8e489d6 v: v3 --- [refs] | 2 +- trunk/sound/pci/mixart/mixart.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 28db2deec01c..ea30e176e8ec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91054598f794fb5d8a0b1e747ff8e2e8fc2115b3 +refs/heads/master: 82f5d57163abed2e5ff271d03217b6f90c616eb8 diff --git a/trunk/sound/pci/mixart/mixart.c b/trunk/sound/pci/mixart/mixart.c index f23a73577c22..bb162507fe6c 100644 --- a/trunk/sound/pci/mixart/mixart.c +++ b/trunk/sound/pci/mixart/mixart.c @@ -607,6 +607,7 @@ static int snd_mixart_hw_params(struct snd_pcm_substream *subs, /* set the format to the board */ err = mixart_set_format(stream, format); if(err < 0) { + mutex_unlock(&mgr->setup_mutex); return err; }