Lines Matching refs:lm49453
3 * lm49453.c - LM49453 ALSA Soc Audio driver
28 #include "lm49453.h"
1259 struct lm49453_priv *lm49453 = snd_soc_component_get_drvdata(component);
1268 regcache_sync(lm49453->regmap);
1420 struct lm49453_priv *lm49453;
1423 lm49453 = devm_kzalloc(&i2c->dev, sizeof(struct lm49453_priv),
1426 if (lm49453 == NULL)
1429 i2c_set_clientdata(i2c, lm49453);
1431 lm49453->regmap = devm_regmap_init_i2c(i2c, &lm49453_regmap_config);
1432 if (IS_ERR(lm49453->regmap)) {
1433 ret = PTR_ERR(lm49453->regmap);
1454 { "lm49453", 0 },
1461 .name = "lm49453",