|
Description
|
Uart debug output support is helpful for driver debugging. Normally firmware outputs trace from the uart of the aac card. With uart debug output support, driver can also make output through the firmware UART. We have to set AAC_DEBUG and the appropriate flags in aac_debug_flags, at least AACDB_FLAGS_FW_PRINT, to enable the UART trace and any other flags to enable the output class you want to see.
|