Home
last modified time | relevance | path

Searched refs:wm9705 (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm9705.c299 struct wm9705_priv *wm9705 = snd_soc_component_get_drvdata(component); in wm9705_soc_resume() local
302 ret = snd_ac97_reset(wm9705->ac97, true, WM9705_VENDOR_ID, in wm9705_soc_resume()
318 struct wm9705_priv *wm9705 = snd_soc_component_get_drvdata(component); in wm9705_soc_probe() local
321 if (wm9705->mfd_pdata) { in wm9705_soc_probe()
322 wm9705->ac97 = wm9705->mfd_pdata->ac97; in wm9705_soc_probe()
323 regmap = wm9705->mfd_pdata->regmap; in wm9705_soc_probe()
325 wm9705->ac97 = snd_soc_new_ac97_component(component, WM9705_VENDOR_ID, in wm9705_soc_probe()
327 if (IS_ERR(wm9705->ac97)) { in wm9705_soc_probe()
329 return PTR_ERR(wm9705->ac97); in wm9705_soc_probe()
332 regmap = regmap_init_ac97(wm9705->ac97, &wm9705_regmap_config); in wm9705_soc_probe()
[all …]
H A DMakefile388 snd-soc-wm9705-y := wm9705.o
800 obj-$(CONFIG_SND_SOC_WM9705) += snd-soc-wm9705.o
/linux/drivers/input/touchscreen/
H A DMakefile105 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9705) += wm9705.o