diff mbox

[1/2] ASoC: Intel: Rename SST trace event header to be less generic.

Message ID 1392720110-4278-1-git-send-email-liam.r.girdwood@linux.intel.com (mailing list archive)
State Accepted
Delegated to: Mark Brown
Headers show

Commit Message

Liam Girdwood Feb. 18, 2014, 10:41 a.m. UTC
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>
---
 include/trace/events/{sst.h => intel-sst.h} | 0
 sound/soc/intel/sst-dsp.c                   | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename include/trace/events/{sst.h => intel-sst.h} (100%)

Comments

Liam Girdwood Feb. 18, 2014, 11:24 a.m. UTC | #1
On Tue, 2014-02-18 at 10:41 +0000, Liam Girdwood wrote:
> 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 ;)
> 

bah, I'll need to resend this one. It passed module build, but failed on
built-in (as I had built-in the driver for some other tests).

Liam
diff mbox

Patch

diff --git a/include/trace/events/sst.h b/include/trace/events/intel-sst.h
similarity index 100%
rename from include/trace/events/sst.h
rename to include/trace/events/intel-sst.h
diff --git a/sound/soc/intel/sst-dsp.c b/sound/soc/intel/sst-dsp.c
index 1888de5..e0ad2e5 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)