diff options
author | Codrut Grosu <codrut.cristian.grosu@gmail.com> | 2017-02-26 00:54:16 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-07 16:27:43 +0300 |
commit | 05af0917aaf8a0755de8fbbf72153ad6ca1f5443 (patch) | |
tree | f97bfa18156eb7b7811f57766455c9ad90c41a84 /sound/soc/pxa | |
parent | 291aaff0c6f2c56645061b9c8afadc0bb1251676 (diff) | |
download | linux-05af0917aaf8a0755de8fbbf72153ad6ca1f5443.tar.xz |
ASoC: pxa: The open brace is placed with the previous line
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r-- | sound/soc/pxa/raumfeld.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/soc/pxa/raumfeld.c b/sound/soc/pxa/raumfeld.c index 552b763005ed..47c91730e93c 100644 --- a/sound/soc/pxa/raumfeld.c +++ b/sound/soc/pxa/raumfeld.c @@ -228,14 +228,12 @@ static struct snd_soc_ops raumfeld_ak4104_ops = { .codec_name = "spi0.0", \ } -static struct snd_soc_dai_link snd_soc_raumfeld_connector_dai[] = -{ +static struct snd_soc_dai_link snd_soc_raumfeld_connector_dai[] = { DAI_LINK_CS4270, DAI_LINK_AK4104, }; -static struct snd_soc_dai_link snd_soc_raumfeld_speaker_dai[] = -{ +static struct snd_soc_dai_link snd_soc_raumfeld_speaker_dai[] = { DAI_LINK_CS4270, }; |