Home
last modified time | relevance | path

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

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