diff --git a/libvoice-airoha/files/lib/voice/codecs.json b/libvoice-airoha/files/lib/voice/codecs.json index c51d9e6b5..cd5b4a09d 100644 --- a/libvoice-airoha/files/lib/voice/codecs.json +++ b/libvoice-airoha/files/lib/voice/codecs.json @@ -48,7 +48,7 @@ "bitrate": 15.2 }, "gsm": { - "name": "GSM-AMR", + "name": "AMR", "ptime_min": 10, "ptime_max": 30, "ptime_default": 20, diff --git a/libvoice-broadcom/Makefile b/libvoice-broadcom/Makefile index 4e0afc098..df2359b83 100644 --- a/libvoice-broadcom/Makefile +++ b/libvoice-broadcom/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvoice-broadcom PKG_RELEASE:=1 -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.0.1 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:=dc227982c48ee6d722f3fe18dc9db71495ce9758 +PKG_SOURCE_VERSION:=5466f832abaac677f25a750ddf19793dadf3774c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif diff --git a/libvoice-broadcom/files/lib/voice/codecs.json b/libvoice-broadcom/files/lib/voice/codecs.json index c51d9e6b5..cd5b4a09d 100644 --- a/libvoice-broadcom/files/lib/voice/codecs.json +++ b/libvoice-broadcom/files/lib/voice/codecs.json @@ -48,7 +48,7 @@ "bitrate": 15.2 }, "gsm": { - "name": "GSM-AMR", + "name": "AMR", "ptime_min": 10, "ptime_max": 30, "ptime_default": 20,