ASoC: Fix setting update bits for WM8741_DACRMSB_ATTENUATION
authorAxel Lin <axel.lin@gmail.com>
Mon, 3 Oct 2011 03:09:01 +0000 (11:09 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 3 Oct 2011 13:15:40 +0000 (14:15 +0100)
commit9b5999b1bc74aea2a515701f937d7ad3e17f10e4
tree825d149462c611f8b127d712e959acef37063b4a
parentf6a74ced462a3acb8fc222176e690b157dc9e181
ASoC: Fix setting update bits for WM8741_DACRMSB_ATTENUATION

After checking the code and datasheet, I think what we want in the second
snd_soc_update_bits call is to update WM8741_DACRMSB_ATTENUATION register
instead of WM8741_DACRLSB_ATTENUATION.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8741.c