probe: show correct dma in probe point info

This patch will ignore provided stream tag for extraction probe point.
It is used only for checking probe point info by the user and now for
all extraction points it will show the same and valid stream tag.

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@linux.intel.com>
This commit is contained in:
Adrian Bonislawski 2020-03-24 15:33:59 +01:00 committed by Tomasz Lauda
parent e5a910d21b
commit 6aef5b9134
1 changed files with 2 additions and 0 deletions

View File

@ -1015,6 +1015,8 @@ int probe_point_add(uint32_t count, struct probe_point *probe)
tracev_probe("probe_point_add(): start probe task");
schedule_task(&_probe->dmap_work, 1000, 1000);
}
/* ignore probe stream tag for extraction probes */
probe[i].stream_tag = _probe->ext_dma.stream_tag;
}
/* probe point valid, save it */