]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tlv320aic32x4: Use signed int mixer controls
authorMarkus Pargmann <mpa@pengutronix.de>
Mon, 27 Jan 2014 12:03:07 +0000 (13:03 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 3 Feb 2014 12:47:40 +0000 (12:47 +0000)
commit8df99e59f8ee03b5698b29b82ca1e70beafc761a
tree326a5eebd46bbd6b565d9cf626ad624b8ef4e1ca
parent526688d39e19d0e0f6698bc6ba7a1edc712255c3
ASoC: tlv320aic32x4: Use signed int mixer controls

There are a number of mixer controls that support negative values. They
use signed values for this with different number of bits for the values.
Currently they only support the positive range.

This patch replaces the unsigned mixers with signed mixers to support
the full range.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/tlv320aic32x4.c