summaryrefslogtreecommitdiff
path: root/xpp/xbus-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/xbus-core.c')
-rw-r--r--xpp/xbus-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/xbus-core.c b/xpp/xbus-core.c
index a5544b9..3c057da 100644
--- a/xpp/xbus-core.c
+++ b/xpp/xbus-core.c
@@ -1010,6 +1010,7 @@ static int xbus_read_proc(char *page, char **start, off_t off, int count, int *e
xbus->open_counter,
atomic_read(&xbus->packet_counter)
);
+ len += sprintf(page + len, "\nPLL DRIFT=%d\n", xbus->sync_adjustment);
len += sprintf(page + len, "PCM Metrices:\n");
len += sprintf(page + len, "\tPCM TX: min=%ld max=%ld\n",
xbus->min_tx_sync, xbus->max_tx_sync);