Searched refs:wm9712 (Results 1 – 4 of 4) sorted by relevance
220 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); in wm9712_hp_mixer_put() local232 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->lock); in wm9712_hp_mixer_put()264 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); in wm9712_hp_mixer_get() local[all …]
389 snd-soc-wm9712-y := wm9712.o801 obj-$(CONFIG_SND_SOC_WM9712) += snd-soc-wm9712.o
106 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9712) += wm9712.o
763 compatible = "nvidia,tegra-audio-wm9712-colibri_t20",764 "nvidia,tegra-audio-wm9712";