diff --git a/en/device-dev/driver/driver-peripherals-audio-des.md b/en/device-dev/driver/driver-peripherals-audio-des.md index f83fc8b294983e96a9cb5d049e22b42fc87afc27..3a154068c47d83bedce8bb325c9f5de104bd0752 100644 --- a/en/device-dev/driver/driver-peripherals-audio-des.md +++ b/en/device-dev/driver/driver-peripherals-audio-des.md @@ -75,7 +75,7 @@ The driver architecture consists of the following: # Audio Driver Development -The following uses the Hi3516D V300 as an example to describe how to develop drivers based on the audio driver framework. +The following uses the Hi3516D V300 as an example to describe how to develop drivers based on the audio driver architecture. ## Audio ADM Architecture The audio driver provides the **hdf\_audio\_render**, **hdf\_audio\_capture** and **hdf\_audio\_control** services for the HDI layer. The driver service nodes in the **dev** directory of the development board are as follows: @@ -377,7 +377,7 @@ static void CodecDriverRelease(struct HdfDeviceObject *device) ### Configuring HCS -Configure the driver node, loading sequence, and service name in the .hcs file. For details about the HCS syntax, see [Driver Configuration Management](https://gitee.com/openharmony/docs/blob/master/en/device-dev/driver/driver-hdf-manage.md) in the HDF framework. +Configure the driver node, loading sequence, and service name in the .hcs file. For details about the HCS syntax, see [Driver Configuration Management](https://gitee.com/openharmony/docs/blob/master/en/device-dev/driver/driver-hdf-manage.md) in the HDF. Path of the standard-system configuration file: @@ -1406,4 +1406,4 @@ static void *hal_main() # Summary -This document provides all the key adaptations involved in the driver development based on the audio driver framework. It elaborates how to adapt the audio driver and use HDI APIs. You can easily develop your audio drivers based on the chip you use by referring to this document. +This document provides all the key adaptations involved in the driver development based on the audio driver architecture. It elaborates how to adapt the audio driver and use HDI APIs. You can easily develop your audio drivers based on the chip you use by referring to this document.