Searched refs:wm8961 (Results 1 – 3 of 3) sorted by relevance
4 $id: http://devicetree.org/schemas/sound/wlf,wm8961.yaml#17 const: wlf,wm896138 wm8961: codec@4a {39 compatible = "wlf,wm8961";
512 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() local921 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 …]
350 snd-soc-wm8961-objs := wm8961.o735 obj-$(CONFIG_SND_SOC_WM8961) += snd-soc-wm8961.o