Hi Stephen
> After merging the sound-asoc tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> ERROR: "asoc_simple_card_clk_enable"
> [sound/soc/generic/snd-soc-simple-card.ko] undefined!
> ERROR: "asoc_simple_card_clk_disable"
> [sound/soc/generic/snd-soc-simple-card.ko] undefined!
>
> Caused by commit
>
> bb24a3ba3f52 ("ASoC: simple-scu-card: use asoc_simple_card_clk_xxx()")
>
> These symbols are not exported to modules.
>
> I have used the sound-asoc tree from next-20170613 for today.
Thanks.
I posted this fixup patch few hours ago
To: Mark Brown <[email protected]>
Subject: [PATCH] ASoC: simple_card_utils: add EXPORT_SYMBOL_GPL() for
asoc_simple_card_clk_xxx()
CC: Linux-ALSA <[email protected]>, Simon <[email protected]>,
<[email protected]>
Date: Wed, 14 Jun 2017 01:04:11 +0000
Best regards
---
Kuninori Morimoto