Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8711.c3 * wm8711.c -- WM8711 ALSA SoC Audio driver
29 #include "wm8711.h"
38 * wm8711 register cache
160 struct wm8711_priv *wm8711 = snd_soc_component_get_drvdata(component); in wm8711_hw_params() local
162 int i = get_coeff(wm8711->sysclk, params_rate(params)); in wm8711_hw_params()
224 struct wm8711_priv *wm8711 = snd_soc_component_get_drvdata(component); in wm8711_set_dai_sysclk() local
232 wm8711->sysclk = freq; in wm8711_set_dai_sysclk()
300 struct wm8711_priv *wm8711 = snd_soc_component_get_drvdata(component); in wm8711_set_bias_level() local
311 regcache_sync(wm8711->regmap); in wm8711_set_bias_level()
339 .name = "wm8711
404 struct wm8711_priv *wm8711; wm8711_spi_probe() local
436 struct wm8711_priv *wm8711; wm8711_i2c_probe() local
[all...]
H A DMakefile366 snd-soc-wm8711-y := wm8711.o
796 obj-$(CONFIG_SND_SOC_WM8711) += snd-soc-wm8711.o