From 8758151dcdb0f89e362dd297405a384d3a034380 Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期三, 28 一月 2026 20:21:37 +0800
Subject: [PATCH] 天宫输入源模块设置时爆音及参数拷贝更新

---
 src/tg/module_def.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/tg/module_def.h b/src/tg/module_def.h
index e51441e..0be5e11 100644
--- a/src/tg/module_def.h
+++ b/src/tg/module_def.h
@@ -583,4 +583,11 @@
 	int pad;
 }tag_dummy, *ptag_dummy;
 
+typedef struct {
+	short bOutput;	// 0: input channel; 1: output_channel
+	short src_ch_index;	// From zero to start
+	short dst_ch_index;	// From zero to start
+	short pad;
+}tag_ch_param_copy,*ptag_ch_param_copy;
+
 #endif /* MODULE_DEF_H_ */

--
Gitblit v1.9.3