// SPDX-License-Identifier: GPL-2.0-only // // Copyright(c) 2021-2024 Intel Corporation // // Authors: Cezary Rojewski <[email protected]> // Amadeusz Slawinski <[email protected]> // #include "avs.h" static int avs_tgl_dsp_core_power(struct avs_dev *adev, u32 core_mask, bool power) { … } static int avs_tgl_dsp_core_reset(struct avs_dev *adev, u32 core_mask, bool reset) { … } static int avs_tgl_dsp_core_stall(struct avs_dev *adev, u32 core_mask, bool stall) { … } const struct avs_dsp_ops avs_tgl_dsp_ops = …;