#include <linux/clk.h>
#include <linux/io.h>
#include "mt8195.h"
#include "mt8195-clk.h"
#include "../adsp_helper.h"
#include "../../sof-audio.h"
static const char *adsp_clks[ADSP_CLK_MAX] = …;
int mt8195_adsp_init_clock(struct snd_sof_dev *sdev)
{ … }
static int adsp_enable_all_clock(struct snd_sof_dev *sdev)
{ … }
static void adsp_disable_all_clock(struct snd_sof_dev *sdev)
{ … }
static int adsp_default_clk_init(struct snd_sof_dev *sdev, bool enable)
{ … }
int adsp_clock_on(struct snd_sof_dev *sdev)
{ … }
int adsp_clock_off(struct snd_sof_dev *sdev)
{ … }