Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/soc/mediatek/mt8195/mt8195-audsys-clk.h
26488 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* mt8195-audsys-clk.h -- Mediatek 8195 audsys clock definition
4
*
5
* Copyright (c) 2021 MediaTek Inc.
6
* Author: Trevor Wu <[email protected]>
7
*/
8
9
#ifndef _MT8195_AUDSYS_CLK_H_
10
#define _MT8195_AUDSYS_CLK_H_
11
12
int mt8195_audsys_clk_register(struct mtk_base_afe *afe);
13
14
#endif
15
16