Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8510.c520 regcache_sync(wm8510->regmap); in wm8510_set_bias_level()
618 struct wm8510_priv *wm8510; in wm8510_spi_probe() local
623 if (wm8510 == NULL) in wm8510_spi_probe()
627 if (IS_ERR(wm8510->regmap)) in wm8510_spi_probe()
628 return PTR_ERR(wm8510->regmap); in wm8510_spi_probe()
630 spi_set_drvdata(spi, wm8510); in wm8510_spi_probe()
650 struct wm8510_priv *wm8510; in wm8510_i2c_probe() local
655 if (wm8510 == NULL) in wm8510_i2c_probe()
659 if (IS_ERR(wm8510->regmap)) in wm8510_i2c_probe()
660 return PTR_ERR(wm8510->regmap); in wm8510_i2c_probe()
[all …]
H A DMakefile323 snd-soc-wm8510-objs := wm8510.o
708 obj-$(CONFIG_SND_SOC_WM8510) += snd-soc-wm8510.o
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8510.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8510.yaml#
17 const: wlf,wm8510
38 compatible = "wlf,wm8510";