![](https://secure.gravatar.com/avatar/2ea1ea42072986bc3dd023464d0c2de6.jpg?s=120&d=mm&r=g)
5 Jul
2011
5 Jul
'11
10:11 a.m.
Dear Takashi
Kuninori Morimoto (3): ASoC: sh: fsi-ak4642: fixup snd_soc_card name ASoC: sh: fsi-da7210: fixup snd_soc_card name ASoC: sh: fsi-hdmi: fixup snd_soc_card name
The name string itself is allowed to contain spaces or other special letters. These are copied to longname and shortname. But the driver_name string isn't, and the problem is to reuse the same string for it.
Thanks. I understand it.
Since no driver sets driver_name string yet, a better fix would be to keep it empty like the earlier version. The revised patch below.
Thanks. I need this patch on current linus tree.
Best regards --- Kuninori Morimoto