Searched refs:wm8960 (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 Dwm8960.c2 * wm8960.c -- WM8960 ALSA SoC Audio driver
26 #include <sound/wm8960.h>
28 #include "wm8960.h"
30 #define AUDIO_NAME "wm8960"
55 * wm8960 register cache
109 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); local
115 if (wm8960->deemph) {
118 if (abs(deemph_settings[i] - wm8960->playback_fs) <
119 abs(deemph_settings[best] - wm8960->playback_fs))
138 struct wm8960_priv *wm8960 local
148 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); local
390 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); local
513 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); local
622 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); local
967 wm8960_register(struct wm8960_priv *wm8960, enum snd_soc_control_type control) argument
1071 wm8960_unregister(struct wm8960_priv *wm8960) argument
1083 struct wm8960_priv *wm8960; local
1102 struct wm8960_priv *wm8960 = i2c_get_clientdata(client); local
[all...]
H A DMakefile47 snd-soc-wm8960-objs := wm8960.o
116 obj-$(CONFIG_SND_SOC_WM8960) += snd-soc-wm8960.o

Completed in 30 milliseconds