TT#14008 fix stream stats not being updated from kernel

Change-Id: I6bc643b194b78a052ca1fc993055053aefd96941
pull/1278/head
Richard Fuchs 4 years ago
parent 4f49eee43f
commit 0c731ae302

@ -504,6 +504,7 @@ destroy:
diff_ ## x = 0; \
else \
diff_ ## x = ke->stats.x - ks_val; \
atomic64_add(&ps->stats.x, diff_ ## x); \
RTPE_STATS_INC(x, diff_ ## x); \
} while (0)

Loading…
Cancel
Save