Searched refs:tfa989x (Results 1 – 3 of 3) sorted by relevance
59 struct tfa989x { struct109 struct tfa989x *tfa989x = snd_soc_component_get_drvdata(component); in tfa989x_put_mode() local111 gpiod_set_value_cansleep(tfa989x->rcv_gpiod, ucontrol->value.enumerated.item[0]); in tfa989x_put_mode()124 struct tfa989x *tfa989x = snd_soc_component_get_drvdata(component); in tfa989x_probe() local126 if (tfa989x->rev->rev == TFA9897_REVISION) in tfa989x_probe()312 struct tfa989x *tfa989x = data; in tfa989x_regulator_disable() local314 regulator_disable(tfa989x->vddd_supply); in tfa989x_regulator_disable()321 struct tfa989x *tfa989x; in tfa989x_i2c_probe() local332 tfa989x = devm_kzalloc(dev, sizeof(*tfa989x), GFP_KERNEL); in tfa989x_i2c_probe()333 if (!tfa989x) in tfa989x_i2c_probe()[all …]
301 snd-soc-tfa989x-y := tfa989x.o705 obj-$(CONFIG_SND_SOC_TFA989X) += snd-soc-tfa989x.o
16724 F: Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml16725 F: sound/soc/codecs/tfa989x.c