Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/
Ddebug.c398 bool print_all = sof_debug_check_flag(SOF_DBG_PRINT_ALL_DUMPS); in snd_sof_dsp_dbg_dump()
426 if (!sof_debug_check_flag(SOF_DBG_PRINT_ALL_DUMPS)) in snd_sof_ipc_dump()
Dsof-priv.h36 #define SOF_DBG_PRINT_ALL_DUMPS BIT(6) /* Print all ipc and dsp dumps */ macro