]> git.karo-electronics.de Git - mv-sheeva.git/commit
ASoC: WM8731: Fix incorrect mask for bypass path disable
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>
Wed, 1 Dec 2010 09:38:55 +0000 (09:38 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 1 Dec 2010 11:26:40 +0000 (11:26 +0000)
commit2062ea522bb58bb2aeee86d051b37136491ccd65
treecfb252e6bffb08e39203e2a79d784c9e1b589267
parentb76fb39d49f67a484a6adc8f041d9ad833f6860e
ASoC: WM8731: Fix incorrect mask for bypass path disable

According to the datasheet the bypass path enable/disable is
bit 3 therefore we need 0x8 and not 0x4.

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8731.c