summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_intel_trace.h')
-rw-r--r--sound/pci/hda/hda_intel_trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_intel_trace.h b/sound/pci/hda/hda_intel_trace.h
index 7b5e4c2..ae00473 100644
--- a/sound/pci/hda/hda_intel_trace.h
+++ b/sound/pci/hda/hda_intel_trace.h
@@ -24,7 +24,7 @@ TRACE_EVENT(azx_pcm_trigger,
TP_fast_assign(
__entry->card = (chip)->card->number;
- __entry->idx = (dev)->index;
+ __entry->idx = (dev)->core.index;
__entry->cmd = cmd;
),
@@ -46,7 +46,7 @@ TRACE_EVENT(azx_get_position,
TP_fast_assign(
__entry->card = (chip)->card->number;
- __entry->idx = (dev)->index;
+ __entry->idx = (dev)->core.index;
__entry->pos = pos;
__entry->delay = delay;
),
OpenPOWER on IntegriCloud