Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dsgtl5000.h186 #define SGTL5000_DAC_VOL_RIGHT_MASK 0xff00 macro
Dsgtl5000.c554 r = (reg & SGTL5000_DAC_VOL_RIGHT_MASK) >> SGTL5000_DAC_VOL_RIGHT_SHIFT; in dac_get_volsw()