Searched refs:tfa9879 (Results 1 – 2 of 2) sorted by relevance
34 struct tfa9879_priv *tfa9879 = snd_soc_codec_get_drvdata(codec); in tfa9879_hw_params() local90 if (tfa9879->lsb_justified) in tfa9879_hw_params()115 struct tfa9879_priv *tfa9879 = snd_soc_codec_get_drvdata(codec); in tfa9879_set_fmt() local139 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() local282 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()[all …]
118 snd-soc-tfa9879-objs := tfa9879.o310 obj-$(CONFIG_SND_SOC_TFA9879) += snd-soc-tfa9879.o