arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.git] / sound / soc / mediatek / common / mtk-soundcard-driver.h
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
12 int parse_dai_link_info(struct snd_soc_card *card);
13 void clean_card_reference(struct snd_soc_card *card);
14 #endif