Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dda732x.c1333 offset[DA732X_HPL_AMP] = DA732X_HP_OUT_TRIM_VAL; in da732x_output_offset_adjust()
1348 sign[DA732X_HPL_AMP] = snd_soc_component_read(component, DA732X_REG_HPL) & in da732x_output_offset_adjust()
1354 (sign[DA732X_HPL_AMP] >> DA732X_HP_OUT_COMPO_SHIFT) | in da732x_output_offset_adjust()
1362 offset[DA732X_HPL_AMP] |= step; in da732x_output_offset_adjust()
1365 offset[DA732X_HPL_AMP]); in da732x_output_offset_adjust()
1372 DA732X_HP_OUT_COMPO) ^ sign[DA732X_HPL_AMP]) in da732x_output_offset_adjust()
1373 offset[DA732X_HPL_AMP] &= ~step; in da732x_output_offset_adjust()
1382 snd_soc_component_write(component, DA732X_REG_HPL_OUT_OFFSET, offset[DA732X_HPL_AMP]); in da732x_output_offset_adjust()
Dda732x.h38 #define DA732X_HPL_AMP 0 macro