]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs
authorJiaxin Yu <jiaxin.yu@mediatek.com>
Sat, 19 Mar 2022 12:03:25 +0000 (20:03 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 21 Mar 2022 11:43:04 +0000 (11:43 +0000)
commitba78ed8f36ae2660e02b64835c568cbe538e3284
tree7ed66951d0fddee7f2c487ed5b262f6afc17aa1a
parente97b21135b1757b642ecb1f1a314ef545c54c506
ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs

Fixes the following build errors when mt6358 is configured as module:

>> ERROR: modpost: "mt6358_set_mtkaif_protocol"
>> [sound/soc/mediatek/mt8186/mt8186-mt6366-rt1019-rt5682s.ko] undefined!
>> ERROR: modpost: "mt6358_set_mtkaif_protocol"
>> [sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.ko] undefined!

Fixes: cd2168c9d86f ("ASoC: mediatek: mt6358: add codec driver")
Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220319120325.11882-1-jiaxin.yu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/mt6358.c