Searched refs:wm8900 (Results 1 – 2 of 2) sorted by relevance
754 struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); in wm8900_set_fll() local757 if (wm8900->fll_in == freq_in && wm8900->fll_out == freq_out) in wm8900_set_fll()770 wm8900->fll_in = freq_in; in wm8900_set_fll()771 wm8900->fll_out = freq_out; in wm8900_set_fll()779 wm8900->fll_in = freq_in; in wm8900_set_fll()780 wm8900->fll_out = freq_out; in wm8900_set_fll()1122 struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); in wm8900_suspend() local1123 int fll_out = wm8900->fll_out; in wm8900_suspend()1124 int fll_in = wm8900->fll_in; in wm8900_suspend()1134 wm8900->fll_out = fll_out; in wm8900_suspend()[all …]
248 snd-soc-wm8900-objs := wm8900.o530 obj-$(CONFIG_SND_SOC_WM8900) += snd-soc-wm8900.o