]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: wm8961 - clear WM8961_DACSLOPE bit for normal mode
authorAxel Lin <axel.lin@gmail.com>
Wed, 24 Nov 2010 02:20:33 +0000 (10:20 +0800)
committerAndi Kleen <ak@linux.intel.com>
Tue, 14 Dec 2010 22:40:09 +0000 (23:40 +0100)
commit1a74f9cc24d9255e24e6001476ed5acb6448d49b
tree1c8fa430cad445d16e3c3e27a947034d76e819ac
parentd46d45da0b45490b805f70e3d2e05dd7fbf58a23
ASoC: wm8961 - clear WM8961_DACSLOPE bit for normal mode

commit 08b1a38465cab8c2224a5202c7a3b5e5f5630894 upstream.

DACSLOPE bit of Register 06h ADC and DAC Control 2:
        0: Normal mode
        1: Sloping stop-band mode

Thus in the case of normal mode, we should clear DACSLOPE bit.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
sound/soc/codecs/wm8961.c