1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * mtk-soundcard-driver.h -- MediaTek soundcard driver common definition 4 * 5 * Copyright (c) 2022 MediaTek Inc. 6 * Author: Trevor Wu <trevor.wu@mediatek.com> 7 */ 8 9#ifndef _MTK_SOUNDCARD_DRIVER_H_ 10#define _MTK_SOUNDCARD_DRIVER_H_ 11 12int parse_dai_link_info(struct snd_soc_card *card); 13void clean_card_reference(struct snd_soc_card *card); 14#endif 15