Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dmax9768.c28 struct max9768 { struct
44 struct max9768 *max9768 = snd_soc_component_get_drvdata(c); in max9768_get_gpio() argument
56 struct max9768 *max9768 = snd_soc_component_get_drvdata(c); in max9768_set_gpio() local
138 struct max9768 *max9768 = snd_soc_component_get_drvdata(component); in max9768_probe() local
148 if (max9768->mute) { in max9768_probe()
179 struct max9768 *max9768; in max9768_i2c_probe() local
182 max9768 = devm_kzalloc(&client->dev, sizeof(*max9768), GFP_KERNEL); in max9768_i2c_probe()
183 if (!max9768) in max9768_i2c_probe()
190 if (IS_ERR(max9768->mute)) in max9768_i2c_probe()
198 if (IS_ERR(max9768->shdn)) in max9768_i2c_probe()
[all …]
H A DMakefile159 snd-soc-max9768-y := max9768.o
572 obj-$(CONFIG_SND_SOC_MAX9768) += snd-soc-max9768.o