]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3ee3dce0f186ac46f6a730ed8b9a90a7f41a5e14
tree80f48188e05fd1f98269d592fe9c07e2d043e651
parent5f3858435f82118ce68ba75ec29939c48fff0607
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]