From: Markus Pargmann Date: Mon, 27 Jan 2014 12:03:07 +0000 (+0100) Subject: ASoC: tlv320aic32x4: Use signed int mixer controls X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~3^4~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c671e79d6c2d5a525496fbf18103841c68fe3305;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed