aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-12-06 15:38:09 +0100
committerTakashi Iwai <tiwai@suse.de>2010-12-06 15:38:09 +0100
commita8eaa57d5d84aa8b15f965728485338e1af4d9a5 (patch)
tree3c920916ca992f0befe4122f1a8d8197091a02fd
parentf4180632974fce6fa98a5fe536a7d7363415fe97 (diff)
downloadalsa-driver-build-unstable-a8eaa57d5d84aa8b15f965728485338e1af4d9a5.tar.gz
Add dummy wrapper for ASoC jack detection trace events
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/trace_events_asoc_compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/trace_events_asoc_compat.h b/include/trace_events_asoc_compat.h
index 598f0622f..b7a6b0492 100644
--- a/include/trace_events_asoc_compat.h
+++ b/include/trace_events_asoc_compat.h
@@ -9,4 +9,7 @@
#define trace_snd_soc_dapm_start(card)
#define trace_snd_soc_dapm_done(card)
#define trace_snd_soc_dapm_widget_power(w, power)
+#define trace_snd_soc_jack_report(jack, mask, status)
+#define trace_snd_soc_jack_notify(jack, status)
+#define trace_snd_soc_jack_irq(name)
#endif /* _TRACE_ASOC_H */