]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls
authorAxel Lin <axel.lin@ingics.com>
Mon, 27 Apr 2015 06:51:35 +0000 (14:51 +0800)
committerJiri Slaby <jslaby@suse.cz>
Wed, 3 Jun 2015 09:33:08 +0000 (11:33 +0200)
commit3d17fe528ef422017016f9ebb2a7e896b1088bff
tree333ea4d6829827efd5fef01a2cc99fcca52dab29
parente638b75d064def1c04d8b39042100192810da277
ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls

commit 545774bd6e1427d98dde77244329d2311c5eca6f upstream.

mc13xxx_reg_rmw() won't change any bit if passing 0 to the mask field.
Pass AUDIO_SSI_SEL instead of 0 for the mask field to set AUDIO_SSI_SEL
bit.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
sound/soc/codecs/mc13783.c