notif_event       271 sound/pci/mixart/mixart_core.c 				   struct mixart_msg *request, u32 notif_event)
notif_event       277 sound/pci/mixart/mixart_core.c 	if (snd_BUG_ON(!notif_event))
notif_event       279 sound/pci/mixart/mixart_core.c 	if (snd_BUG_ON((notif_event & MSG_TYPE_MASK) != MSG_TYPE_NOTIFY))
notif_event       281 sound/pci/mixart/mixart_core.c 	if (snd_BUG_ON(notif_event & MSG_CANCEL_NOTIFY_MASK))
notif_event       288 sound/pci/mixart/mixart_core.c 	err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 1, &notif_event);  /* send and mark the notification event pending */
notif_event       303 sound/pci/mixart/mixart_core.c 			"error: notification %x not received\n", notif_event);
notif_event       550 sound/pci/mixart/mixart_core.h int  snd_mixart_send_msg_wait_notif(struct mixart_mgr *mgr, struct mixart_msg *request, u32 notif_event);