aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r--sound/soc/soc-dapm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index d2af872e4771..eaadb4b742f4 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -2135,9 +2135,9 @@ int snd_soc_dapm_stream_event(struct snd_soc_codec *codec,
2135 } 2135 }
2136 } 2136 }
2137 } 2137 }
2138 mutex_unlock(&codec->mutex);
2139 2138
2140 dapm_power_widgets(codec, event); 2139 dapm_power_widgets(codec, event);
2140 mutex_unlock(&codec->mutex);
2141 dump_dapm(codec, __func__); 2141 dump_dapm(codec, __func__);
2142 return 0; 2142 return 0;
2143} 2143}