summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-08-20 16:04:40 (GMT)
committerTakashi Iwai <tiwai@suse.de>2012-08-20 16:04:40 (GMT)
commit099d53c308f50e8ee5b6638ec3f40f0104b3ee31 (patch)
treec49fc531174c94a874d0e4f8e20f33128cb393ac /sound
parent8dea9d382a7aca9ebb48a80a34d7e1cf4ac8dcb2 (diff)
downloadlinux-fsl-qoriq-099d53c308f50e8ee5b6638ec3f40f0104b3ee31.tar.xz
ALSA: hda - Add missing ifdef CONFIG_SND_HDA_POWER_SAVE to tracepoints
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_trace.h b/sound/pci/hda/hda_trace.h
index 9a34b86..d42fe91 100644
--- a/sound/pci/hda/hda_trace.h
+++ b/sound/pci/hda/hda_trace.h
@@ -58,6 +58,7 @@ TRACE_EVENT(hda_bus_reset,
TP_printk("[%d]", __entry->card)
);
+#ifdef CONFIG_SND_HDA_POWER_SAVE
DECLARE_EVENT_CLASS(hda_power,
TP_PROTO(struct hda_codec *codec),
@@ -110,6 +111,7 @@ TRACE_EVENT(hda_power_count,
__entry->card, __entry->addr, __entry->power_count,
__entry->power_on, __entry->power_transition)
);
+#endif /* CONFIG_SND_HDA_POWER_SAVE */
TRACE_EVENT(hda_unsol_event,