]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/soc/codecs/wm2200.c
ASoC: wm2200: Use rev A register patches on rev B
[karo-tx-linux.git] / sound / soc / codecs / wm2200.c
index 32682c1b7cdece413693db6f6487ae4df640da09..58ab97a143db9330f5d91f459f84de476ff72b1e 100644 (file)
@@ -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) {