// SPDX-License-Identifier: GPL-2.0-only // // Copyright(c) 2021-2024 Intel Corporation // // Authors: Cezary Rojewski <[email protected]> // Amadeusz Slawinski <[email protected]> // #include <sound/hdaudio_ext.h> #include "avs.h" #include "messages.h" static void avs_cnl_ipc_interrupt(struct avs_dev *adev) { … } irqreturn_t avs_cnl_dsp_interrupt(struct avs_dev *adev) { … } const struct avs_dsp_ops avs_cnl_dsp_ops = …;