Skip to content

Commit

Permalink
ASoC: sh: fsi-da7210: fixup snd_soc_card name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Jul 9, 2011
1 parent 505b04e commit f15c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/sh/fsi-da7210.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit f15c941

Please sign in to comment.