Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8961.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8961.yaml#
17 const: wlf,wm8961
38 wm8961: codec@4a {
39 compatible = "wlf,wm8961";
/openbmc/linux/sound/soc/codecs/
H A Dwm8961.c512 if (!wm8961->sysclk) { in wm8961_hw_params()
532 target = wm8961->sysclk / fs; in wm8961_hw_params()
555 wm8961->sysclk / fs); in wm8961_hw_params()
616 wm8961->sysclk = freq; in wm8961_set_sysclk()
915 struct wm8961_priv *wm8961; in wm8961_i2c_probe() local
921 if (wm8961 == NULL) in wm8961_i2c_probe()
925 if (IS_ERR(wm8961->regmap)) in wm8961_i2c_probe()
926 return PTR_ERR(wm8961->regmap); in wm8961_i2c_probe()
940 regcache_cache_bypass(wm8961->regmap, true); in wm8961_i2c_probe()
942 regcache_cache_bypass(wm8961->regmap, false); in wm8961_i2c_probe()
[all …]
H A DMakefile350 snd-soc-wm8961-objs := wm8961.o
735 obj-$(CONFIG_SND_SOC_WM8961) += snd-soc-wm8961.o