Home
last modified time | relevance | path

Searched refs:wm9090 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dwm9090.c411 struct wm9090_priv *wm9090 = snd_soc_component_get_drvdata(component); in wm9090_add_controls() local
423 if (wm9090->pdata.lin1_diff) { in wm9090_add_controls()
433 if (wm9090->pdata.lin2_diff) { in wm9090_add_controls()
443 if (wm9090->pdata.agc_ena) { in wm9090_add_controls()
444 for (i = 0; i < ARRAY_SIZE(wm9090->pdata.agc); i++) in wm9090_add_controls()
446 wm9090->pdata.agc[i]); in wm9090_add_controls()
465 struct wm9090_priv *wm9090 = snd_soc_component_get_drvdata(component); in wm9090_set_bias_level() local
485 regcache_sync(wm9090->regmap); in wm9090_set_bias_level()
564 struct wm9090_priv *wm9090; in wm9090_i2c_probe() local
568 wm9090 = devm_kzalloc(&i2c->dev, sizeof(*wm9090), GFP_KERNEL); in wm9090_i2c_probe()
[all …]
DMakefile387 snd-soc-wm9090-y := wm9090.o
799 obj-$(CONFIG_SND_SOC_WM9090) += snd-soc-wm9090.o