ASoC: max98388: add amplifier driver
authorRyan Lee <ryans.lee@analog.com>
Tue, 13 Jun 2023 06:09:45 +0000 (23:09 -0700)
committerMark Brown <broonie@kernel.org>
Thu, 15 Jun 2023 12:53:26 +0000 (13:53 +0100)
commit6a8e1d46f0621c15d2993c5e847f4f264102f93d
treebd5d93f829c6f146e9c2358159954fcf379962f9
parent4cab2d5faf7eff9896a15be3b301150b6fbfcaba
ASoC: max98388: add amplifier driver

Added Analog Devices MAX98388 amplifier driver.
MAX98388 provides a PCM interface for audio data and a standard I2C
interface for control data communication.

Signed-off-by: Ryan Lee <ryans.lee@analog.com>
Link: https://lore.kernel.org/r/20230613060945.183128-2-ryan.lee.analog@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/max98388.c [new file with mode: 0644]
sound/soc/codecs/max98388.h [new file with mode: 0644]