From: Axel Lin Date: Tue, 22 Nov 2011 01:46:51 +0000 (+0800) Subject: ASoC: Fix wrong define for AD1836_ADC_WORD_OFFSET X-Git-Tag: v3.2-rc5~55^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72531c9434fa884d20cb3c36fcec83752f32fdf4;p=pandora-kernel.git ASoC: Fix wrong define for AD1836_ADC_WORD_OFFSET According to the datasheet: The BIT[5:4] of ADC Control Register 2 is to control the word width. 00 = 25 Bits 01 = 20 Bits 10 = 16 Bits 11 = Invalid Thus, the AD1836_ADC_WORD_OFFSET should be defined as 4. Signed-off-by: Axel Lin Acked-by: Lars-Peter Clausen Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed