Searched refs:wm8990 (Results 1 – 2 of 2) sorted by relevance
880 struct wm8990_priv *wm8990 = snd_soc_component_get_drvdata(component); in wm8990_set_dai_sysclk() local882 wm8990->sysclk = freq; in wm8990_set_dai_sysclk()1019 struct wm8990_priv *wm8990 = snd_soc_component_get_drvdata(component); in wm8990_set_bias_level() local1034 ret = regcache_sync(wm8990->regmap); in wm8990_set_bias_level()1132 regcache_mark_dirty(wm8990->regmap); in wm8990_set_bias_level()1224 struct wm8990_priv *wm8990; in wm8990_i2c_probe() local1227 wm8990 = devm_kzalloc(&i2c->dev, sizeof(struct wm8990_priv), in wm8990_i2c_probe()1229 if (wm8990 == NULL) in wm8990_i2c_probe()1232 i2c_set_clientdata(i2c, wm8990); in wm8990_i2c_probe()
389 snd-soc-wm8990-y := wm8990.o811 obj-$(CONFIG_SND_SOC_WM8990) += snd-soc-wm8990.o