Searched refs:wm8991 (Results 1 – 1 of 1) sorted by relevance
1083 struct wm8991_priv *wm8991 = snd_soc_component_get_drvdata(component); in wm8991_set_bias_level() local1099 regcache_sync(wm8991->regmap); in wm8991_set_bias_level()1187 regcache_mark_dirty(wm8991->regmap); in wm8991_set_bias_level()1261 struct wm8991_priv *wm8991; in wm8991_i2c_probe() local1265 wm8991 = devm_kzalloc(&i2c->dev, sizeof(*wm8991), GFP_KERNEL); in wm8991_i2c_probe()1266 if (!wm8991) in wm8991_i2c_probe()1269 wm8991->regmap = devm_regmap_init_i2c(i2c, &wm8991_regmap); in wm8991_i2c_probe()1270 if (IS_ERR(wm8991->regmap)) in wm8991_i2c_probe()1271 return PTR_ERR(wm8991->regmap); in wm8991_i2c_probe()1273 i2c_set_clientdata(i2c, wm8991); in wm8991_i2c_probe()[all …]