summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/mediatek/mt8186/mt8186-clk.h
blob: 89c23caf0fee5e40d7c83a70eecf50a4584e3152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */

/*
 * Copyright (c) 2022 MediaTek Corporation. All rights reserved.
 *
 *  Header file for the mt8186 DSP clock definition
 */

#ifndef __MT8186_CLK_H
#define __MT8186_CLK_H

struct snd_sof_dev;

/* DSP clock */
enum adsp_clk_id {
	CLK_TOP_AUDIODSP,
	CLK_TOP_ADSP_BUS,
	ADSP_CLK_MAX
};

int mt8186_adsp_init_clock(struct snd_sof_dev *sdev);
int mt8186_adsp_clock_on(struct snd_sof_dev *sdev);
void mt8186_adsp_clock_off(struct snd_sof_dev *sdev);
#endif