]> 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)
commitf8b534fb3d5327b044f81d2586a5a4e3298cb523
tree326a5eebd46bbd6b565d9cf626ad624b8ef4e1ca
parent430e8b94352b3201339f612c571d4bd9f830b1f6
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