Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b47bd099 authored by Liam Girdwood's avatar Liam Girdwood Committed by Mark Brown
Browse files

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: default avatarLiam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 2280e90e
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
#undef TRACE_SYSTEM
#undef TRACE_SYSTEM
#define TRACE_SYSTEM sst
#define TRACE_SYSTEM intel-sst


#if !defined(_TRACE_SST_H) || defined(TRACE_HEADER_MULTI_READ)
#if !defined(_TRACE_INTEL_SST_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_SST_H
#define _TRACE_INTEL_SST_H


#include <linux/types.h>
#include <linux/types.h>
#include <linux/ktime.h>
#include <linux/ktime.h>
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@
#include "sst-dsp-priv.h"
#include "sst-dsp-priv.h"


#define CREATE_TRACE_POINTS
#define CREATE_TRACE_POINTS
#include <trace/events/sst.h>
#include <trace/events/intel-sst.h>


/* Public API */
/* Public API */
void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value)
void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value)