ASoC: max98396: add amplifier driver
authorRyan Lee <ryan.lee.analog@gmail.com>
Sat, 23 Apr 2022 02:15:58 +0000 (19:15 -0700)
committerMark Brown <broonie@kernel.org>
Tue, 26 Apr 2022 14:13:40 +0000 (15:13 +0100)
commitb58581136770569d2ee4300b10c7c0d76bb86250
tree80f48188e05fd1f98269d592fe9c07e2d043e651
parent0e631e065bcb92cc97b38a82e41695952145751d
ASoC: max98396: add amplifier driver

This series of patches adds support for Analog Devices MAX98396
mono amplifier with IV sense. The device provides a PCM interface
for audio data and a standard I2C interface for control data
communication. This driver also supports MAX98397 which is
a variant of MAX98396 with wide input supply range.

Signed-off-by: Ryan Lee <ryan.lee.analog@gmail.com>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20220423021558.1773598-1-ryan.lee.analog@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/max98396.c [new file with mode: 0644]
sound/soc/codecs/max98396.h [new file with mode: 0644]