Home
last modified time | relevance | path

Searched refs:wm8728 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm8728.c176 regcache_sync(wm8728->regmap); in wm8728_set_bias_level()
245 struct wm8728_priv *wm8728; in wm8728_spi_probe() local
250 if (wm8728 == NULL) in wm8728_spi_probe()
254 if (IS_ERR(wm8728->regmap)) in wm8728_spi_probe()
255 return PTR_ERR(wm8728->regmap); in wm8728_spi_probe()
257 spi_set_drvdata(spi, wm8728); in wm8728_spi_probe()
277 struct wm8728_priv *wm8728; in wm8728_i2c_probe() local
282 if (wm8728 == NULL) in wm8728_i2c_probe()
286 if (IS_ERR(wm8728->regmap)) in wm8728_i2c_probe()
287 return PTR_ERR(wm8728->regmap); in wm8728_i2c_probe()
[all …]
H A DMakefile329 snd-soc-wm8728-objs := wm8728.o
714 obj-$(CONFIG_SND_SOC_WM8728) += snd-soc-wm8728.o
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8728.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8728.yaml#
17 const: wlf,wm8728
37 compatible = "wlf,wm8728";