1
0
Fork 0

Merge branch 'for-2.6.32' into for-2.6.33

wifi-calibration
Mark Brown 2009-10-15 15:02:14 +01:00
commit 3da8e6885e
1 changed files with 1 additions and 1 deletions

View File

@ -2135,9 +2135,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;
}