WIP FPC-III support
[linux/fpc-iii.git] / sound / soc / mediatek / mt8192 / mt8192-afe-gpio.h
blob5d29469da1c15ab05c4510c15ed9fd998aecade6
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * mt8192-afe-gpio.h -- Mediatek 8192 afe gpio ctrl definition
5 * Copyright (c) 2020 MediaTek Inc.
6 * Author: Shane Chien <shane.chien@mediatek.com>
7 */
9 #ifndef _MT8192_AFE_GPIO_H_
10 #define _MT8192_AFE_GPIO_H_
12 struct device;
14 int mt8192_afe_gpio_init(struct device *dev);
16 int mt8192_afe_gpio_request(struct device *dev, bool enable,
17 int dai, int uplink);
19 #endif