Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
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
131 struct max9768 *max9768 = snd_soc_component_get_drvdata(component); in max9768_probe() local
173 struct max9768 *max9768; in max9768_i2c_probe() local
177 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 …]
A DMakefile118 snd-soc-max9768-objs := max9768.o
451 obj-$(CONFIG_SND_SOC_MAX9768) += snd-soc-max9768.o

Completed in 8 milliseconds