From 0d55ba35e8dc8bcca3b5da54334e97636d4d3452 Mon Sep 17 00:00:00 2001 From: byndyx Date: Tue, 28 May 2024 16:36:46 +0800 Subject: [PATCH] change feature Signed-off-by: byndyx --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 99db50d6..ca318f31 100755 --- a/bundle.json +++ b/bundle.json @@ -15,7 +15,9 @@ "name": "distributed_audio", "subsystem": "distributedhardware", "syscap": [], - "features": [], + "features": [ + "distributed_audio_extension_sa" + ], "adapted_system_type": [ "standard" ], -- Gitee