isabelle_regmap  1111 sound/soc/codecs/isabelle.c 	struct regmap *isabelle_regmap;
isabelle_regmap  1114 sound/soc/codecs/isabelle.c 	isabelle_regmap = devm_regmap_init_i2c(i2c, &isabelle_regmap_config);
isabelle_regmap  1115 sound/soc/codecs/isabelle.c 	if (IS_ERR(isabelle_regmap)) {
isabelle_regmap  1116 sound/soc/codecs/isabelle.c 		ret = PTR_ERR(isabelle_regmap);
isabelle_regmap  1121 sound/soc/codecs/isabelle.c 	i2c_set_clientdata(i2c, isabelle_regmap);