aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/core/pcm_native.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
index 85fe1a216225..bfe1cf6b492f 100644
--- a/sound/core/pcm_native.c
+++ b/sound/core/pcm_native.c
@@ -818,7 +818,7 @@ static int snd_pcm_action_group(struct action_ops *ops,
818 /* unlock streams */ 818 /* unlock streams */
819 snd_pcm_group_for_each_entry(s1, substream) { 819 snd_pcm_group_for_each_entry(s1, substream) {
820 if (s1 != substream) { 820 if (s1 != substream) {
821 if (s->pcm->nonatomic) 821 if (s1->pcm->nonatomic)
822 mutex_unlock(&s1->self_group.mutex); 822 mutex_unlock(&s1->self_group.mutex);
823 else 823 else
824 spin_unlock(&s1->self_group.lock); 824 spin_unlock(&s1->self_group.lock);