18 Jun
2019
18 Jun
'19
12:46 p.m.
On Tue, Jun 18, 2019 at 10:46:28AM +0200, Takashi Iwai wrote:
bgoswami@codeaurora.org wrote:
Drivers may need to use the ASoC core function to find out whether a particular component is already registered with ASoC core or not. Export the function so that drivers can use it outside of the file.
Why might they need to do that?
Why not EXPORT_SYMBOL_GPL()?
All the other ASoC exports are GPL, any new ones should be too.