Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8993.c472 struct wm8993_priv *wm8993 = snd_soc_codec_get_drvdata(codec); in _wm8993_set_fll() local
480 if (Fref == wm8993->fll_fref && Fout == wm8993->fll_fout) in _wm8993_set_fll()
486 wm8993->fll_fref = 0; in _wm8993_set_fll()
487 wm8993->fll_fout = 0; in _wm8993_set_fll()
555 try_wait_for_completion(&wm8993->fll_lock); in _wm8993_set_fll()
560 timeout = wait_for_completion_timeout(&wm8993->fll_lock, timeout); in _wm8993_set_fll()
566 wm8993->fll_fref = Fref; in _wm8993_set_fll()
567 wm8993->fll_fout = Fout; in _wm8993_set_fll()
568 wm8993->fll_src = source; in _wm8993_set_fll()
581 struct wm8993_priv *wm8993 = snd_soc_codec_get_drvdata(codec); in configure_clock() local
[all …]
DMakefile221 snd-soc-wm8993-objs := wm8993.o
458 obj-$(CONFIG_SND_SOC_WM8993) += snd-soc-wm8993.o