summary refs log tree commit diff
path: root/fs/binfmt_aout.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-05-31 00:00:35 +0200
committerMark Brown <broonie@kernel.org>2018-05-31 11:24:48 +0100
commit39f56b757cf9778572041f497f6fad890224c9fb (patch)
tree47e4402a66ce7ed4fdaefeca95e8d96d272ed301 /fs/binfmt_aout.c
parent3217004ad97fdae6663e8e75c443d8e616cb7fd0 (diff)
downloadlinux-39f56b757cf9778572041f497f6fad890224c9fb.tar.gz
ASoC: mediatek: export mtk-afe symbols as needed
The new mt6797-afe driver uses some functions in a common file, which
works for a built-in driver but fails for a loadable module:

ERROR: "mtk_afe_pcm_free" [sound/soc/mediatek/mt6797/snd-soc-mt6797-afe.ko] undefined!
ERROR: "mtk_afe_add_sub_dai_control" [sound/soc/mediatek/mt6797/snd-soc-mt6797-afe.ko] undefined!
ERROR: "mtk_afe_pcm_new" [sound/soc/mediatek/mt6797/snd-soc-mt6797-afe.ko] undefined!
ERROR: "mtk_afe_combine_sub_dai" [sound/soc/mediatek/mt6797/snd-soc-mt6797-afe.ko] undefined!
ERROR: "mtk_afe_pcm_ops" [sound/soc/mediatek/mt6797/snd-soc-mt6797-afe.ko] undefined!

This exports the five symbols above for modules.

Fixes: b3c702f56bf5 ("ASoC: mt6797: combine DAI to register component")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'fs/binfmt_aout.c')
0 files changed, 0 insertions, 0 deletions