brintos

brintos / linux-shallow public Read only

0
0
Text · 447 B · 907d8f5 Raw
18 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * mt8186-mt6366-common.h4 *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#endif18