Home
last modified time | relevance | path

Searched refs:tfa9879 (Results 1 – 2 of 2) sorted by relevance

/sound/soc/codecs/
Dtfa9879.c34 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()
[all …]
DMakefile118 snd-soc-tfa9879-objs := tfa9879.o
310 obj-$(CONFIG_SND_SOC_TFA9879) += snd-soc-tfa9879.o