Searched refs:max9768 (Results 1 – 2 of 2) sorted by relevance
28 struct max9768 { struct44 struct max9768 *max9768 = snd_soc_component_get_drvdata(c); in max9768_get_gpio() argument56 struct max9768 *max9768 = snd_soc_component_get_drvdata(c); in max9768_set_gpio() local131 struct max9768 *max9768 = snd_soc_component_get_drvdata(component); in max9768_probe() local173 struct max9768 *max9768; in max9768_i2c_probe() local177 max9768 = devm_kzalloc(&client->dev, sizeof(*max9768), GFP_KERNEL); in max9768_i2c_probe()178 if (!max9768) in max9768_i2c_probe()192 max9768->flags = pdata->flags; in max9768_i2c_probe()194 max9768->shdn_gpio = -EINVAL; in max9768_i2c_probe()195 max9768->mute_gpio = -EINVAL; in max9768_i2c_probe()[all …]
118 snd-soc-max9768-objs := max9768.o451 obj-$(CONFIG_SND_SOC_MAX9768) += snd-soc-max9768.o
Completed in 8 milliseconds