Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81610
b: refs/heads/master
c: 6c59e6c
h: refs/heads/master
v: v3
  • Loading branch information
Liam Girdwood authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 19232f8 commit 6e61ac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1b075e3f7323f85f7e9cc7b6ae7a36c33d9ce76e
refs/heads/master: 6c59e6c4129cd80834837b58a42216f0432a4f58
4 changes: 2 additions & 2 deletions trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1297,9 +1297,9 @@ int snd_soc_dapm_device_event(struct snd_soc_device *socdev, int event)
struct snd_soc_machine *machine = socdev->machine;

if (machine->dapm_event)
machine->dapm_event(machine, event);
machine->dapm_event(machine, event);
if (codec->dapm_event)
codec->dapm_event(codec, event);
codec->dapm_event(codec, event);
return 0;
}
EXPORT_SYMBOL_GPL(snd_soc_dapm_device_event);
Expand Down

0 comments on commit 6e61ac2

Please sign in to comment.