提交 b47bd099 编写于 作者: L Liam Girdwood 提交者: Mark Brown

ASoC: Intel: Rename SST trace event header to be less generic.

The Intel audio DSP SST trace event header has been renamed from sst.h
to intel-sst.h in order to avoid any confusion with any future
Samoa Standard Time drivers ;)
Signed-off-by: NLiam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 2280e90e
#undef TRACE_SYSTEM
#define TRACE_SYSTEM sst
#define TRACE_SYSTEM intel-sst
#if !defined(_TRACE_SST_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_SST_H
#if !defined(_TRACE_INTEL_SST_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_INTEL_SST_H
#include <linux/types.h>
#include <linux/ktime.h>
......
......@@ -24,7 +24,7 @@
#include "sst-dsp-priv.h"
#define CREATE_TRACE_POINTS
#include <trace/events/sst.h>
#include <trace/events/intel-sst.h>
/* Public API */
void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册