From f41a0f70a05fbed9ccbf4b8c6d9df87147fde374 Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期五, 14 十一月 2025 18:02:07 +0800
Subject: [PATCH] GEQ参数ID变更
---
src/tob.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tob.h b/src/tob.h
index d352905..49f09c1 100644
--- a/src/tob.h
+++ b/src/tob.h
@@ -49,7 +49,7 @@
ErrStatus toCtrl(u32 mID, u32 pID, const s16* val, u32 num);
ErrStatus toCtrl(const u8* bin , u32 nbytes);
ErrStatus toAnalysis(const u8* bin, u32 nbytes);
- u32 GetLevels(s16* buffer);
+ u32 GetLevels(s16* buffer, u32 levels_len);
u16 GetModuleNum() {return mModuleNum;}
u32 GetDSPIndex(){return dsp_index ;}
--
Gitblit v1.9.3