OSDN Git Service

ASoC: cs35l41: CS35L41 Boosted Smart Amplifier
authorDavid Rhodes <drhodes@opensource.cirrus.com>
Tue, 7 Sep 2021 22:57:18 +0000 (17:57 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 13 Sep 2021 00:45:11 +0000 (01:45 +0100)
commit6450ef55905688602175fae4ed1bfbfef6a14dde
treed5d9bc0e0df96f510625d3d93cc11f7b9388e273
parent0c7985e1b90c1eabc75b01f971eb89733cc51979
ASoC: cs35l41: CS35L41 Boosted Smart Amplifier

SoC Audio driver for the Cirrus Logic CS35L41 amplifier

Signed-off-by: David Rhodes <drhodes@opensource.cirrus.com>
Tested-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20210907225719.2018115-2-drhodes@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/cs35l41.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/cs35l41-i2c.c [new file with mode: 0644]
sound/soc/codecs/cs35l41-spi.c [new file with mode: 0644]
sound/soc/codecs/cs35l41-tables.c [new file with mode: 0644]
sound/soc/codecs/cs35l41.c [new file with mode: 0644]
sound/soc/codecs/cs35l41.h [new file with mode: 0644]