Home
last modified time | relevance | path

Searched hist:c671e79d6c2d5a525496fbf18103841c68fe3305 (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dtlv320aic32x4.cdiff c671e79d6c2d5a525496fbf18103841c68fe3305 Mon Jan 27 13:03:07 CET 2014 Markus Pargmann <mpa@pengutronix.de> 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>