aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek/mt8195/mt8195-audsys-clk.h
blob: 239d31016ba76cea59f1cb94372cd85fe01f6cf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * mt8195-audsys-clk.h  --  Mediatek 8195 audsys clock definition
 *
 * Copyright (c) 2021 MediaTek Inc.
 * Author: Trevor Wu <trevor.wu@mediatek.com>
 */

#ifndef _MT8195_AUDSYS_CLK_H_
#define _MT8195_AUDSYS_CLK_H_

int mt8195_audsys_clk_register(struct mtk_base_afe *afe);
void mt8195_audsys_clk_unregister(struct mtk_base_afe *afe);

#endif