WIP FPC-III support
[linux/fpc-iii.git] / sound / soc / mediatek / mt6797 / mt6797-afe-clk.h
bloba6f0cb5727116cb563d3792ddfcea782f87864b0
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * mt6797-afe-clk.h -- Mediatek 6797 afe clock ctrl definition
5 * Copyright (c) 2018 MediaTek Inc.
6 * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
7 */
9 #ifndef _MT6797_AFE_CLK_H_
10 #define _MT6797_AFE_CLK_H_
12 struct mtk_base_afe;
14 int mt6797_init_clock(struct mtk_base_afe *afe);
15 int mt6797_afe_enable_clock(struct mtk_base_afe *afe);
16 int mt6797_afe_disable_clock(struct mtk_base_afe *afe);
17 #endif