]> 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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Dec 2010 21:32:46 +0000 (13:32 -0800)
commit2bf160d58cde79a0fcf54ebf69e88f9d47634f81
tree1a7a6f97467fbc4e0b91a829fbdbfccf9bcf753b
parent778e50504f0b76eb691a564ef1089ddecde3609f
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>
sound/soc/codecs/wm8961.c