diff options
author | Peter Rosin <peda@axentia.se> | 2016-05-14 23:09:39 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-30 16:15:55 +0100 |
commit | 3b2af7f79968f0df51b13fc8eed3bf1498f8a79d (patch) | |
tree | 5433cd5d47ced2e53e5f87cb50380d1fb97b088d /MAINTAINERS | |
parent | e1f90fc2d2767145c64fad838e29d1a43abb4792 (diff) | |
download | linux-3b2af7f79968f0df51b13fc8eed3bf1498f8a79d.tar.gz linux-3b2af7f79968f0df51b13fc8eed3bf1498f8a79d.tar.bz2 linux-3b2af7f79968f0df51b13fc8eed3bf1498f8a79d.zip |
ASoC: max9860: new driver
This is a driver for the MAX9860 Mono Audio Voice Codec.
https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf
This driver does not support sidetone since the DVST register field is
backwards with the mute near the maximum level instead of the minimum.
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7304d2e37a98..ff0938e6a7ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7253,6 +7253,13 @@ F: Documentation/devicetree/bindings/i2c/max6697.txt F: drivers/hwmon/max6697.c F: include/linux/platform_data/max6697.h +MAX9860 MONO AUDIO VOICE CODEC DRIVER +M: Peter Rosin <peda@axentia.se> +L: alsa-devel@alsa-project.org (moderated for non-subscribers) +S: Maintained +F: Documentation/devicetree/bindings/sound/max9860.txt +F: sound/soc/codecs/max9860.* + MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS M: Krzysztof Kozlowski <k.kozlowski@samsung.com> L: linux-pm@vger.kernel.org |