Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Daw88261.h243 #define AW88261_VOLUME_STEP_DB (6 * 8) macro
393 AW88261_VOLUME_STEP_DB) + \
395 #define DB_TO_REG_VAL(value) ((((value) / AW88261_VOLUME_STEP_DB) << \
397 ((value) % AW88261_VOLUME_STEP_DB))
H A Daw88261.c1233 aw_dev->fade_step = AW88261_VOLUME_STEP_DB; in aw88261_init()