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

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
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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,
};