Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/soc/mediatek/mt8186/mt8186-mt6366-common.h
26488 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* mt8186-mt6366-common.h
4
*
5
* Copyright (c) 2022 MediaTek Inc.
6
* Author: Jiaxin Yu <[email protected]>
7
*/
8
9
#ifndef _MT8186_MT6366_COMMON_H_
10
#define _MT8186_MT6366_COMMON_H_
11
12
int mt8186_mt6366_init(struct snd_soc_pcm_runtime *rtd);
13
int 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
19