aboutsummaryrefslogtreecommitdiff
path: root/include/sound/max9768.h
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11ASoC: max9768: Convert to use GPIO descriptorsGravatar Linus Walleij 1-4/+0
The MAX9768 is pretty straight forward to convert to GPIO descriptors. To name the GPIO properties, I looke at the bindings in maxim,max9759.yaml which names these GPIO "mute" and "shutdown" respectively. No board files using platform data exist in the kernel, new users can use GPIO descriptor tables if desired. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230911-descriptors-asoc-max-v2-1-b9d793fb768e@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
2012-01-30ASoC: max9768: add driver for max9768 amplifierGravatar Wolfram Sang 1-0/+24
Add a driver supporting the volume control and the mute pin. Shdn pin and DAPM are not taken care of yet. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>