ASoC: ssm2305: Add amplifier driver
authorMarco Felsch <m.felsch@pengutronix.de>
Thu, 17 May 2018 13:55:18 +0000 (15:55 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 17 May 2018 17:09:44 +0000 (18:09 +0100)
commit74f24d8728ef12276d58e3d73283cc1d76db7507
tree02081f2d3d3c0ab7c9407e4523ccd591b61efee1
parentb73e93e183089176beed8a3f80e5f618a52e02fc
ASoC: ssm2305: Add amplifier driver

The ssm2305 is a simple Class-D audio amplifier. A application can
turn on/off the device by a gpio. It's also possible to hardwire the
shutdown pin.

Tested on a i.MX6 based custom board.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/adi,ssm2305.txt [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/ssm2305.c [new file with mode: 0644]