OSDN Git Service

ASoC: add support for TAS5805M digital amplifier
authorDaniel Beer <daniel.beer@igorinstitute.com>
Sun, 16 Jan 2022 01:55:49 +0000 (14:55 +1300)
committerMark Brown <broonie@kernel.org>
Mon, 24 Jan 2022 13:31:24 +0000 (13:31 +0000)
commitec45268467f4c4a523fc4a8c212d25e3b85261e9
tree78fe4ab0fa70ed72513ee2f4868769f1018251c1
parent6cbff4b3a10e3ae5d68f71f197d0a0b14ef97711
ASoC: add support for TAS5805M digital amplifier

The Texas Instruments TAS5805M is a class D audio amplifier with an
integrated DSP. DSP configuration is supplied in a firmware image
specified through a device-tree attribute.

These register writes set up application-specific DSP settings and are
expected to be generated using TI's PPC3 tool.

Signed-off-by: Daniel Beer <daniel.beer@igorinstitute.com>
Link: https://lore.kernel.org/r/b82fac1d21a33a5f57a5819eaf37c31f5c86eb65.1642298336.git.daniel.beer@igorinstitute.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/tas5805m.c [new file with mode: 0644]