Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_generic.c336 #define AMP_VAL_COMPARE_MASK (0xffff | (1U << 18) | (0x0f << 19)) macro
345 val &= AMP_VAL_COMPARE_MASK; in is_ctl_used()
347 if ((path->ctls[type] & AMP_VAL_COMPARE_MASK) == val) in is_ctl_used()