diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-11-02 18:18:29 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-02 18:18:29 +0300 |
commit | 01e324b463815f62be2c4c89c72463f69ec979e2 (patch) | |
tree | 090ffc1d9512fd98853bb58567325882aab54e6c /sound/soc/soc-dapm.c | |
parent | 23aebca486429b74c35b41ac5cac7ce97609fd6a (diff) | |
parent | b214f11fb92713fbb07d8c1f62dd1aa8077b56c9 (diff) | |
download | linux-01e324b463815f62be2c4c89c72463f69ec979e2.tar.xz |
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r-- | sound/soc/soc-dapm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 8de6f9dec4a2..d89f6dc00908 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -2072,9 +2072,9 @@ int snd_soc_dapm_stream_event(struct snd_soc_codec *codec, } } } - mutex_unlock(&codec->mutex); dapm_power_widgets(codec, event); + mutex_unlock(&codec->mutex); dump_dapm(codec, __func__); return 0; } |