commit: 5ae9eb4cbdfd640269dbd66aa3c92ea8e11cc838 From: Mark Brown <[email protected]> Date: Tue, 2 Oct 2012 12:02:48 +0100 Subject: ASoC: wm2200: Use rev A register patches on rev B
Signed-off-by: Mark Brown <[email protected]> Cc: [email protected] --- sound/soc/codecs/wm2200.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c index efa93dbb..2008b7b 100644 --- a/sound/soc/codecs/wm2200.c +++ b/sound/soc/codecs/wm2200.c @@ -2091,6 +2091,7 @@ static __devinit int wm2200_i2c_probe(struct i2c_client *i2c, switch (wm2200->rev) { case 0: + case 1: ret = regmap_register_patch(wm2200->regmap, wm2200_reva_patch, ARRAY_SIZE(wm2200_reva_patch)); if (ret != 0) { -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
