Files
linux/sound
Axel Lin adc7718533 ASoC: Fix wrong define for AD1836_ADC_WORD_OFFSET
commit 72531c9434 upstream.

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 <axel.lin@gmail.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-12-09 08:54:33 -08:00
..
2011-07-11 14:15:55 +02:00
2010-05-27 09:47:02 +02:00
2011-07-26 16:49:47 -07:00