Home
last modified time | relevance | path

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

/linux/sound/pci/pcxhr/
H A Dpcxhr_mix22.c669 unsigned char boost_mask; in hr222_micro_boost() local
670 boost_mask = (unsigned char) (level << PCXHR_SELMIC_PREAMPLI_OFFSET); in hr222_micro_boost()
671 if (boost_mask & (~PCXHR_SELMIC_PREAMPLI_MASK)) in hr222_micro_boost()
675 mgr->xlx_selmic |= boost_mask; in hr222_micro_boost()
679 dev_dbg(&mgr->pci->dev, "hr222_micro_boost : set %x\n", boost_mask); in hr222_micro_boost()