Browse Source

Merge branch 'for-2.6.32' into for-2.6.33

Mark Brown 15 năm trước cách đây
mục cha
commit
3da8e6885e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      sound/soc/soc-dapm.c

+ 1 - 1
sound/soc/soc-dapm.c

@@ -2135,9 +2135,9 @@ int snd_soc_dapm_stream_event(struct snd_soc_codec *codec,
 			}
 			}
 		}
 		}
 	}
 	}
-	mutex_unlock(&codec->mutex);
 
 
 	dapm_power_widgets(codec, event);
 	dapm_power_widgets(codec, event);
+	mutex_unlock(&codec->mutex);
 	dump_dapm(codec, __func__);
 	dump_dapm(codec, __func__);
 	return 0;
 	return 0;
 }
 }