From 6563a56da463b458202ee72ed518572c116537f1 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli <56439183+bondagit@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:37:59 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e9ab34..dd5136d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AES67 Linux Daemon +#1 AES67 Linux Daemon AES67 Linux Daemon is a Linux implementation of AES67 interoperability standard used to distribute and synchronize real time audio over Ethernet. See [https://en.wikipedia.org/wiki/AES67](https://en.wikipedia.org/wiki/AES67) for additional info. @@ -178,7 +178,7 @@ 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 use ALSA managed buffer allocation and compile with Linux Kernel v6.12 and above (from driver version v1.12) +* patch to use ALSA managed buffer allocation and compile with Linux Kernel v6.12 and above (from driver version v1.13) * patch to compile with Linux Kernel v6.11 and above (from driver version v1.11) * patch to support sample rates 192Khz and 384Khz (from driver version v1.7) * patch to compile with Linux Kernel v6.2 and above (from driver version v1.7)