未验证 提交 ed622d7c 编写于 作者: A Austin 提交者: Gitee

update zh-cn/device-dev/driver/driver-peripherals-audio-des.md.

Signed-off-by: NAustin23 <liaozhiqi7@huawei.com>
上级 ceaa9c1f
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
## Audio驱动框架介绍 ## Audio驱动框架介绍
Audio驱动框架基于[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456)实现。Audio驱动架构组成: Audio驱动框架基于[HDF驱动框架](driver-hdf.md)实现。Audio驱动架构组成:
![](figures/Audio框架图.png) ![](figures/Audio框架图.png)
...@@ -900,7 +900,7 @@ int32_t Hi3516DmaPointer(struct PlatformData *data, uint32_t *pointer); ...@@ -900,7 +900,7 @@ int32_t Hi3516DmaPointer(struct PlatformData *data, uint32_t *pointer);
#### Platform注册绑定到HDF #### Platform注册绑定到HDF
此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](driver/driver-hdf.md) 此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](driver-hdf.md)
- 填充g_platformDriverEntry结构体 - 填充g_platformDriverEntry结构体
- moduleName与device_info.hcs中的moduleName匹配 - moduleName与device_info.hcs中的moduleName匹配
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册