Home
last modified time | relevance | path

Searched refs:SOF_DBG_PRINT_ALL_DUMPS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Ddebug.c401 bool print_all = sof_debug_check_flag(SOF_DBG_PRINT_ALL_DUMPS); in snd_sof_dsp_dbg_dump()
429 if (!sof_debug_check_flag(SOF_DBG_PRINT_ALL_DUMPS)) in snd_sof_ipc_dump()
H A Dsof-priv.h38 #define SOF_DBG_PRINT_ALL_DUMPS BIT(6) /* Print all ipc and dsp dumps */ macro