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: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
505b04e0f8
commit
f15c941331
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue