提交 5bed3a1e 编写于 作者: V vb6174

【Audio】网页链接修改

Signed-off-by: Nvb6174 <zhangyunhu@huawei.com>
上级 a6211e72
...@@ -317,7 +317,7 @@ int32_t CodecDaiHwParams(const struct AudioCard *card, const struct AudioPcmHwPa ...@@ -317,7 +317,7 @@ int32_t CodecDaiHwParams(const struct AudioCard *card, const struct AudioPcmHwPa
### Codec注册绑定到HDF<a name="section4114"></a> ### Codec注册绑定到HDF<a name="section4114"></a>
此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456)指导。 此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/driver/driver-hdf.md)指导。
填充g_codecDriverEntry结构体,moduleName与device_info.hcs中的moduleName匹配,实现Bind、Init、Release函数指针。 填充g_codecDriverEntry结构体,moduleName与device_info.hcs中的moduleName匹配,实现Bind、Init、Release函数指针。
...@@ -375,7 +375,7 @@ static void CodecDriverRelease(struct HdfDeviceObject *device) ...@@ -375,7 +375,7 @@ static void CodecDriverRelease(struct HdfDeviceObject *device)
### HCS配置流程<a name="section4115"></a> ### HCS配置流程<a name="section4115"></a>
hcs中配置驱动节点、加载顺序、服务名称等。hcs语法可参考HDF框架的[配置管理](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-manage-0000001053493462) hcs中配置驱动节点、加载顺序、服务名称等。hcs语法可参考HDF框架的[配置管理](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/driver/driver-hdf-manage.md)
标准系统配置文件路径: 标准系统配置文件路径:
...@@ -823,7 +823,7 @@ int32_t Tfa9879DaiHwParams(const struct AudioCard *card, const struct AudioPcmHw ...@@ -823,7 +823,7 @@ int32_t Tfa9879DaiHwParams(const struct AudioCard *card, const struct AudioPcmHw
### Accessory注册绑定到HDF<a name="section4224"></a> ### Accessory注册绑定到HDF<a name="section4224"></a>
此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456) 此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/driver/driver-hdf.md)
填充g_tfa9879DriverEntry结构体,moduleName与device_info.hcs中的moduleName匹配,实现Bind、Init、Release函数指针。 填充g_tfa9879DriverEntry结构体,moduleName与device_info.hcs中的moduleName匹配,实现Bind、Init、Release函数指针。
...@@ -944,7 +944,7 @@ int32_t Hi3516DmaPointer(struct PlatformData *data, uint32_t *pointer); ...@@ -944,7 +944,7 @@ int32_t Hi3516DmaPointer(struct PlatformData *data, uint32_t *pointer);
### Platform注册绑定到HDF<a name="section4334"></a> ### Platform注册绑定到HDF<a name="section4334"></a>
此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456) 此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/driver/driver-hdf.md)
- 填充g_platformDriverEntry结构体 - 填充g_platformDriverEntry结构体
- moduleName与device_info.hcs中的moduleName匹配 - moduleName与device_info.hcs中的moduleName匹配
...@@ -1108,7 +1108,7 @@ int32_t DaiStartup(const struct AudioCard *card, const struct DaiDevice *device) ...@@ -1108,7 +1108,7 @@ int32_t DaiStartup(const struct AudioCard *card, const struct DaiDevice *device)
### Dai注册绑定到HDF<a name="section4444"></a> ### Dai注册绑定到HDF<a name="section4444"></a>
此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://device.harmonyos.com/cn/docs/documentation/guide/driver-hdf-overview-0000001051715456) 此处依赖HDF框架的驱动实现方式,具体流程可参考[HDF驱动框架](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/driver/driver-hdf.md)
- 填充g_daiDriverEntry结构体 - 填充g_daiDriverEntry结构体
- 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.
先完成此消息的编辑!
想要评论请 注册