Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_generic.c361 #define AMP_VAL_COMPARE_MASK (0xffff | (1U << 18) | (0x0f << 19)) macro
369 val &= AMP_VAL_COMPARE_MASK; in is_ctl_used()
372 if ((path->ctls[type] & AMP_VAL_COMPARE_MASK) == val) in is_ctl_used()