ASoC: pxa: Add space around '='
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 20:25:23 +0000 (22:25 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 13:32:21 +0000 (14:32 +0100)
This was reported by checkpatch.pl

Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/e750_wm9705.c
sound/soc/pxa/e800_wm9712.c
sound/soc/pxa/em-x270.c
sound/soc/pxa/mioa701_wm9713.c

index fdcd94a..82bcbbb 100644 (file)
@@ -81,7 +81,7 @@ static struct snd_soc_dai_link e750_dai[] = {
                .name = "AC97 Aux",
                .stream_name = "AC97 Aux",
                .cpu_dai_name = "pxa2xx-ac97-aux",
-               .codec_dai_name ="wm9705-aux",
+               .codec_dai_name = "wm9705-aux",
                .platform_name = "pxa-pcm-audio",
                .codec_name = "wm9705-codec",
        },
index 2df714f..1ed8aa2 100644 (file)
@@ -81,7 +81,7 @@ static struct snd_soc_dai_link e800_dai[] = {
                .name = "AC97 Aux",
                .stream_name = "AC97 Aux",
                .cpu_dai_name = "pxa2xx-ac97-aux",
-               .codec_dai_name ="wm9712-aux",
+               .codec_dai_name = "wm9712-aux",
                .platform_name = "pxa-pcm-audio",
                .codec_name = "wm9712-codec",
        },
index 6f2020f..e046770 100644 (file)
@@ -43,7 +43,7 @@ static struct snd_soc_dai_link em_x270_dai[] = {
                .name = "AC97 Aux",
                .stream_name = "AC97 Aux",
                .cpu_dai_name = "pxa2xx-ac97-aux",
-               .codec_dai_name ="wm9712-aux",
+               .codec_dai_name = "wm9712-aux",
                .platform_name = "pxa-pcm-audio",
                .codec_name = "wm9712-codec",
        },
index 8760a66..c4c6fbe 100644 (file)
@@ -157,7 +157,7 @@ static struct snd_soc_dai_link mioa701_dai[] = {
                .name = "AC97 Aux",
                .stream_name = "AC97 Aux",
                .cpu_dai_name = "pxa2xx-ac97-aux",
-               .codec_dai_name ="wm9713-aux",
+               .codec_dai_name = "wm9713-aux",
                .codec_name = "wm9713-codec",
                .platform_name = "pxa-pcm-audio",
                .ops = &mioa701_ops,