Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dlm49453.c1262 struct lm49453_priv *lm49453 = snd_soc_component_get_drvdata(component); in lm49453_set_bias_level() local
1271 regcache_sync(lm49453->regmap); in lm49453_set_bias_level()
1418 struct lm49453_priv *lm49453; in lm49453_i2c_probe() local
1421 lm49453 = devm_kzalloc(&i2c->dev, sizeof(struct lm49453_priv), in lm49453_i2c_probe()
1424 if (lm49453 == NULL) in lm49453_i2c_probe()
1427 i2c_set_clientdata(i2c, lm49453); in lm49453_i2c_probe()
1429 lm49453->regmap = devm_regmap_init_i2c(i2c, &lm49453_regmap_config); in lm49453_i2c_probe()
1430 if (IS_ERR(lm49453->regmap)) { in lm49453_i2c_probe()
1431 ret = PTR_ERR(lm49453->regmap); in lm49453_i2c_probe()
DMakefile87 snd-soc-lm49453-objs := lm49453.o
347 obj-$(CONFIG_SND_SOC_LM49453) += snd-soc-lm49453.o
/Linux-v4.19/
DMAINTAINERS14602 F: sound/soc/codecs/lm49453*