From 3d7c8761ee65a09155825144015f13fd45a95b20 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Fri, 17 Jun 2022 18:13:57 +0200 Subject: [PATCH] Updates documentation with changes for driver version v1.6 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bc2400..1a303f9 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ The [aes67-daemon branch of ravenna-alsa-lkm repository](https://github.com/bond The following patches have been applied to the original module: -* patch to fix issue causing the usage of wrong Sources and Sinks buffer offsets in case of reconfiguration or daemon restart. See [issue 55](https://github.com/bondagit/aes67-linux-daemon/issues/55). +* patch to make the PTP slave status change from locked to unlocked if no announcement messages are received from the Master for more than 5 seconds (from driver version v1.6). See [issue 87](https://github.com/bondagit/aes67-linux-daemon/issues/87). +* patch to fix issue causing the usage of wrong Sources and Sinks buffer offsets in case of reconfiguration or daemon restart (from driver version v1.5). See [issue 55](https://github.com/bondagit/aes67-linux-daemon/issues/55). * patch to enable the configuration of smaller ALSA buffer sizes to reduce end-to-end latency up to 8ms (from driver version v1.4). See [platform latency test](#latency) and See [issue 53](https://github.com/bondagit/aes67-linux-daemon/issues/53) * patch to remove unsupported non-interleved access from driver capabilities. This enables compatibility with JACK audio (from driver version v1.3) * patch to enable the usage of a PTP master clock on the daemon host (from driver version v1.1)