debug.c (bde4f08cff47632f0a52e15a613365e26608d003) | debug.c (7bbdda8009001d66611314e67a3f498d4b412c64) |
---|---|
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2// 3// This file is provided under a dual BSD/GPLv2 license. When using or 4// redistributing this file, you may do so under either license. 5// 6// Copyright(c) 2018 Intel Corporation. All rights reserved. 7// 8// Author: Liam Girdwood <liam.r.girdwood@linux.intel.com> --- 6 unchanged lines hidden (view full) --- 15#include <linux/io.h> 16#include <linux/pm_runtime.h> 17#include <sound/sof/ext_manifest.h> 18#include <sound/sof/debug.h> 19#include "sof-priv.h" 20#include "ops.h" 21 22#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_PROBES) | 1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2// 3// This file is provided under a dual BSD/GPLv2 license. When using or 4// redistributing this file, you may do so under either license. 5// 6// Copyright(c) 2018 Intel Corporation. All rights reserved. 7// 8// Author: Liam Girdwood <liam.r.girdwood@linux.intel.com> --- 6 unchanged lines hidden (view full) --- 15#include <linux/io.h> 16#include <linux/pm_runtime.h> 17#include <sound/sof/ext_manifest.h> 18#include <sound/sof/debug.h> 19#include "sof-priv.h" 20#include "ops.h" 21 22#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_PROBES) |
23#include "probe.h" | 23#include "sof-probes.h" |
24 25/** 26 * strsplit_u32 - Split string into sequence of u32 tokens 27 * @buf: String to split into tokens. 28 * @delim: String containing delimiter characters. 29 * @tkns: Returned u32 sequence pointer. 30 * @num_tkns: Returned number of tokens obtained. 31 */ --- 808 unchanged lines hidden --- | 24 25/** 26 * strsplit_u32 - Split string into sequence of u32 tokens 27 * @buf: String to split into tokens. 28 * @delim: String containing delimiter characters. 29 * @tkns: Returned u32 sequence pointer. 30 * @num_tkns: Returned number of tokens obtained. 31 */ --- 808 unchanged lines hidden --- |