#include "mtk-dsp-sof-common.h"
#include "mtk-soc-card.h"
int mtk_sof_dai_link_fixup(struct snd_soc_pcm_runtime *rtd,
struct snd_pcm_hw_params *params)
{ … }
EXPORT_SYMBOL_GPL(…);
int mtk_sof_card_probe(struct snd_soc_card *card)
{ … }
EXPORT_SYMBOL_GPL(…);
static struct snd_soc_pcm_runtime *mtk_sof_find_tplg_be(struct snd_soc_pcm_runtime *rtd)
{ … }
static int mtk_sof_check_tplg_be_dai_link_fixup(struct snd_soc_pcm_runtime *rtd,
struct snd_pcm_hw_params *params)
{ … }
int mtk_sof_card_late_probe(struct snd_soc_card *card)
{ … }
EXPORT_SYMBOL_GPL(…);
int mtk_sof_dailink_parse_of(struct snd_soc_card *card, struct device_node *np,
const char *propname, struct snd_soc_dai_link *pre_dai_links,
int pre_num_links)
{ … }
EXPORT_SYMBOL_GPL(…);