summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/mt8188/mt8188-audsys-clk.h
blob: 6c5f463ad7e4dd3808879c27ea3d934c450c5ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * mt8188-audsys-clk.h  --  MediaTek 8188 audsys clock definition
 *
 * Copyright (c) 2022 MediaTek Inc.
 * Author: Chun-Chia Chiu <chun-chia.chiu@mediatek.com>
 */

#ifndef _MT8188_AUDSYS_CLK_H_
#define _MT8188_AUDSYS_CLK_H_

int mt8188_audsys_clk_register(struct mtk_base_afe *afe);
void mt8188_audsys_clk_unregister(struct mtk_base_afe *afe);

#endif