13 Mar
2013
13 Mar
'13
1:38 a.m.
Hi Mark
+static const struct snd_soc_component_driver fsi_soc_component = { +};
It'd be good to at least have a name here.
Easy.
But, current snd_soc_platform / snd_soc_codec have "name", but these *driver* doesn't have it.
It will have double name... Is it OK ?
struct snd_soc_component_driver { const char *name; };
struct snd_soc_component { const char *name; ... const struct snd_soc_component_driver *driver; };
Best regards --- Kuninori Morimoto