// SPDX-License-Identifier: GPL-2.0-only // // Copyright(c) 2022 Intel Corporation #include "sof-priv.h" int sof_fw_trace_init(struct snd_sof_dev *sdev) { … } void sof_fw_trace_free(struct snd_sof_dev *sdev) { … } void sof_fw_trace_fw_crashed(struct snd_sof_dev *sdev) { … } void sof_fw_trace_suspend(struct snd_sof_dev *sdev, pm_message_t pm_state) { … } int sof_fw_trace_resume(struct snd_sof_dev *sdev) { … }