From: Axel Lin Date: Tue, 29 Nov 2011 11:47:38 +0000 (+0800) Subject: ASoC: cs42l73: Fix clear wrong bits in cs42l73_set_dai_fmt X-Git-Tag: v3.3-rc1~14^2~256 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b282cbbf3c7bbad20505761a9eadd6d9a7280c7;p=pandora-kernel.git ASoC: cs42l73: Fix clear wrong bits in cs42l73_set_dai_fmt What we want is to clear BIT[5:4](PCM_MODE_MASK) and BIT[3](PCM_BIT_ORDER) bits, but current code clears BIT[2:0]. Signed-off-by: Axel Lin Acked-by: Brian Austin Signed-off-by: Mark Brown --- Reading git-diff-tree failed