Searched refs:wm8940 (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 Dwm8940.c2 * wm8940.c -- WM8940 ALSA Soc Audio driver
42 #include "wm8940.h"
584 struct wm8940_priv *wm8940 = snd_soc_codec_get_drvdata(codec); local
592 wm8940->sysclk = freq;
760 static int wm8940_register(struct wm8940_priv *wm8940, argument
763 struct wm8940_setup_data *pdata = wm8940->codec.dev->platform_data;
764 struct snd_soc_codec *codec = &wm8940->codec;
775 snd_soc_codec_set_drvdata(codec, wm8940);
783 codec->reg_cache = &wm8940->reg_cache;
836 static void wm8940_unregister(struct wm8940_priv *wm8940) argument
849 struct wm8940_priv *wm8940; local
871 struct wm8940_priv *wm8940 = i2c_get_clientdata(client); local
[all...]
H A DMakefile45 snd-soc-wm8940-objs := wm8940.o
114 obj-$(CONFIG_SND_SOC_WM8940) += snd-soc-wm8940.o

Completed in 74 milliseconds