Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8993.c469 struct wm8993_priv *wm8993 = snd_soc_component_get_drvdata(component); in _wm8993_set_fll() local
477 if (Fref == wm8993->fll_fref && Fout == wm8993->fll_fout) in _wm8993_set_fll()
483 wm8993->fll_fref = 0; in _wm8993_set_fll()
484 wm8993->fll_fout = 0; in _wm8993_set_fll()
552 try_wait_for_completion(&wm8993->fll_lock); in _wm8993_set_fll()
557 timeout = wait_for_completion_timeout(&wm8993->fll_lock, timeout); in _wm8993_set_fll()
563 wm8993->fll_fref = Fref; in _wm8993_set_fll()
564 wm8993->fll_fout = Fout; in _wm8993_set_fll()
565 wm8993->fll_src = source; in _wm8993_set_fll()
578 struct wm8993_priv *wm8993 = snd_soc_component_get_drvdata(component); in configure_clock() local
[all …]
DMakefile335 snd-soc-wm8993-objs := wm8993.o
695 obj-$(CONFIG_SND_SOC_WM8993) += snd-soc-wm8993.o