Home
last modified time | relevance | path

Searched refs:wm8971 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm8971.c441 wm8971->sysclk = freq; in wm8971_set_dai_sysclk()
513 int coeff = get_coeff(wm8971->sysclk, params_rate(params)); in wm8971_pcm_hw_params()
553 struct wm8971_priv *wm8971 = in wm8971_charge_work() local
573 flush_delayed_work(&wm8971->charge_work); in wm8971_set_bias_level()
581 &wm8971->charge_work, msecs_to_jiffies(1000)); in wm8971_set_bias_level()
589 cancel_delayed_work_sync(&wm8971->charge_work); in wm8971_set_bias_level()
676 struct wm8971_priv *wm8971; in wm8971_i2c_probe() local
680 if (wm8971 == NULL) in wm8971_i2c_probe()
684 if (IS_ERR(wm8971->regmap)) in wm8971_i2c_probe()
685 return PTR_ERR(wm8971->regmap); in wm8971_i2c_probe()
[all …]
H A DMakefile352 snd-soc-wm8971-objs := wm8971.o
737 obj-$(CONFIG_SND_SOC_WM8971) += snd-soc-wm8971.o