[alsa-devel] [PATCH] ASoC: trace: Make sure trace header doesnt depend on any headers
Liam Girdwood
liam.r.girdwood at linux.intel.com
Fri Sep 13 19:09:46 CEST 2013
Fix build so that asoc trace event header doesn't depend on other headers.
Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
include/trace/events/asoc.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index 5fc2dcd..03996b2 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -14,6 +14,7 @@ struct snd_soc_codec;
struct snd_soc_platform;
struct snd_soc_card;
struct snd_soc_dapm_widget;
+struct snd_soc_dapm_path;
/*
* Log register events
--
1.8.1.2
More information about the Alsa-devel
mailing list