From 18c9bef5f898aea4be8080119a617dbb960a570d Mon Sep 17 00:00:00 2001 From: George Yang Date: Wed, 12 Nov 2025 12:43:01 +0100 Subject: [PATCH] libvoice-airoha: 1.1.8 and dectmngr: 3.7.12 For Airoha: fix no audio on DECT caused by Airoha 2025Q2 SDK --- dectmngr/Makefile | 4 ++-- libvoice-airoha/Makefile | 4 ++-- libvoice-airoha/files/etc/uci-defaults/991-libvoice-airoha | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dectmngr/Makefile b/dectmngr/Makefile index 5d97ed2e6..d2674554c 100644 --- a/dectmngr/Makefile +++ b/dectmngr/Makefile @@ -2,13 +2,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dectmngr PKG_RELEASE:=3 -PKG_VERSION:=3.7.11 +PKG_VERSION:=3.7.12 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=815ee44808169b8e1efa2cac44bd7d238ad33cdc +PKG_SOURCE_VERSION:=a62611a36fa85f9fba1b8ec946397dc725c57630 PKG_MIRROR_HASH:=skip endif diff --git a/libvoice-airoha/Makefile b/libvoice-airoha/Makefile index efccbc8a6..62ce7062d 100644 --- a/libvoice-airoha/Makefile +++ b/libvoice-airoha/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvoice-airoha PKG_RELEASE:=1 -PKG_VERSION:=1.1.7 +PKG_VERSION:=1.1.8 PKG_LICENSE:=PROPRIETARY PKG_LICENSE_FILES:=LICENSE @@ -17,7 +17,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:=3a30086a68a3409f0396acb01380f91daabf7a2f +PKG_SOURCE_VERSION:=9763c574ec69e2aa492db4f1296d4bcd53776fba PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif diff --git a/libvoice-airoha/files/etc/uci-defaults/991-libvoice-airoha b/libvoice-airoha/files/etc/uci-defaults/991-libvoice-airoha index 2d7b91a07..5e2de5a77 100644 --- a/libvoice-airoha/files/etc/uci-defaults/991-libvoice-airoha +++ b/libvoice-airoha/files/etc/uci-defaults/991-libvoice-airoha @@ -25,6 +25,5 @@ db commit # configure the PCM for DECT/DCX81 [ -f "/proc/device-tree/aliases/dcx81-uart" ] && { uci set dect.global.pcm_fsync='SHORT_LF' - uci set dect.global.pcm_slot_start='8' uci set dect.global.dect_channel_start='3' }