Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm9081.c553 struct wm9081_priv *wm9081 = snd_soc_codec_get_drvdata(codec); in wm9081_set_fll() local
560 if (Fref == wm9081->fll_fref && Fout == wm9081->fll_fout) in wm9081_set_fll()
566 wm9081->fll_fref = 0; in wm9081_set_fll()
567 wm9081->fll_fout = 0; in wm9081_set_fll()
635 wm9081->fll_fref = Fref; in wm9081_set_fll()
636 wm9081->fll_fout = Fout; in wm9081_set_fll()
643 struct wm9081_priv *wm9081 = snd_soc_codec_get_drvdata(codec); in configure_clock() local
650 switch (wm9081->sysclk_source) { in configure_clock()
652 if (wm9081->mclk_rate > 12225000) { in configure_clock()
654 wm9081->sysclk_rate = wm9081->mclk_rate / 2; in configure_clock()
[all …]
DMakefile172 snd-soc-wm9081-objs := wm9081.o
353 obj-$(CONFIG_SND_SOC_WM9081) += snd-soc-wm9081.o