
4 Jun
2015
4 Jun
'15
2:04 p.m.
On Thu, Jun 04, 2015 at 06:58:38PM +0800, kbuild test robot wrote:
All error/warnings (new ones prefixed by >>):
sound/built-in.o: In function `soc_tplg_dapm_widget_create':
:(.text+0x25a90): undefined reference to `snd_soc_dapm_new_control'
The fix for the build bug in your patch exporting this was to add a static prototype (you were in the CC for that fix) so now the topology code still doesn't have the export.
Can you send a fixup please?