// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) // // This file is provided under a dual BSD/GPLv2 license. When using or // redistributing this file, you may do so under either license. // // Copyright(c) 2023 Intel Corporation /* telemetry data queried from debug window */ #include <sound/sof/ipc4/header.h> #include <sound/sof/xtensa.h> #include "../ipc4-priv.h" #include "../sof-priv.h" #include "hda.h" #include "telemetry.h" void sof_ipc4_intel_dump_telemetry_state(struct snd_sof_dev *sdev, u32 flags) { … } EXPORT_SYMBOL_NS(…);