Searched refs:MSG_CANCEL_NOTIFY_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/mixart/
H A Dmixart_core.c31 #define MSG_CANCEL_NOTIFY_MASK 0x80000000 /* this bit is set for a notification that has been canceled */ macro
278 if (snd_BUG_ON(notif_event & MSG_CANCEL_NOTIFY_MASK))
525 if(msg & MSG_CANCEL_NOTIFY_MASK) {
526 msg &= ~MSG_CANCEL_NOTIFY_MASK;

Completed in 204 milliseconds