Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f15c9413 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown
Browse files

ASoC: sh: fsi-da7210: fixup snd_soc_card name



it shouldn't contain space letters and
special letters like parentheses.

aplay will be "Segmentation fault" without this patch.
special thanks to Takashi.

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 505b04e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ static struct snd_soc_dai_link fsi_da7210_dai = {
};

static struct snd_soc_card fsi_soc_card = {
	.name		= "FSI (DA7210)",
	.name		= "FSI-DA7210",
	.dai_link	= &fsi_da7210_dai,
	.num_links	= 1,
};