// SPDX-License-Identifier: GPL-2.0 // // mt8186-mt6366-common.c // -- MT8186 MT6366 ALSA common driver // // Copyright (c) 2022 MediaTek Inc. // Author: Jiaxin Yu <[email protected]> // #include <sound/soc.h> #include "../../codecs/mt6358.h" #include "../common/mtk-afe-platform-driver.h" #include "mt8186-afe-common.h" #include "mt8186-mt6366-common.h" int mt8186_mt6366_init(struct snd_soc_pcm_runtime *rtd) { … } EXPORT_SYMBOL_GPL(…); int mt8186_mt6366_card_set_be_link(struct snd_soc_card *card, struct snd_soc_dai_link *link, struct device_node *node, char *link_name) { … } EXPORT_SYMBOL_GPL(…);