Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm9713.c257 struct wm9713_priv *wm9713 = snd_soc_codec_get_drvdata(codec); in wm9713_hp_mixer_put() local
269 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 …]
DMakefile176 snd-soc-wm9713-objs := wm9713.o
357 obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o
/linux-4.1.27/sound/soc/samsung/
DMakefile36 snd-soc-smdk-wm9713-objs := smdk_wm9713.o
62 obj-$(CONFIG_SND_SOC_SAMSUNG_SMDK_WM9713) += snd-soc-smdk-wm9713.o
/linux-4.1.27/drivers/input/touchscreen/
DMakefile79 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) += wm9713.o