mbox series

[0/3] ASoC: Intel: avs: Add support for sending initial module config

Message ID 20240207120946.2140480-1-amadeuszx.slawinski@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: avs: Add support for sending initial module config | expand

Message

Amadeusz Sławiński Feb. 7, 2024, 12:09 p.m. UTC
In some cases it may be desirable to provide default initial
configuration for FW module using payload. To facilitate such solution
extend topology to contain initial config information, parse it and then
send data to FW if present.

Amadeusz Sławiński (3):
  ASoC: Intel: avs: UAPI: Add tokens for initial config feature
  ASoC: Intel: avs: Add topology parsing support for initial config
  ASoC: Intel: avs: Send initial config to module if present

 include/uapi/sound/intel/avs/tokens.h |   9 ++
 sound/soc/intel/avs/path.c            |  33 ++++++
 sound/soc/intel/avs/topology.c        | 163 +++++++++++++++++++++++++-
 sound/soc/intel/avs/topology.h        |  13 ++
 4 files changed, 216 insertions(+), 2 deletions(-)