Home
last modified time | relevance | path

Searched refs:wm9712 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm9712.c3 * wm9712.c -- ALSA Soc WM9712 codec support
220 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
617 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); wm9712_soc_resume() local
635 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); wm9712_soc_probe() local
672 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); wm9712_soc_remove() local
700 struct wm9712_priv *wm9712; wm9712_probe() local
[all...]
H A DMakefile294 snd-soc-wm9712-objs := wm9712.o
603 obj-$(CONFIG_SND_SOC_WM9712) += snd-soc-wm9712.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm9712.c3 * wm9712.c -- ALSA Soc WM9712 codec support
220 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
617 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); wm9712_soc_resume() local
635 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); wm9712_soc_probe() local
672 struct wm9712_priv *wm9712 = snd_soc_component_get_drvdata(component); wm9712_soc_remove() local
699 struct wm9712_priv *wm9712; wm9712_probe() local
[all...]
H A DMakefile368 snd-soc-wm9712-objs := wm9712.o
753 obj-$(CONFIG_SND_SOC_WM9712) += snd-soc-wm9712.o
/kernel/linux/linux-5.10/sound/soc/tegra/
H A DMakefile36 snd-soc-tegra-wm9712-objs := tegra_wm9712.o
46 obj-$(CONFIG_SND_SOC_TEGRA_WM9712) += snd-soc-tegra-wm9712.o
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A DMakefile102 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9712) += wm9712.o
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A DMakefile107 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9712) += wm9712.o

Completed in 6 milliseconds