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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8711.c2 * wm8711.c -- WM8711 ALSA SoC Audio driver
32 #include "wm8711.h"
44 * wm8711 register cache
166 struct wm8711_priv *wm8711 = snd_soc_codec_get_drvdata(codec); local
168 int i = get_coeff(wm8711->sysclk, params_rate(params));
230 struct wm8711_priv *wm8711 = snd_soc_codec_get_drvdata(codec); local
238 wm8711->sysclk = freq;
433 static int wm8711_register(struct wm8711_priv *wm8711, argument
437 struct snd_soc_codec *codec = &wm8711->codec;
450 snd_soc_codec_set_drvdata(codec, wm8711);
507 wm8711_unregister(struct wm8711_priv *wm8711) argument
520 struct wm8711_priv *wm8711; local
537 struct wm8711_priv *wm8711 = dev_get_drvdata(&spi->dev); local
559 struct wm8711_priv *wm8711; local
579 struct wm8711_priv *wm8711 = i2c_get_clientdata(client); local
[all...]
H A DMakefile34 snd-soc-wm8711-objs := wm8711.o
103 obj-$(CONFIG_SND_SOC_WM8711) += snd-soc-wm8711.o

Completed in 116 milliseconds