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

// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
//
// Copyright(c) 2021 Mediatek Corporation. All rights reserved.
//
// Author: YC Hung <[email protected]>
//
// Hardware interface for mt8195 DSP clock

#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)
{}