Searched refs:console_mgr (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_hwdep.c258 struct mixart_return_uid console_mgr; local
270 err = snd_mixart_send_msg(mgr, &request, sizeof(console_mgr), &console_mgr);
272 if( (err < 0) || (console_mgr.error_code != 0) ) {
273 snd_printk(KERN_DEBUG "error MSG_CONSOLE_GET_CLOCK_UID : err=%x\n", console_mgr.error_code);
278 mgr->uid_console_manager = console_mgr.uid;
282 request.data = &console_mgr.uid;
283 request.size = sizeof(console_mgr.uid);

Completed in 37 milliseconds