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() local138 struct max9768 *max9768 = snd_soc_component_get_drvdata(component); in max9768_probe() local148 if (max9768->mute) { in max9768_probe()179 struct max9768 *max9768; in max9768_i2c_probe() local182 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 …]
159 snd-soc-max9768-y := max9768.o572 obj-$(CONFIG_SND_SOC_MAX9768) += snd-soc-max9768.o