]> Pileus Git - ~andy/linux/commit
ASoC: max98090: make REVISION_ID readable
authorStephen Warren <swarren@nvidia.com>
Thu, 13 Feb 2014 23:54:24 +0000 (16:54 -0700)
committerMark Brown <broonie@linaro.org>
Sun, 16 Feb 2014 01:09:20 +0000 (09:09 +0800)
commite126a646f77fdd66978785cb0a3a5e46b07aee2e
tree3a13f795c88546fad7f5199dbb78a85cfd63adc4
parentc42c8922c46d33ed769e99618bdfba06866a0c72
ASoC: max98090: make REVISION_ID readable

The REVISION_ID register is not currently marked readable. snd_soc_read()
refuses to read the register, and hence probe() fails.

Fixes: d4807ad2c4c0 ("regmap: Check readable regs in _regmap_read")
[exposed the bug, by checking for readability]
Fixes: 685e42154dcf ("ASoC: Replace max98090 Device Driver")
[left out this register from the readable list]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/max98090.c