From 9221deaf39c2ddab08441829f7c4fd1ddb1ca66b Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Sun, 5 Dec 2021 18:32:11 +0100 Subject: [PATCH] Changed the build script to use end_to_end_latency branch of the driver --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3f12b0f..2a726c8 100755 --- a/build.sh +++ b/build.sh @@ -11,7 +11,7 @@ TOPDIR=$(pwd) cd 3rdparty if [ ! -d ravenna-alsa-lkm ]; then - git clone --single-branch --branch aes67-daemon https://github.com/bondagit/ravenna-alsa-lkm.git + git clone --single-branch --branch end_to_end_latency https://github.com/bondagit/ravenna-alsa-lkm.git cd ravenna-alsa-lkm/driver make cd ../..