20 Apr
2016
20 Apr
'16
7:12 p.m.
On Tue, Apr 19, 2016 at 01:12:25PM +0800, mengdong.lin@linux.intel.com wrote:
}
-static struct snd_soc_dai *snd_soc_find_dai( +struct snd_soc_dai *snd_soc_find_dai( const struct snd_soc_dai_link_component *dlc) { struct snd_soc_component *component; @@ -959,6 +959,7 @@ static struct snd_soc_dai *snd_soc_find_dai(
return NULL; } +EXPORT_SYMBOL_GPL(snd_soc_find_dai);
Can you please add a kerneldoc comment as well since this is getting exported?