Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr_mix22.c682 unsigned char boost_mask; in hr222_micro_boost() local
683 boost_mask = (unsigned char) (level << PCXHR_SELMIC_PREAMPLI_OFFSET); in hr222_micro_boost()
684 if (boost_mask & (~PCXHR_SELMIC_PREAMPLI_MASK)) in hr222_micro_boost()
688 mgr->xlx_selmic |= boost_mask; in hr222_micro_boost()
692 dev_dbg(&mgr->pci->dev, "hr222_micro_boost : set %x\n", boost_mask); in hr222_micro_boost()