Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47211
b: refs/heads/master
c: 11da21a
h: refs/heads/master
i:
  47209: 0bdd3b9
  47207: 75e759b
v: v3
  • Loading branch information
Seth Forshee authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 62ebfae commit d85368a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb666e5bd865cc991c0048d6e81581019a141820
refs/heads/master: 11da21a79048472a14b201120c0c50b10060220b
3 changes: 3 additions & 0 deletions trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,9 @@ int snd_soc_dapm_stream_event(struct snd_soc_codec *codec,
{
struct snd_soc_dapm_widget *w;

if (stream == NULL)
return 0;

mutex_lock(&codec->mutex);
list_for_each_entry(w, &codec->dapm_widgets, list)
{
Expand Down

0 comments on commit d85368a

Please sign in to comment.