Searched refs:wm8940 (Results 1 – 3 of 3) 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()756 struct wm8940_priv *wm8940; in wm8940_i2c_probe() local759 wm8940 = devm_kzalloc(&i2c->dev, sizeof(struct wm8940_priv), in wm8940_i2c_probe()761 if (wm8940 == NULL) in wm8940_i2c_probe()764 wm8940->regmap = devm_regmap_init_i2c(i2c, &wm8940_regmap); in wm8940_i2c_probe()765 if (IS_ERR(wm8940->regmap)) in wm8940_i2c_probe()766 return PTR_ERR(wm8940->regmap); in wm8940_i2c_probe()[all …]
273 snd-soc-wm8940-objs := wm8940.o582 obj-$(CONFIG_SND_SOC_WM8940) += snd-soc-wm8940.o
50 SND_SOC_DAILINK_DEFS(wm8940,62 SND_SOC_DAILINK_REG(wm8940),