commit | 151b75995a5180834a0609dced3d76ab978cae3b | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Sun Oct 16 23:27:55 2011 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Oct 17 22:49:28 2011 +0100 |
tree | 3221514d62f6db8f905924492ce9e0d68cc91bdc | |
parent | df3431b74e72c73e8750bfe1b2a5c99eff958356 [diff] |
ASoC: wm8900: Fix wrong mask for setting DAC_CLKDIV/ADC_CLKDIV/LRCLK_MODE After checking the datasheet, I think what we want to do here is to clear the WM8900_REG_CLOCKING2_DAC_CLKDIV/WM8900_REG_CLOCKING2_ADC_CLKDIV/ WM8900_REG_DACCTRL_AIF_LRCLKRATE bits and then OR with div value. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>