From 32b22f84f9cbdeba41c84c716282c05403e68b15 Mon Sep 17 00:00:00 2001 From: vb6174 Date: Sat, 6 Aug 2022 16:24:24 +0800 Subject: [PATCH] fix:update docs description whith the component modificati Signed-off-by: vb6174 --- README_zh.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README_zh.md b/README_zh.md index 6fd9ea36..4a160c9e 100755 --- a/README_zh.md +++ b/README_zh.md @@ -48,11 +48,12 @@ CONFIG_SND=y 需要在各自产品配置文件中打开对应开关,路径如下:其中${product_company}表示您的企业名称,${product_name}表示您的产品名称 ```bash -/vendor/${product_company}/${product_name}/hals/audio/product.gni + +/vendor/${product_company}/${product_name}/config.json ``` -开关如下:开启为true,关闭为false,默认为false, +开关如下:在drivers_peripheral_audio部件节点下,找到特性宏drivers_peripheral_audio_alsa_lib,开启为true,关闭为false,默认为false. ```json -enable_audio_alsa_lib = true +drivers_peripheral_audio_alsa_lib = true ``` #### 5.3 alsa-lib组件编译依赖添加 -- Gitee