Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/intel/avs/
Dapl.c130 union avs_notify_msg lbs_msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in apl_coredump()
Ddebugfs.c252 union avs_notify_msg msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in strace_release()
Dipc.c476 union avs_notify_msg msg = AVS_NOTIFICATION(EXCEPTION_CAUGHT); in avs_dsp_do_send_msg()
Dmessages.h240 #define AVS_NOTIFICATION(msg_type) \ macro