From c6aeefb3dd21e3dbc6350c3dcc0d914b1dc20b63 Mon Sep 17 00:00:00 2001 From: funnyfunny <1360681597@qq.com> Date: Wed, 12 Jul 2023 16:25:45 +0800 Subject: [PATCH] =?UTF-8?q?310b=E6=94=AF=E6=8C=81=E9=9F=B3=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=A4=96=E8=AE=BE=E5=AE=B9=E5=99=A8=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8C=82=E8=BD=BD=E9=83=A8=E5=88=86=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=92=8Cso?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime/main.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/runtime/main.go b/runtime/main.go index 0059168..b8775d1 100644 --- a/runtime/main.go +++ b/runtime/main.go @@ -99,6 +99,11 @@ const ( venc = "venc" dvppCmdList = "dvpp_cmdlist" logDrv = "log_drv" + acodec = "acodec" + ai = "ai" + ao = "ao" + vo = "vo" + hdmi = "hdmi" ) type args struct { @@ -392,6 +397,11 @@ func addAscend310BManagerDevice(spec *specs.Spec) error { venc, dvppCmdList, logDrv, + acodec, + ai, + ao, + vo, + hdmi, } for _, device := range Ascend310BManageDevices { -- Gitee