diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-05-31 01:00:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-31 13:24:48 +0300 |
commit | 39f56b757cf9778572041f497f6fad890224c9fb (patch) | |
tree | 47e4402a66ce7ed4fdaefeca95e8d96d272ed301 /sound/soc/mediatek/mt6797/Makefile | |
parent | 3217004ad97fdae6663e8e75c443d8e616cb7fd0 (diff) | |
download | linux-39f56b757cf9778572041f497f6fad890224c9fb.tar.xz |
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 'sound/soc/mediatek/mt6797/Makefile')
0 files changed, 0 insertions, 0 deletions