linux/sound/soc/sof/mediatek/mt8186/mt8186-loader.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 code loader

#include <sound/sof.h>
#include "mt8186.h"
#include "../../ops.h"

void mt8186_sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr)
{}

void mt8186_sof_hifixdsp_shutdown(struct snd_sof_dev *sdev)
{}