Searched refs:wm8940 (Results 1 – 2 of 2) sorted by relevance
469 struct wm8940_priv *wm8940 = snd_soc_component_get_drvdata(component); in wm8940_set_bias_level() local493 ret = regcache_sync(wm8940->regmap); in wm8940_set_bias_level()618 struct wm8940_priv *wm8940 = snd_soc_component_get_drvdata(component); in wm8940_set_dai_sysclk() local626 wm8940->sysclk = freq; in wm8940_set_dai_sysclk()754 struct wm8940_priv *wm8940; in wm8940_i2c_probe() local757 wm8940 = devm_kzalloc(&i2c->dev, sizeof(struct wm8940_priv), in wm8940_i2c_probe()759 if (wm8940 == NULL) in wm8940_i2c_probe()762 wm8940->regmap = devm_regmap_init_i2c(i2c, &wm8940_regmap); in wm8940_i2c_probe()763 if (IS_ERR(wm8940->regmap)) in wm8940_i2c_probe()764 return PTR_ERR(wm8940->regmap); in wm8940_i2c_probe()[all …]
321 snd-soc-wm8940-objs := wm8940.o680 obj-$(CONFIG_SND_SOC_WM8940) += snd-soc-wm8940.o