1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2024-11-19 13:27:49 +00:00
a155-U-u1/kernel-5.10/sound/soc/mediatek/mt6853/mt6853-afe-gpio.h
2024-03-11 06:53:12 +11:00

20 lines
437 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* mt6853-afe-gpio.h -- Mediatek 6853 afe gpio ctrl definition
*
* Copyright (c) 2019 MediaTek Inc.
* Author: Shane Chien <shane.chien@mediatek.com>
*/
#ifndef _MT6853_AFE_GPIO_H_
#define _MT6853_AFE_GPIO_H_
struct mtk_base_afe;
int mt6853_afe_gpio_init(struct mtk_base_afe *afe);
int mt6853_afe_gpio_request(struct mtk_base_afe *afe, bool enable,
int dai, int uplink);
#endif