]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADC
authorAxel Lin <axel.lin@gmail.com>
Sun, 2 Oct 2011 12:41:04 +0000 (20:41 +0800)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:16:09 +0000 (11:16 -0800)
commita771e73dc2922bc9ca89d108f8ca3385b03c33bd
treeaf6ca016280b9e034522fbe3dc20b839d1508785
parentb531aa1965cfeb7b4c2637d9caf01b2690b010b6
ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADC

commit 21d17dd2a377ba894f26989915eb3c6e427a3656 upstream.

Current code set update bits for WM8753_LDAC and WM8753_RDAC twice,
but missed setting update bits for WM8753_LADC and WM8753_RADC.

I think it is a copy-paste bug in commit 776065
"ASoC: codecs: wm8753: Fix register cache incoherency".

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/soc/codecs/wm8753.c