mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
d62ad762f6
This patch adds mt8195 audio cg control. Audio clock gates are registered to CCF for reference count and clock parent management. Signed-off-by: Trevor Wu <trevor.wu@mediatek.com> Link: https://lore.kernel.org/r/20210819084144.18483-3-trevor.wu@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
16 lines
386 B
C
16 lines
386 B
C
/* 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
|