Home
last modified time | relevance | path

Searched refs:xlx_selmic (Results 1 – 2 of 2) sorted by relevance

/sound/pci/pcxhr/
Dpcxhr_mix22.c639 mgr->xlx_selmic &= ~PCXHR_SELMIC_PREAMPLI_MASK; in hr222_micro_boost()
640 mgr->xlx_selmic |= boost_mask; in hr222_micro_boost()
642 PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic); in hr222_micro_boost()
650 mgr->xlx_selmic |= PCXHR_SELMIC_PHANTOM_ALIM; in hr222_phantom_power()
652 mgr->xlx_selmic &= ~PCXHR_SELMIC_PHANTOM_ALIM; in hr222_phantom_power()
654 PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic); in hr222_phantom_power()
Dpcxhr.h126 unsigned char xlx_selmic; /* copy of PCXHR_XLX_SELMIC register */ member