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

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

ASoC: sh: fsi-hdmi: 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 f15c9413
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -83,13 +83,13 @@ static int fsi_hdmi_remove(struct platform_device *pdev)

static struct fsi_hdmi_data fsi2_a_hdmi = {
	.cpu_dai	= "fsia-dai",
	.card		= "FSI2A (SH MOBILE HDMI)",
	.card		= "FSI2A-HDMI",
	.id		= FSI_PORT_A,
};

static struct fsi_hdmi_data fsi2_b_hdmi = {
	.cpu_dai	= "fsib-dai",
	.card		= "FSI2B (SH MOBILE HDMI)",
	.card		= "FSI2B-HDMI",
	.id		= FSI_PORT_B,
};