Home
last modified time | relevance | path

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

/linux/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
45 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() local
60 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() local
141 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 …]
H A DMakefile158 snd-soc-max9768-y := max9768.o
570 obj-$(CONFIG_SND_SOC_MAX9768) += snd-soc-max9768.o