Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/pcxhr/
Dpcxhr_mix22.c674 mgr->xlx_selmic &= ~PCXHR_SELMIC_PREAMPLI_MASK; in hr222_micro_boost()
675 mgr->xlx_selmic |= boost_mask; in hr222_micro_boost()
677 PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic); in hr222_micro_boost()
685 mgr->xlx_selmic |= PCXHR_SELMIC_PHANTOM_ALIM; in hr222_phantom_power()
687 mgr->xlx_selmic &= ~PCXHR_SELMIC_PHANTOM_ALIM; in hr222_phantom_power()
689 PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic); in hr222_phantom_power()
Dpcxhr.h109 unsigned char xlx_selmic; /* copy of PCXHR_XLX_SELMIC register */ member