Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dlm49453.c1257 struct lm49453_priv *lm49453 = snd_soc_component_get_drvdata(component); in lm49453_set_bias_level() local
1266 regcache_sync(lm49453->regmap); in lm49453_set_bias_level()
1416 struct lm49453_priv *lm49453; in lm49453_i2c_probe() local
1419 lm49453 = devm_kzalloc(&i2c->dev, sizeof(struct lm49453_priv), in lm49453_i2c_probe()
1422 if (lm49453 == NULL) in lm49453_i2c_probe()
1425 i2c_set_clientdata(i2c, lm49453); in lm49453_i2c_probe()
1427 lm49453->regmap = devm_regmap_init_i2c(i2c, &lm49453_regmap_config); in lm49453_i2c_probe()
1428 if (IS_ERR(lm49453->regmap)) { in lm49453_i2c_probe()
1429 ret = PTR_ERR(lm49453->regmap); in lm49453_i2c_probe()
H A DMakefile135 snd-soc-lm49453-objs := lm49453.o
521 obj-$(CONFIG_SND_SOC_LM49453) += snd-soc-lm49453.o
/openbmc/linux/
H A DMAINTAINERS21636 F: sound/soc/codecs/lm49453*