21 Apr
2016
21 Apr
'16
8:55 a.m.
On 04/21/2016 12:12 AM, Mark Brown wrote:
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?
Okay, I'll do this. Thanks for your reminding.
Regards Mengdong