15 lines · c
1/* SPDX-License-Identifier: GPL-2.02 *3 * mt8186-audsys-clk.h -- Mediatek 8186 audsys clock definition4 *5 * Copyright (c) 2022 MediaTek Inc.6 * Author: Trevor Wu <trevor.wu@mediatek.com>7 */8 9#ifndef _MT8186_AUDSYS_CLK_H_10#define _MT8186_AUDSYS_CLK_H_11 12int mt8186_audsys_clk_register(struct mtk_base_afe *afe);13 14#endif15