lkml.org 
[lkml]   [2020]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC PATCH 0/2] TAS2563 DSP Firmware Loader
Date
Hello

The TAS2563 amplifier has a DSP that can run programs and configurations to
produce alternate audio experiences. The DSP firmware is not a typical firmware
as the binary may contain various programs and configurations that are
selectable during run time.

These programs and configurations are selectable via files under the I2C dev
node. There may be a better way to select this through ALSA controls but I was
unable to find a good example of this. This is why this is an RFC patchset.

Dan

Dan Murphy (2):
dt-bindings: tas2562: Add firmware support for tas2563
ASoc: tas2563: DSP Firmware loading support

.../devicetree/bindings/sound/tas2562.yaml | 4 +
sound/soc/codecs/Makefile | 2 +-
sound/soc/codecs/tas2562.c | 48 ++-
sound/soc/codecs/tas2562.h | 25 ++
sound/soc/codecs/tas25xx_dsp_loader.c | 377 ++++++++++++++++++
sound/soc/codecs/tas25xx_dsp_loader.h | 93 +++++
6 files changed, 530 insertions(+), 19 deletions(-)
create mode 100644 sound/soc/codecs/tas25xx_dsp_loader.c
create mode 100644 sound/soc/codecs/tas25xx_dsp_loader.h

--
2.26.2

\
 
 \ /
  Last update: 2020-06-09 19:29    [W:0.099 / U:0.860 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site