From: Lars-Peter Clausen Date: Wed, 8 Jan 2014 10:22:25 +0000 (+0100) Subject: ASoC: adau1701: Fix ADAU1701_SEROCTL_WORD_LEN_16 constant X-Git-Tag: v3.14-rc1~143^2~2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e20970ada3f699c113fe64b04492af083d11a7d8;p=pandora-kernel.git ASoC: adau1701: Fix ADAU1701_SEROCTL_WORD_LEN_16 constant The driver defines ADAU1701_SEROCTL_WORD_LEN_16 as 0x10 while it should be b10, so 0x2. This patch fixes it. Reported-by: Magnus Reftel Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed