ASoC: Intel: Rename SST trace event header to be less generic.
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Tue, 18 Feb 2014 11:43:16 +0000 (11:43 +0000)
committerMark Brown <broonie@linaro.org>
Wed, 19 Feb 2014 04:27:04 +0000 (13:27 +0900)
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: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/trace/events/intel-sst.h [moved from include/trace/events/sst.h with 94% similarity]
sound/soc/intel/sst-dsp.c

similarity index 94%
rename from include/trace/events/sst.h
rename to include/trace/events/intel-sst.h
index 1a0d6b3..76c72d3 100644 (file)
@@ -1,8 +1,8 @@
 #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>
index 1888de5..e0ad2e5 100644 (file)
@@ -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)