xlx_selmic        109 sound/pci/pcxhr/pcxhr.h 	unsigned char xlx_selmic;	/* copy of PCXHR_XLX_SELMIC register */
xlx_selmic        674 sound/pci/pcxhr/pcxhr_mix22.c 	mgr->xlx_selmic &= ~PCXHR_SELMIC_PREAMPLI_MASK;
xlx_selmic        675 sound/pci/pcxhr/pcxhr_mix22.c 	mgr->xlx_selmic |= boost_mask;
xlx_selmic        677 sound/pci/pcxhr/pcxhr_mix22.c 	PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic);
xlx_selmic        685 sound/pci/pcxhr/pcxhr_mix22.c 		mgr->xlx_selmic |= PCXHR_SELMIC_PHANTOM_ALIM;
xlx_selmic        687 sound/pci/pcxhr/pcxhr_mix22.c 		mgr->xlx_selmic &= ~PCXHR_SELMIC_PHANTOM_ALIM;
xlx_selmic        689 sound/pci/pcxhr/pcxhr_mix22.c 	PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic);