Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dda732x.c1341 offset[DA732X_HPL_AMP] = DA732X_HP_OUT_TRIM_VAL; in da732x_output_offset_adjust()
1356 sign[DA732X_HPL_AMP] = snd_soc_component_read32(component, DA732X_REG_HPL) & in da732x_output_offset_adjust()
1362 (sign[DA732X_HPL_AMP] >> DA732X_HP_OUT_COMPO_SHIFT) | in da732x_output_offset_adjust()
1370 offset[DA732X_HPL_AMP] |= step; in da732x_output_offset_adjust()
1373 offset[DA732X_HPL_AMP]); in da732x_output_offset_adjust()
1380 DA732X_HP_OUT_COMPO) ^ sign[DA732X_HPL_AMP]) in da732x_output_offset_adjust()
1381 offset[DA732X_HPL_AMP] &= ~step; in da732x_output_offset_adjust()
1390 snd_soc_component_write(component, DA732X_REG_HPL_OUT_OFFSET, offset[DA732X_HPL_AMP]); in da732x_output_offset_adjust()
Dda732x.h41 #define DA732X_HPL_AMP 0 macro