From dec795738605a4874b7774fd808102e3b82aa79c Mon Sep 17 00:00:00 2001 From: vb6174 Date: Fri, 3 Dec 2021 16:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Audio=E3=80=91=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: vb6174 --- .../driver/driver-peripherals-audio-des.md | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 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 424c00997d..52dbc288da 100644 --- a/zh-cn/device-dev/driver/driver-peripherals-audio-des.md +++ b/zh-cn/device-dev/driver/driver-peripherals-audio-des.md @@ -1,19 +1,21 @@ # AUDIO -[Audio驱动概述](#section1000) +- **[Audio驱动概述](#section1000)** -[Audio驱动框架介绍](#section2000) +- **[Audio驱动框架介绍](#section2000)** -[Audio驱动开发步骤](#section3000) +- **[Audio驱动开发步骤](#section3000)** -- [Audio ADM模块框架介绍](#section3100) - - [ 启动流程](#section3111) +- **[Audio ADM模块框架介绍](#section3100)** + - [启动流程](#section3111) - [播放流程](#section3112) - [控制流程](#section3113) -- [Audio驱动开发步骤](#section3200) + +- **[Audio驱动开发步骤](#section3200)** - [已有平台开发](#section3221) - [新平台开发](#section3222) -- [Audio驱动开发实例](#section4000) + +- **[Audio驱动开发实例](#section4000)** - [Codec驱动开发实例](#section4100) - [Codec数据结构填充](#section4111) - [codecDevice和codecDai设备初始化](#section4112) @@ -32,8 +34,7 @@ - [DMA操作函数集实现](#section4333) - [Platform注册绑定到HDF](#section4334) - [HCS配置流程](#section4335) - - [Dai数据结构填充](#section4441) - - [Dai驱动开发实例](#section4400) + - [Dai驱动开发实例](#section4400) - [Dai数据结构填充](#section4441) - [daiDevice设备初始化](#section4442) - [Dai操作函数集实现](#section4443) @@ -41,11 +42,12 @@ - [HCS配置流程](#section4445) - [Makefile中添加编译配置](#section4500) - [源码结构与目录](#section4600) -- [使用HAL的开发步骤与实例](#section5000) -- [HAL模块使用步骤](#section5100) -- [HAL使用实例](#section5200) -[总结](#section9999) +- **[使用HAL的开发步骤与实例](#section5000)** + - [HAL模块使用步骤](#section5100) + - [HAL使用实例](#section5200) + +- **[总结](#section9999)** # Audio驱动概述 -- GitLab