Searched refs:wm9713 (Results 1 – 4 of 4) sorted by relevance
257 struct wm9713_priv *wm9713 = snd_soc_codec_get_drvdata(codec); in wm9713_hp_mixer_put() local269 mutex_lock(&wm9713->lock); in wm9713_hp_mixer_put()270 old = wm9713->hp_mixer[mixer]; in wm9713_hp_mixer_put()272 wm9713->hp_mixer[mixer] |= mask; in wm9713_hp_mixer_put()274 wm9713->hp_mixer[mixer] &= ~mask; in wm9713_hp_mixer_put()276 change = old != wm9713->hp_mixer[mixer]; in wm9713_hp_mixer_put()281 if ((wm9713->hp_mixer[0] & mask) || in wm9713_hp_mixer_put()282 (wm9713->hp_mixer[1] & mask)) in wm9713_hp_mixer_put()291 mutex_unlock(&wm9713->lock); in wm9713_hp_mixer_put()301 struct wm9713_priv *wm9713 = snd_soc_codec_get_drvdata(codec); in wm9713_hp_mixer_get() local[all …]
176 snd-soc-wm9713-objs := wm9713.o357 obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o
36 snd-soc-smdk-wm9713-objs := smdk_wm9713.o62 obj-$(CONFIG_SND_SOC_SAMSUNG_SMDK_WM9713) += snd-soc-smdk-wm9713.o
79 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) += wm9713.o