// 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 code loader #include <sound/sof.h> #include "mt8195.h" #include "../../ops.h" void sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr) { … } void sof_hifixdsp_shutdown(struct snd_sof_dev *sdev) { … }