mbox series

[0/2] ASoC: codecs: qualcomm move gain to S8_TLV

Message ID 20220609111901.318047-1-srinivas.kandagatla@linaro.org
Headers show
Series ASoC: codecs: qualcomm move gain to S8_TLV | expand

Message

Srinivas Kandagatla June 9, 2022, 11:18 a.m. UTC
Move all the digital and IIR gains form using SX_TLV to S8_TLV,
these gains are actually 8 bit gains with 7th signed bit and
ranges from -84dB to +40dB

Tested on DB410c with Headset playback

Thanks,
Srini

Srinivas Kandagatla (2):
  ASoC: codecs: msm8916-wcd-digital: move gains from SX_TLV to S8_TLV
  ASoC: codecs: wcd9335: move gains from SX_TLV to S8_TLV

 sound/soc/codecs/msm8916-wcd-digital.c | 46 +++++++--------
 sound/soc/codecs/wcd9335.c             | 81 ++++++++++++--------------
 2 files changed, 59 insertions(+), 68 deletions(-)