Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dwm9081.c548 struct wm9081_priv *wm9081 = snd_soc_component_get_drvdata(component); in wm9081_set_fll() local
555 if (Fref == wm9081->fll_fref && Fout == wm9081->fll_fout) in wm9081_set_fll()
561 wm9081->fll_fref = 0; in wm9081_set_fll()
562 wm9081->fll_fout = 0; in wm9081_set_fll()
630 wm9081->fll_fref = Fref; in wm9081_set_fll()
631 wm9081->fll_fout = Fout; in wm9081_set_fll()
638 struct wm9081_priv *wm9081 = snd_soc_component_get_drvdata(component); in configure_clock() local
645 switch (wm9081->sysclk_source) { in configure_clock()
647 if (wm9081->mclk_rate > 12225000) { in configure_clock()
649 wm9081->sysclk_rate = wm9081->mclk_rate / 2; in configure_clock()
[all …]
DMakefile339 snd-soc-wm9081-objs := wm9081.o
698 obj-$(CONFIG_SND_SOC_WM9081) += snd-soc-wm9081.o