Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm8900.c757 struct wm8900_priv *wm8900 = snd_soc_codec_get_drvdata(codec); in wm8900_set_fll() local
760 if (wm8900->fll_in == freq_in && wm8900->fll_out == freq_out) in wm8900_set_fll()
773 wm8900->fll_in = freq_in; in wm8900_set_fll()
774 wm8900->fll_out = freq_out; in wm8900_set_fll()
782 wm8900->fll_in = freq_in; in wm8900_set_fll()
783 wm8900->fll_out = freq_out; in wm8900_set_fll()
1126 struct wm8900_priv *wm8900 = snd_soc_codec_get_drvdata(codec); in wm8900_suspend() local
1127 int fll_out = wm8900->fll_out; in wm8900_suspend()
1128 int fll_in = wm8900->fll_in; in wm8900_suspend()
1138 wm8900->fll_out = fll_out; in wm8900_suspend()
[all …]
DMakefile151 snd-soc-wm8900-objs := wm8900.o
332 obj-$(CONFIG_SND_SOC_WM8900) += snd-soc-wm8900.o