Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dtlv.h46 #define TLV_DB_SCALE_MASK 0xffff macro
51 ((step) & TLV_DB_SCALE_MASK) | \
/linux-4.4.14/sound/soc/
Dsoc-topology.c637 p[3] = (scale->step & TLV_DB_SCALE_MASK) in soc_tplg_create_tlv_db_scale()