Skip to content

Commit

Permalink
Merge branch 'for-2.6.32' into for-2.6.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Oct 15, 2009
2 parents c8bf93f + 8e8b2d6 commit 3da8e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3da8e68

Please sign in to comment.