Commit 05af0917 authored by Codrut Grosu's avatar Codrut Grosu Committed by Mark Brown

ASoC: pxa: The open brace is placed with the previous line

This was reported by checkpatch.pl
Signed-off-by: default avatarCodrut Grosu <codrut.cristian.grosu@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 291aaff0
...@@ -228,14 +228,12 @@ static struct snd_soc_ops raumfeld_ak4104_ops = { ...@@ -228,14 +228,12 @@ static struct snd_soc_ops raumfeld_ak4104_ops = {
.codec_name = "spi0.0", \ .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_CS4270,
DAI_LINK_AK4104, 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, DAI_LINK_CS4270,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment