From: Markus Pargmann Date: Wed, 15 Jan 2014 17:12:40 +0000 (+0100) Subject: ASoC: tlv320aic32x4: Fix regmap range_min X-Git-Tag: v3.14-rc1~143^2~2^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e08c521dc101cf7e7e1caf4f487f9fe11a9a7a;p=pandora-kernel.git ASoC: tlv320aic32x4: Fix regmap range_min range_min is the lowest address in the virtual register range. This is the first register with address 0, not the first register of page 1. Currently all writes to page 1 are mapped to page 0, so the codec fails to operate. Fixes: 4d208ca429ad (ASoC: tlv320aic32x4: Convert to direct regmap API usage) Signed-off-by: Markus Pargmann Signed-off-by: Mark Brown Cc: stable@vger.kernel.org (v3.13 if the fix misses -final) --- Reading git-diff-tree failed