brintos

brintos / linux-shallow public Read only

0
0
Text · 418 B · 1ddc278 Raw
20 lines · c
1/* SPDX-License-Identifier: GPL-2.02 *3 * mt6833-afe-gpio.h  --  Mediatek 6833 afe gpio ctrl definition4 *5 * Copyright (c) 2022 MediaTek Inc.6 * Author: Jiaxin Yu <jiaxin.yu@mediatek.com>7 */8 9#ifndef _MT8186_AFE_GPIO_H_10#define _MT8186_AFE_GPIO_H_11 12struct mtk_base_afe;13 14int mt8186_afe_gpio_init(struct device *dev);15 16int mt8186_afe_gpio_request(struct device *dev, bool enable,17			    int dai, int uplink);18 19#endif20