linux/sound/soc/sof/mediatek/mt8186/mt8186-clk.c

// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
//
// Copyright(c) 2022 Mediatek Corporation. All rights reserved.
//
// Author: Allen-KH Cheng <[email protected]>
//         Tinghan Shen <[email protected]>
//
// Hardware interface for mt8186 DSP clock

#include <linux/clk.h>
#include <linux/io.h>

#include "../../sof-audio.h"
#include "../../ops.h"
#include "../adsp_helper.h"
#include "mt8186.h"
#include "mt8186-clk.h"

static const char *adsp_clks[ADSP_CLK_MAX] =;

int mt8186_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)
{}

int mt8186_adsp_clock_on(struct snd_sof_dev *sdev)
{}

void mt8186_adsp_clock_off(struct snd_sof_dev *sdev)
{}