Searched refs:wm8900 (Results 1 – 2 of 2) sorted by relevance
748 struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); in wm8900_set_fll() local751 if (wm8900->fll_in == freq_in && wm8900->fll_out == freq_out) in wm8900_set_fll()764 wm8900->fll_in = freq_in; in wm8900_set_fll()765 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()1118 struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); in wm8900_suspend() local1120 int fll_out = wm8900->fll_out; in wm8900_suspend()1121 int fll_in = wm8900->fll_in; in wm8900_suspend()1131 wm8900->fll_out = fll_out; in wm8900_suspend()[all …]
393 snd-soc-wm8900-y := wm8900.o837 obj-$(CONFIG_SND_SOC_WM8900) += snd-soc-wm8900.o