13 Sep
2013
13 Sep
'13
8:09 p.m.
Fix build so that asoc trace event header doesn't depend on other headers.
Signed-off-by: Liam Girdwood liam.r.girdwood@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