]> git.karo-electronics.de Git - karo-tx-linux.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)
commitdcc0799bf75c43f3d4e65716c88f35933da186cf
tree598a4e7156aca307df1a5e367b763f808581d949
parent1a695a905c18548062509178b98bc91e67510864
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