ASoC: sh: fsi-da7210: fixup snd_soc_card name
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 5 Jul 2011 07:16:03 +0000 (00:16 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 9 Jul 2011 10:06:05 +0000 (19:06 +0900)
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: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/sh/fsi-da7210.c

index dbafd7a..59553fd 100644 (file)
@@ -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,
 };