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() argument45 int val = gpiod_get_value_cansleep(max9768->mute); in max9768_get_gpio()56 struct max9768 *max9768 = snd_soc_component_get_drvdata(c); in max9768_set_gpio() local60 if (val != gpiod_get_value_cansleep(max9768->mute)) in max9768_set_gpio()65 gpiod_set_value_cansleep(max9768->mute, val); in max9768_set_gpio()138 struct max9768 *max9768 = snd_soc_component_get_drvdata(component); in max9768_probe() local141 if (max9768->flags & MAX9768_FLAG_CLASSIC_PWM) { in max9768_probe()142 ret = regmap_write(max9768->regmap, MAX9768_CTRL, in max9768_probe()148 if (max9768->mute) { in max9768_probe()[all …]
158 snd-soc-max9768-y := max9768.o570 obj-$(CONFIG_SND_SOC_MAX9768) += snd-soc-max9768.o