mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
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>
This commit is contained in:
parent
291aaff0c6
commit
05af0917aa
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user