Searched refs:tfa989x (Results 1 – 4 of 4) sorted by relevance
56 struct tfa989x { struct110 struct tfa989x *tfa989x = snd_soc_component_get_drvdata(component); in tfa989x_probe() local112 if (tfa989x->rev->rev == TFA9897_REVISION) in tfa989x_probe()272 struct tfa989x *tfa989x = data; in tfa989x_regulator_disable() local274 regulator_disable(tfa989x->vddd_supply); in tfa989x_regulator_disable()281 struct tfa989x *tfa989x; in tfa989x_i2c_probe() local292 tfa989x = devm_kzalloc(dev, sizeof(*tfa989x), GFP_KERNEL); in tfa989x_i2c_probe()293 if (!tfa989x) in tfa989x_i2c_probe()296 tfa989x->rev = rev; in tfa989x_i2c_probe()297 i2c_set_clientdata(i2c, tfa989x); in tfa989x_i2c_probe()[all …]
240 snd-soc-tfa989x-objs := tfa989x.o574 obj-$(CONFIG_SND_SOC_TFA989X) += snd-soc-tfa989x.o
4 $id: http://devicetree.org/schemas/sound/nxp,tfa989x.yaml#
13764 F: Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml13765 F: sound/soc/codecs/tfa989x.c
Completed in 25 milliseconds