Lines Matching refs:lm49453
3 * lm49453.c - LM49453 ALSA Soc Audio driver
28 #include "lm49453.h"
1257 struct lm49453_priv *lm49453 = snd_soc_component_get_drvdata(component);
1266 regcache_sync(lm49453->regmap);
1416 struct lm49453_priv *lm49453;
1419 lm49453 = devm_kzalloc(&i2c->dev, sizeof(struct lm49453_priv),
1422 if (lm49453 == NULL)
1425 i2c_set_clientdata(i2c, lm49453);
1427 lm49453->regmap = devm_regmap_init_i2c(i2c, &lm49453_regmap_config);
1428 if (IS_ERR(lm49453->regmap)) {
1429 ret = PTR_ERR(lm49453->regmap);
1445 { "lm49453", 0 },
1452 .name = "lm49453",