Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8900.c3 * wm8900.c -- WM8900 ALSA Soc Audio driver
33 #include "wm8900.h"
145 * wm8900 register cache. We can't read the entire register space and we
699 printk(KERN_WARNING "wm8900: FLL rate %u out of range, Fref=%u" in fll_factors()
702 printk(KERN_ERR "wm8900: Invalid FLL division rate %u, " in fll_factors()
748 struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); in wm8900_set_fll() local
751 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 in wm8900_set_fll()
1117 struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); wm8900_suspend() local
1139 struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); wm8900_resume() local
1234 struct wm8900_priv *wm8900; wm8900_spi_probe() local
1265 struct wm8900_priv *wm8900; wm8900_i2c_probe() local
[all...]
H A DMakefile382 snd-soc-wm8900-y := wm8900.o
812 obj-$(CONFIG_SND_SOC_WM8900) += snd-soc-wm8900.o