Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8990.c971 struct wm8990_priv *wm8990 = snd_soc_codec_get_drvdata(codec); in wm8990_set_dai_sysclk() local
973 wm8990->sysclk = freq; in wm8990_set_dai_sysclk()
1110 struct wm8990_priv *wm8990 = snd_soc_codec_get_drvdata(codec); in wm8990_set_bias_level() local
1125 ret = regcache_sync(wm8990->regmap); in wm8990_set_bias_level()
1223 regcache_mark_dirty(wm8990->regmap); in wm8990_set_bias_level()
1324 struct wm8990_priv *wm8990; in wm8990_i2c_probe() local
1327 wm8990 = devm_kzalloc(&i2c->dev, sizeof(struct wm8990_priv), in wm8990_i2c_probe()
1329 if (wm8990 == NULL) in wm8990_i2c_probe()
1332 i2c_set_clientdata(i2c, wm8990); in wm8990_i2c_probe()
DMakefile175 snd-soc-wm8990-objs := wm8990.o
366 obj-$(CONFIG_SND_SOC_WM8990) += snd-soc-wm8990.o