Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8990.c880 struct wm8990_priv *wm8990 = snd_soc_component_get_drvdata(component); in wm8990_set_dai_sysclk() local
882 wm8990->sysclk = freq; in wm8990_set_dai_sysclk()
1019 struct wm8990_priv *wm8990 = snd_soc_component_get_drvdata(component); in wm8990_set_bias_level() local
1034 ret = regcache_sync(wm8990->regmap); in wm8990_set_bias_level()
1132 regcache_mark_dirty(wm8990->regmap); in wm8990_set_bias_level()
1224 struct wm8990_priv *wm8990; in wm8990_i2c_probe() local
1227 wm8990 = devm_kzalloc(&i2c->dev, sizeof(struct wm8990_priv), in wm8990_i2c_probe()
1229 if (wm8990 == NULL) in wm8990_i2c_probe()
1232 i2c_set_clientdata(i2c, wm8990); in wm8990_i2c_probe()
H A DMakefile389 snd-soc-wm8990-y := wm8990.o
811 obj-$(CONFIG_SND_SOC_WM8990) += snd-soc-wm8990.o