From 91a0b7790242fc8179435b4c0d7b106a435d5c0d Mon Sep 17 00:00:00 2001 From: liyan Date: Wed, 21 Sep 2022 06:31:54 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=20Signed-off-by:=20li-yan339=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liyan --- zh-cn/device-dev/driver/driver-peripherals-audio-des.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/device-dev/driver/driver-peripherals-audio-des.md b/zh-cn/device-dev/driver/driver-peripherals-audio-des.md index 77395696ec..2064f488ed 100644 --- a/zh-cn/device-dev/driver/driver-peripherals-audio-des.md +++ b/zh-cn/device-dev/driver/driver-peripherals-audio-des.md @@ -48,14 +48,14 @@ crw-rw---- 1 system system 247, 7 1970-01-01 00:00 hdf_audio_render hdf_audio_codec_primary_dev0 - dma_service_0 : dma服务 -- dai_service : cpu dai服务 +- dai_service : CPU dai服务 - codec_service_0 : codec服务(可以是smartPA) - dsp_service_0 : dsp 服务(可选项) hdf_audio_codec_primary_dev11 - dma_service_0 : dma服务 -- dai_service : cpu dai服务 +- dai_service : CPU dai服务 - codec_service_1 : codec服务(可以是smartPA) - dsp_service_0 : dsp服务(可选项) @@ -405,7 +405,7 @@ root { serviceName = "hdf_audio_codec_primary_dev11"; // 对外提供的服务名称 codecName = "codec_service_1"; // codec服务名称 platformName = "dma_service_0"; // dma服务 - cpuDaiName = "dai_service"; // cpu dai服务 + cpuDaiName = "dai_service"; // CPU dai服务 codecDaiName = "tfa9879_codec_dai"; // codec dai服务 dspName = "dsp_service_0"; // dsp服务名称 dspDaiName = "dsp_dai"; // dsp dai -- GitLab