diff --git a/en/device-dev/driver/driver-peripherals-audio-des.md b/en/device-dev/driver/driver-peripherals-audio-des.md index 4c92428a1f0e3ac86cd5db8895f3d9b6dfec6e45..6f66786fe60ddf8f603022b3bb9e49054605df4f 100644 --- a/en/device-dev/driver/driver-peripherals-audio-des.md +++ b/en/device-dev/driver/driver-peripherals-audio-des.md @@ -1246,6 +1246,11 @@ vendor/hisilicon/hispark_taurus/ ## HAL-based Development Procedure and Example +The Hardware Abstraction Layer (HAL) provides the following functions: + +1. Provides audio HDIs for audio services to implement basic audio features on applications. +2. Provides standard interfaces for device developers to comply with the HDI adapter standards. This promises a healthy evolution of the ecosystem. + Code path: **drivers/peripheral/audio/hal** ### Development procedure