Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm9081.c552 struct wm9081_priv *wm9081 = snd_soc_codec_get_drvdata(codec); in wm9081_set_fll() local
559 if (Fref == wm9081->fll_fref && Fout == wm9081->fll_fout) in wm9081_set_fll()
565 wm9081->fll_fref = 0; in wm9081_set_fll()
566 wm9081->fll_fout = 0; in wm9081_set_fll()
634 wm9081->fll_fref = Fref; in wm9081_set_fll()
635 wm9081->fll_fout = Fout; in wm9081_set_fll()
642 struct wm9081_priv *wm9081 = snd_soc_codec_get_drvdata(codec); in configure_clock() local
649 switch (wm9081->sysclk_source) { in configure_clock()
651 if (wm9081->mclk_rate > 12225000) { in configure_clock()
653 wm9081->sysclk_rate = wm9081->mclk_rate / 2; in configure_clock()
[all …]
DMakefile182 snd-soc-wm9081-objs := wm9081.o
373 obj-$(CONFIG_SND_SOC_WM9081) += snd-soc-wm9081.o