Home
last modified time | relevance | path

Searched refs:HDF_AUDIO_HAL_ERR_START (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h70 #define HDF_AUDIO_HAL_ERR_START (-7000) /**< Defines the start of the device module error codes. */ macro
71 #define HDF_AUDIO_HAL_ERR_NUM(v) (HDF_AUDIO_HAL_ERR_START + (v)) /**< Defines the device module error codes. */
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h79 #define HDF_AUDIO_HAL_ERR_START (-7000) /* Defines the start of the device module error codes. */ macro
80 #define HDF_AUDIO_HAL_ERR_NUM(v) (HDF_AUDIO_HAL_ERR_START + (v)) /* Defines the device module error codes. */

Completed in 3 milliseconds