From d2f27596aebb3e92a4b8fef096d4faedb79a7ab8 Mon Sep 17 00:00:00 2001 From: Sairamreddy Bojja Date: Mon, 10 Nov 2025 16:46:28 +0530 Subject: [PATCH 1/3] audioreach-conf: srcrev bump 0128ed8..2b83d66 Commits included in this version bump are below: linux: Update default use case graph audioreach-conf: kvh2xml: Add key-value pairs for all audio use cases Signed-off-by: Sairamreddy Bojja --- recipes/audioreach-conf/audioreach-conf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/audioreach-conf/audioreach-conf_git.bb b/recipes/audioreach-conf/audioreach-conf_git.bb index 0635889..85ed22f 100644 --- a/recipes/audioreach-conf/audioreach-conf_git.bb +++ b/recipes/audioreach-conf/audioreach-conf_git.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/Audioreach/audioreach-conf" LICENSE = "BSD-3-Clause-Clear" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/${LICENSE};md5=7a434440b651f4a472ca93716d01033a" -SRCREV = "0128ed85e266caa7e44bb53049cc27d4b441c9da" +SRCREV = "2b83d661da6d7dd5adc12fa3235aad65ca2b4d25" PV = "0.0+git" SRC_URI = "git://github.com/Audioreach/audioreach-conf.git;protocol=https;branch=master" From fab8e4030b27c1d232f5163b22ee492188c289eb Mon Sep 17 00:00:00 2001 From: Sairamreddy Bojja Date: Mon, 10 Nov 2025 18:15:47 +0530 Subject: [PATCH 2/3] audioreach-graphservices: srcrev bump f6e14da..c55e272 Commits included in this version bump are below: args:spf: Add header file for sound dose args: change to enable compilation of args for GCC 14.2 args: add LT VERSION support and kernel header for custom stack ats:add miscellaneous change for code compilation ar_util: Add change to enable versioning args: Update the VOID type to void for compilation issues. gsl: Update Makefiles to enable lib versioning args: Update SPF and ASPS sources,remove AMDB and media format code ar_osal: create dynamic pd at run time ar_osal: Add interface for dynamic pd ar_osal: change to disable msm_audio_ion support ar_osal: add retry mechanism for opening audio memory driver gpr: Add changes to add version. gpr: set thread name for GPR receiver thread gsl: fix compilation issues in GSL gsl: Remove pkv NULL point detection gsl: fix compilation issues in GSL args: add retry mechanism and update graph open timeout gsl: reset ss_restarted_flags if there's no loaded mem gsl: fix static analysis errors in mdf utils args: MDSP code adaptation gsl: use safe heap for satellite dynamic PD GSL: check the RSP and unmap the memory if needed gsl: support offloading to dynamic PD gsl: fix handling dynamic PD service notifications gsl: add support for SSR handling of dynamic pd gsl: set address type in memory map command args: update rx_haptics_api header file. gsl: hold open_close_lock until spf_restart flag is reset gsl: use non-zero token for gpr packet acdb: fix crash due to wrong source size in ar_memcpy ar_osal: Updated READ_ONLY_WRITE ar_fopen handling acdb: fix memory reuse acdb: fix only 1st model being load into payload args : handle the already defined values using namespace args : update header file for NMT module args: fix potential null pointer dereference args: update proc id properly for acquiring calibration args: update header for history data capture module args: Strengthen read_size verification robustness gsl: Increase graph_prepare timeout gsl: add CKV num check args: add pointer memory address checks in acdb_parser_get_chunk args: gsl: initialize AcdbCmdGetSubgraphProcIdsRsp to NULL args: Fix issue for persist cal index spf: api: Add spv5 related param id defintions gsl: aviod potential null dereference gsl: Add Null pointer check args: acdb: support persist calibration per processor id gsl: skip unsuccessful PD service registration for a subsystem args: gsl: add rtc support for MDF persist cal tables gsl: add MDF support for persist cal tables for voice call gsl: prevent coupled SSR if dynamic pd is not active gsl: deregister dynamic pd after persist cal is freed spf: api: Add spv7 related module defs args :change to add header file for TTS module args : change to add header file for NMT module ar_osal: skip dynamic PD memory unmap if PD is not active gsl: deregister persistent calibration in graph close ar_osal: fix service name to pd mapper gsl: fix SSR down status flag setting gsl: use safe heap for satellite dynamic PD GSL: Add GSL STOP command timeout args: Add output status value enum SPF: update SPR module API Revert "gsl: use safe heap for MDF dynamic PD" args: Add speaker diarization module's api.h file gsl: Increase graph_start timeout gsl: skip dynamic PD memory unmap if PD has crashed args: add asps header file for speaker diarization gsl: check and create gpr packet only if satellites are available args: fix array out of bounds exception gsl: fix handling dynamic PD service notifications args: Update ASR module's header file to support timestamp based ASR spf: update haptics Rx and VI apis args : Update ASR module's header file to support logger mode gsl: send dynamic pd satellite info to master DSP gsl: fix dynamic PD concurrency graph handling args: fix for crash issue due to pointer overwritten Signed-off-by: Sairamreddy Bojja --- .../audioreach-graphservices/audioreach-graphservices_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb index efc0970..d8cca69 100644 --- a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb +++ b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb @@ -3,7 +3,7 @@ SUMMARY = "AudioReach Graph Service" LICENSE = "BSD-3-Clause-Clear" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/${LICENSE};md5=7a434440b651f4a472ca93716d01033a" -SRCREV = "f6e14da21205dfdc06dc2aca6bf64dde9e38f560" +SRCREV = "c55e27221d7190e4c175dba6c3bfb3c61a2ed22c" PV = "0.0+git" SRC_URI = "git://github.com/Audioreach/audioreach-graphservices.git;protocol=https;branch=master" From e3b5da32247d3d874ce1e5c32c52e09d1966afdc Mon Sep 17 00:00:00 2001 From: Sairamreddy Bojja Date: Mon, 10 Nov 2025 18:41:31 +0530 Subject: [PATCH 3/3] audioreach-graphservices: disable msm_audio_ion, update SOLIBS Add '--with-msm-audio-ion-disable' to EXTRA_OECONF to align with recent updates in audioreach-graphservices that disable MSM Audio ION support. Update SOLIBS to '.so*' to correctly package all shared library variants. Signed-off-by: Sairamreddy Bojja --- .../audioreach-graphservices/audioreach-graphservices_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb index d8cca69..44b78b4 100644 --- a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb +++ b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb @@ -9,10 +9,10 @@ SRC_URI = "git://github.com/Audioreach/audioreach-graphservices.git;protocol=htt DEPENDS = "glib-2.0 audioreach-kernel-headers" EXTRA_OECONF = "--with-syslog --with-glib --without-cutils --with-dummy_diag --with-qcom --with-audio_dma_support" -EXTRA_OECONF += "--without-ats_transport_tcp_ip --without-ats_data_logging" +EXTRA_OECONF += "--without-ats_transport_tcp_ip --without-ats_data_logging --with-msm-audio-ion-disable" CFLAGS += "-Wno-int-conversion" -SOLIBS = ".so" +SOLIBS = ".so*" FILES_SOLIBSDEV = "" INSANE_SKIP:${PN} = "dev-so"