From cf95cf8823598255df5b17196e7e1d60fc252e88 Mon Sep 17 00:00:00 2001 From: vb6174 Date: Fri, 3 Dec 2021 15:21:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Audio=E3=80=91=E6=A3=80=E8=A7=86?= =?UTF-8?q?=E6=84=8F=E8=A7=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: vb6174 --- 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 ee4b3b3394..ff8718e4a2 100644 --- a/zh-cn/device-dev/driver/driver-peripherals-audio-des.md +++ b/zh-cn/device-dev/driver/driver-peripherals-audio-des.md @@ -823,7 +823,7 @@ int32_t Tfa9879DaiHwParams(const struct AudioCard *card, const struct AudioPcmHw ### Accessory注册绑定到HDF -此处依赖HDF框架的驱动实现方式,具体流程可参考harmony官方[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456)。 +此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456)。 填充g_tfa9879DriverEntry结构体,moduleName与device_info.hcs中的moduleName匹配,实现Bind、Init、Release函数指针。 @@ -944,7 +944,7 @@ int32_t Hi3516DmaPointer(struct PlatformData *data, uint32_t *pointer); ### Platform注册绑定到HDF -此处依赖HDF框架的驱动实现方式,具体流程可参考harmony官方[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456)。 +此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456)。 - 填充g_platformDriverEntry结构体 - moduleName与device_info.hcs中的moduleName匹配 @@ -1108,7 +1108,7 @@ int32_t DaiStartup(const struct AudioCard *card, const struct DaiDevice *device) ### Dai注册绑定到HDF -此处依赖HDF框架的驱动实现方式,具体流程可参考harmony官方[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456)。 +此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456)。 - 填充g_daiDriverEntry结构体 - moduleName与device_info.hcs中的moduleName匹配 -- GitLab