[alsa-devel] [PATCH] ASoC: Get correct revision id for wm2200
Axel Lin
axel.lin at gmail.com
Thu Feb 16 03:05:59 CET 2012
Signed-off-by: Axel Lin <axel.lin at gmail.com>
---
sound/soc/codecs/wm2200.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c
index a9388df..acbdc5f 100644
--- a/sound/soc/codecs/wm2200.c
+++ b/sound/soc/codecs/wm2200.c
@@ -2084,7 +2084,7 @@ static __devinit int wm2200_i2c_probe(struct i2c_client *i2c,
goto err_reset;
}
- wm2200->rev = ret & WM2200_DEVICE_REVISION_MASK;
+ wm2200->rev = reg & WM2200_DEVICE_REVISION_MASK;
dev_info(&i2c->dev, "revision %c\n", wm2200->rev + 'A');
--
1.7.5.4
More information about the Alsa-devel
mailing list