console_mgr       252 sound/pci/mixart/mixart_hwdep.c 	struct mixart_return_uid console_mgr;
console_mgr       264 sound/pci/mixart/mixart_hwdep.c 	err = snd_mixart_send_msg(mgr, &request, sizeof(console_mgr), &console_mgr);
console_mgr       266 sound/pci/mixart/mixart_hwdep.c 	if( (err < 0) || (console_mgr.error_code != 0) ) {
console_mgr       269 sound/pci/mixart/mixart_hwdep.c 			console_mgr.error_code);
console_mgr       274 sound/pci/mixart/mixart_hwdep.c 	mgr->uid_console_manager = console_mgr.uid;
console_mgr       278 sound/pci/mixart/mixart_hwdep.c 	request.data = &console_mgr.uid;
console_mgr       279 sound/pci/mixart/mixart_hwdep.c 	request.size = sizeof(console_mgr.uid);