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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.c79 u32 system_msg_uid; local
94 system_msg_uid = 0x12345678; /* the event ! (take care: the MSB and two LSB's have to be 0) */
100 request.data = &system_msg_uid;
101 request.size = sizeof(system_msg_uid);
103 err = snd_mixart_send_msg_wait_notif(mgr, &request, system_msg_uid);

Completed in 82 milliseconds