Searched refs:wm9713 (Results 1 – 3 of 3) sorted by relevance
233 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); in wm9713_hp_mixer_put() local245 mutex_lock(&wm9713->lock); in wm9713_hp_mixer_put()246 old = wm9713->hp_mixer[mixer]; in wm9713_hp_mixer_put()248 wm9713->hp_mixer[mixer] |= mask; in wm9713_hp_mixer_put()250 wm9713->hp_mixer[mixer] &= ~mask; in wm9713_hp_mixer_put()252 change = old != wm9713->hp_mixer[mixer]; in wm9713_hp_mixer_put()257 if ((wm9713->hp_mixer[0] & mask) || in wm9713_hp_mixer_put()258 (wm9713->hp_mixer[1] & mask)) in wm9713_hp_mixer_put()267 mutex_unlock(&wm9713->lock); in wm9713_hp_mixer_put()277 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); in wm9713_hp_mixer_get() local[all …]
250 snd-soc-wm9713-objs := wm9713.o508 obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o
102 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) += wm9713.o