projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
505b04e
)
ASoC: sh: fsi-da7210: fixup snd_soc_card name
author
Kuninori Morimoto
<
[email protected]
>
Tue, 5 Jul 2011 07:16:03 +0000
(
00:16
-0700)
committer
Mark Brown
<
[email protected]
>
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 <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/sh/fsi-da7210.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/fsi-da7210.c
b/sound/soc/sh/fsi-da7210.c
index dbafd7ac559066c6b8db9f82fe55ea23f002f3b4..59553fd8c2fb9173a72b7da8b9fa5f70942fe8c2 100644
(file)
--- a/
sound/soc/sh/fsi-da7210.c
+++ b/
sound/soc/sh/fsi-da7210.c
@@
-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,
};