Searched refs:wm8978 (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 Dwm8978.c2 * wm8978.c -- WM8978 ALSA SoC Audio Codec driver
32 #include "wm8978.h"
36 /* wm8978 register cache. Note that register 0 is not included in the cache. */
442 struct wm8978_priv *wm8978 = snd_soc_codec_get_drvdata(codec); local
444 unsigned int f_opclk = wm8978->f_opclk, f_mclk = wm8978->f_mclk,
445 f_256fs = wm8978->f_256fs;
454 wm8978->mclk_idx = -1;
479 wm8978->f_pllout = f_opclk * opclk_div;
491 int idx = wm8978_enum_mclk(f_256fs, f_mclk, &wm8978
538 struct wm8978_priv *wm8978 = snd_soc_codec_get_drvdata(codec); local
583 struct wm8978_priv *wm8978 = snd_soc_codec_get_drvdata(codec); local
695 struct wm8978_priv *wm8978 = snd_soc_codec_get_drvdata(codec); local
915 struct wm8978_priv *wm8978 = snd_soc_codec_get_drvdata(codec); local
1003 wm8978_register(struct wm8978_priv *wm8978) argument
1082 wm8978_unregister(struct wm8978_priv *wm8978) argument
1094 struct wm8978_priv *wm8978; local
1118 struct wm8978_priv *wm8978 = i2c_get_clientdata(client); local
[all...]
H A DMakefile51 snd-soc-wm8978-objs := wm8978.o
120 obj-$(CONFIG_SND_SOC_WM8978) += snd-soc-wm8978.o

Completed in 100 milliseconds