ASoC: adau1701: Fix ADAU1701_SEROCTL_WORD_LEN_16 constant
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 8 Jan 2014 10:22:25 +0000 (11:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Feb 2014 19:08:15 +0000 (11:08 -0800)
commit3dfcba3dd17b4f794821caf4cd135fb30e593307
treed61617769bae6d3086ff047278e5bf96dcd539c4
parent33e2b2c73e78379dbb2db135c490ca8ca76bfd58
ASoC: adau1701: Fix ADAU1701_SEROCTL_WORD_LEN_16 constant

commit e20970ada3f699c113fe64b04492af083d11a7d8 upstream.

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 <magnus.reftel@lockless.no>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/adau1701.c