commit | f60e5473e6788f93849a61198bec4e02fea31e51 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Dec 23 11:42:55 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Thu Jan 02 11:54:15 2014 +0000 |
tree | cf211455da24d174f6187dd4a6d40ef24925ad36 | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae [diff] |
ASoC: ssm2518: Fix off-by-one error by ffs() ffs() returns the bit position from 1, while the ssm2158 driver code assumes it being 0-based. Also, the bit mask computation of the two channel slots are incorrect; it must have worked just casually. Signed-off-by: Takashi Iwai <tiwai@suse.de> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>