Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * mt8186-mt6366-common.h
0004  *
0005  * Copyright (c) 2022 MediaTek Inc.
0006  * Author: Jiaxin Yu <jiaxin.yu@mediatek.com>
0007  */
0008 
0009 #ifndef _MT8186_MT6366_COMMON_H_
0010 #define _MT8186_MT6366_COMMON_H_
0011 
0012 int mt8186_mt6366_init(struct snd_soc_pcm_runtime *rtd);
0013 int mt8186_mt6366_card_set_be_link(struct snd_soc_card *card,
0014                    struct snd_soc_dai_link *link,
0015                    struct device_node *node,
0016                    char *link_name);
0017 #endif