1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * mt8186-mt6366-common.h 4 * 5 * Copyright (c) 2022 MediaTek Inc. 6 * Author: Jiaxin Yu <jiaxin.yu@mediatek.com> 7 */ 8 9#ifndef _MT8186_MT6366_COMMON_H_ 10#define _MT8186_MT6366_COMMON_H_ 11 12int mt8186_mt6366_init(struct snd_soc_pcm_runtime *rtd); 13int mt8186_mt6366_card_set_be_link(struct snd_soc_card *card, 14 struct snd_soc_dai_link *link, 15 struct device_node *node, 16 char *link_name); 17#endif 18