21 Dec
2021
21 Dec
'21
4:40 p.m.
On 2021-12-21 2:41 PM, Mark Brown wrote:
On Wed, Dec 08, 2021 at 12:12:30PM +0100, Cezary Rojewski wrote:
dev_dbg(dev, "ASoC: Registered DAI '%s'\n", dai->name); return dai; } +EXPORT_SYMBOL(snd_soc_register_dai);
EXPORT_SYMBOL?
I'm going to assume you're questioning the usage of EXPORT_SYMBOL here i.e. why isn't EXPORT_SYMBOL_GPL used instead?
Ack, it should be EXPORT_SYMBOL_GPL as it is the case for all other functions exported in soc-core.c.
Regards, Czarek