]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Introduce SOC_SINGLE_S8_TLV() macro
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Fri, 27 May 2016 13:45:45 +0000 (14:45 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 30 May 2016 15:19:46 +0000 (16:19 +0100)
commit4324ce5ec83f640364dab686025624b966e5165d
tree598a4e7156aca307df1a5e367b763f808581d949
parenteafb69e30fd2c5eb541ab8464cb7c24186e23039
ASoC: Introduce SOC_SINGLE_S8_TLV() macro

This patch introduces SOC_SINGLE_S8_TLV() macro for volume control
on chips which supports both negative and positive gains with sign
bit on a 8 bit register, Gain ranges from -128 to +127 with a
predefined step size.
Currently we only have support to DOUBLE_S8_TLV() which does not fit
for cases where we just have separate gain control register for each
channel.

One of the Qualcomm SOC msm8916 has such gain control register whose gain
range is from -38.4dB to +38.4dB with step size of 0.3dB.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h