From 64d58681ea1c4e2465bb8ad876ae65c7ec8f134e Mon Sep 17 00:00:00 2001 From: Grzegorz Sluja Date: Fri, 17 Feb 2023 12:11:41 +0100 Subject: [PATCH] libvoice-airoha: Enable VAD together with CNG based on comfort_noise config --- libvoice-airoha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvoice-airoha/Makefile b/libvoice-airoha/Makefile index eafc414db..2d6b975ad 100644 --- a/libvoice-airoha/Makefile +++ b/libvoice-airoha/Makefile @@ -16,7 +16,7 @@ LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/$(PKG_NAME).git -PKG_SOURCE_VERSION:=62afbab23c5f5e6aaf8312443b4922cb11947f04 +PKG_SOURCE_VERSION:=de92a77172ef64eed64b2a374d445482648de37d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif