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)
commitc671e79d6c2d5a525496fbf18103841c68fe3305
tree326a5eebd46bbd6b565d9cf626ad624b8ef4e1ca
parent80e9c19c02fd8f1343c9c263d22a08e2371c9f55
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