Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm9713.c3 * wm9713.c -- ALSA Soc WM9713 codec support
30 #include "wm9713.h"
229 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); in wm9713_hp_mixer_put() local
241 mutex_lock(&wm9713->lock); in wm9713_hp_mixer_put()
242 old = wm9713->hp_mixer[mixer]; in wm9713_hp_mixer_put()
244 wm9713->hp_mixer[mixer] |= mask; in wm9713_hp_mixer_put()
246 wm9713->hp_mixer[mixer] &= ~mask; in wm9713_hp_mixer_put()
248 change = old != wm9713->hp_mixer[mixer]; in wm9713_hp_mixer_put()
253 if ((wm9713->hp_mixer[0] & mask) || in wm9713_hp_mixer_put()
254 (wm9713 in wm9713_hp_mixer_put()
273 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_hp_mixer_get() local
813 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_set_pll() local
1178 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_soc_resume() local
1203 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_soc_probe() local
1233 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_soc_remove() local
1260 struct wm9713_priv *wm9713; wm9713_probe() local
[all...]
H A DMakefile408 snd-soc-wm9713-y := wm9713.o
838 obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o