Searched refs:wm8510 (Results 1 – 3 of 3) sorted by relevance
509 struct wm8510_priv *wm8510 = snd_soc_component_get_drvdata(component); in wm8510_set_bias_level() local523 regcache_sync(wm8510->regmap); in wm8510_set_bias_level()621 struct wm8510_priv *wm8510; in wm8510_spi_probe() local624 wm8510 = devm_kzalloc(&spi->dev, sizeof(struct wm8510_priv), in wm8510_spi_probe()626 if (wm8510 == NULL) in wm8510_spi_probe()629 wm8510->regmap = devm_regmap_init_spi(spi, &wm8510_regmap); in wm8510_spi_probe()630 if (IS_ERR(wm8510->regmap)) in wm8510_spi_probe()631 return PTR_ERR(wm8510->regmap); in wm8510_spi_probe()633 spi_set_drvdata(spi, wm8510); in wm8510_spi_probe()654 struct wm8510_priv *wm8510; in wm8510_i2c_probe() local[all …]
206 snd-soc-wm8510-objs := wm8510.o464 obj-$(CONFIG_SND_SOC_WM8510) += snd-soc-wm8510.o
8 - compatible : "wlf,wm8510"15 wm8510: codec@1a {16 compatible = "wlf,wm8510";