Searched refs:DA732X_HPL_AMP (Results 1 – 2 of 2) sorted by relevance
1347 offset[DA732X_HPL_AMP] = DA732X_HP_OUT_TRIM_VAL; in da732x_output_offset_adjust()1362 sign[DA732X_HPL_AMP] = snd_soc_read(codec, DA732X_REG_HPL) & in da732x_output_offset_adjust()1368 (sign[DA732X_HPL_AMP] >> DA732X_HP_OUT_COMPO_SHIFT) | in da732x_output_offset_adjust()1376 offset[DA732X_HPL_AMP] |= step; in da732x_output_offset_adjust()1379 offset[DA732X_HPL_AMP]); in da732x_output_offset_adjust()1386 DA732X_HP_OUT_COMPO) ^ sign[DA732X_HPL_AMP]) in da732x_output_offset_adjust()1387 offset[DA732X_HPL_AMP] &= ~step; in da732x_output_offset_adjust()1396 snd_soc_write(codec, DA732X_REG_HPL_OUT_OFFSET, offset[DA732X_HPL_AMP]); in da732x_output_offset_adjust()
41 #define DA732X_HPL_AMP 0 macro