Home
last modified time | relevance | path

Searched refs:AVS_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/sound/soc/intel/avs/
Dapl.c149 union avs_notify_msg lbs_msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in avs_apl_coredump()
Ddebugfs.c252 union avs_notify_msg msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in strace_release()
Dipc.c403 union avs_notify_msg msg = AVS_NOTIFICATION(EXCEPTION_CAUGHT); in avs_dsp_do_send_msg()
Dmessages.h251 #define AVS_NOTIFICATION(msg_type) \ macro