Searched refs:wm9712 (Results 1 – 3 of 3) sorted by relevance
3 * wm9712.c -- ALSA Soc WM9712 codec support220 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); in wm9712_hp_mixer_put() local 232 mutex_lock(&wm9712->lock); in wm9712_hp_mixer_put() 233 old = wm9712->hp_mixer[mixer]; in wm9712_hp_mixer_put() 235 wm9712->hp_mixer[mixer] |= mask; in wm9712_hp_mixer_put() 237 wm9712->hp_mixer[mixer] &= ~mask; in wm9712_hp_mixer_put() 239 change = old != wm9712->hp_mixer[mixer]; in wm9712_hp_mixer_put() 244 if ((wm9712->hp_mixer[0] & mask) || in wm9712_hp_mixer_put() 245 (wm9712->hp_mixer[1] & mask)) in wm9712_hp_mixer_put() 254 mutex_unlock(&wm9712 in wm9712_hp_mixer_put() 264 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); wm9712_hp_mixer_get() local 613 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); wm9712_soc_resume() local 631 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); wm9712_soc_probe() local 668 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); wm9712_soc_remove() local 695 struct wm9712_priv *wm9712; wm9712_probe() local [all...]
407 snd-soc-wm9712-y := wm9712.o837 obj-$(CONFIG_SND_SOC_WM9712) += snd-soc-wm9712.o
763 compatible = "nvidia,tegra-audio-wm9712-colibri_t20",764 "nvidia,tegra-audio-wm9712";