Lines Matching refs:tfa9879
34 struct tfa9879_priv *tfa9879 = snd_soc_codec_get_drvdata(codec); in tfa9879_hw_params() local
90 if (tfa9879->lsb_justified) in tfa9879_hw_params()
115 struct tfa9879_priv *tfa9879 = snd_soc_codec_get_drvdata(codec); in tfa9879_set_fmt() local
139 tfa9879->lsb_justified = 0; in tfa9879_set_fmt()
143 tfa9879->lsb_justified = 0; in tfa9879_set_fmt()
147 tfa9879->lsb_justified = 1; in tfa9879_set_fmt()
279 struct tfa9879_priv *tfa9879; in tfa9879_i2c_probe() local
282 tfa9879 = devm_kzalloc(&i2c->dev, sizeof(*tfa9879), GFP_KERNEL); in tfa9879_i2c_probe()
283 if (!tfa9879) in tfa9879_i2c_probe()
286 i2c_set_clientdata(i2c, tfa9879); in tfa9879_i2c_probe()
288 tfa9879->regmap = devm_regmap_init_i2c(i2c, &tfa9879_regmap); in tfa9879_i2c_probe()
289 if (IS_ERR(tfa9879->regmap)) in tfa9879_i2c_probe()
290 return PTR_ERR(tfa9879->regmap); in tfa9879_i2c_probe()
294 regmap_write(tfa9879->regmap, in tfa9879_i2c_probe()