Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dwm8900.c754 struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); in wm8900_set_fll() local
757 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() local
1123 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 …]
DMakefile248 snd-soc-wm8900-objs := wm8900.o
530 obj-$(CONFIG_SND_SOC_WM8900) += snd-soc-wm8900.o