Skip to content

Commit

Permalink
[ALSA] soc - Clean up tabs
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Liam Girdwood authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 1b075e3 commit 6c59e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 6c59e6c

Please sign in to comment.