Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6c59e6c4129cd80834837b58a42216f0432a4f58
Commit:     6c59e6c4129cd80834837b58a42216f0432a4f58
Parent:     1b075e3f7323f85f7e9cc7b6ae7a36c33d9ce76e
Author:     Liam Girdwood <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 10 14:40:16 2008 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Thu Jan 31 17:29:50 2008 +0100

    [ALSA] soc - Clean up tabs
    
    
    Signed-off-by: Liam Girdwood <[EMAIL PROTECTED]>
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/soc/soc-dapm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 91d58b5..d033e73 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to