Searched refs:wm8971 (Results 1 – 2 of 2) sorted by relevance
437 struct wm8971_priv *wm8971 = snd_soc_codec_get_drvdata(codec); in wm8971_set_dai_sysclk() local445 wm8971->sysclk = freq; in wm8971_set_dai_sysclk()514 struct wm8971_priv *wm8971 = snd_soc_codec_get_drvdata(codec); in wm8971_pcm_hw_params() local517 int coeff = get_coeff(wm8971->sysclk, params_rate(params)); in wm8971_pcm_hw_params()557 struct wm8971_priv *wm8971 = in wm8971_charge_work() local561 regmap_update_bits(wm8971->regmap, WM8971_PWR1, 0x0180, 0x0100); in wm8971_charge_work()567 struct wm8971_priv *wm8971 = snd_soc_codec_get_drvdata(codec); in wm8971_set_bias_level() local577 flush_delayed_work(&wm8971->charge_work); in wm8971_set_bias_level()585 &wm8971->charge_work, msecs_to_jiffies(1000)); in wm8971_set_bias_level()593 cancel_delayed_work_sync(&wm8971->charge_work); in wm8971_set_bias_level()[all …]
169 snd-soc-wm8971-objs := wm8971.o360 obj-$(CONFIG_SND_SOC_WM8971) += snd-soc-wm8971.o