From e8c1c9d6bff1de4fc4cbb0b82ebc458914a7564e Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Tue, 7 Jul 2020 22:21:12 +0200 Subject: [PATCH] Fix wrong file extension of ravenna-alsa-lkm-independent-playback-capture patch file --- ...path => ravenna-alsa-lkm-independent-playback-capture.patch} | 0 build.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename 3rdparty/patches/{ravenna-alsa-lkm-independent-playback-capture.path => ravenna-alsa-lkm-independent-playback-capture.patch} (100%) diff --git a/3rdparty/patches/ravenna-alsa-lkm-independent-playback-capture.path b/3rdparty/patches/ravenna-alsa-lkm-independent-playback-capture.patch similarity index 100% rename from 3rdparty/patches/ravenna-alsa-lkm-independent-playback-capture.path rename to 3rdparty/patches/ravenna-alsa-lkm-independent-playback-capture.patch diff --git a/build.sh b/build.sh index 0df7101..e04f25c 100755 --- a/build.sh +++ b/build.sh @@ -19,7 +19,7 @@ if [ ! -d ravenna-alsa-lkm.git ]; then git apply ../patches/ravenna-alsa-lkm-arm-32bit.patch git apply ../patches/ravenna-alsa-lkm-add-codec-am824.patch git apply ../patches/ravenna-alsa-lkm-disable-ptp-checksum.patch - git apply ../patches/ravenna-alsa-lkm-independent-playback-capture.path + git apply ../patches/ravenna-alsa-lkm-independent-playback-capture.patch echo "Building ravenna-alsa-lkm kernel module ..." cd driver make