summary refs log tree commit diff
path: root/sound/soc/intel
diff options
context:
space:
mode:
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>2014-02-18 11:43:16 +0000
committerMark Brown <broonie@linaro.org>2014-02-19 13:27:04 +0900
commitb47bd099fbb3412e34e8915c7a06bc3dbe73bc01 (patch)
tree56ed99b2640b8f7430079803a22a9a14585307f5 /sound/soc/intel
parent2280e90efae92060f6fa717fb1afa9861bd2b520 (diff)
downloadlinux-b47bd099fbb3412e34e8915c7a06bc3dbe73bc01.tar.gz
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: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r--sound/soc/intel/sst-dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-dsp.c b/sound/soc/intel/sst-dsp.c
index 1888de54d079..e0ad2e50be52 100644
--- a/sound/soc/intel/sst-dsp.c
+++ b/sound/soc/intel/sst-dsp.c
@@ -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)