Searched refs:wm8728 (Results 1 – 3 of 3) sorted by relevance
163 struct wm8728_priv *wm8728 = snd_soc_component_get_drvdata(component); in wm8728_set_bias_level() local176 regcache_sync(wm8728->regmap); in wm8728_set_bias_level()246 struct wm8728_priv *wm8728; in wm8728_spi_probe() local249 wm8728 = devm_kzalloc(&spi->dev, sizeof(struct wm8728_priv), in wm8728_spi_probe()251 if (wm8728 == NULL) in wm8728_spi_probe()254 wm8728->regmap = devm_regmap_init_spi(spi, &wm8728_regmap); in wm8728_spi_probe()255 if (IS_ERR(wm8728->regmap)) in wm8728_spi_probe()256 return PTR_ERR(wm8728->regmap); in wm8728_spi_probe()258 spi_set_drvdata(spi, wm8728); in wm8728_spi_probe()279 struct wm8728_priv *wm8728; in wm8728_i2c_probe() local[all …]
275 snd-soc-wm8728-objs := wm8728.o602 obj-$(CONFIG_SND_SOC_WM8728) += snd-soc-wm8728.o
8 - compatible : "wlf,wm8728"15 wm8728: codec@1a {16 compatible = "wlf,wm8728";