Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/4] ASoC DSP topology
@ 2015-04-16 20:48 Liam Girdwood
  2015-04-20 21:40 ` Mark Brown
  2015-04-21  6:58 ` Peter Ujfalusi
  0 siblings, 2 replies; 9+ messages in thread
From: Liam Girdwood @ 2015-04-16 20:48 UTC (permalink / raw)
  To: Takashi Iwai, Koul, Vinod, Mark Brown; +Cc: alsa-devel@alsa-project.org

It's been about 2 years since posting V1 of the ASoC dynamic firmware patches
and a lot has changed since then ...

This RFC series is being posted instead of a V2 patch series atm since we are
still completing some testing on the codebase and developing a new userspace
tool. Expect V2 once more testing is completed shortly.

ASoC topology (formerly called dynamic firmware) allows audio DSP topology to
be defined as part of the firmware package and not hard coded into the driver.
This allows DSP vendors to ship multiple different firmwares or firmwares with
programmable topologies for different devices (i.e. phones, tablets, TVs) using
a single DSP driver. The DSP topology can be contained as part of the firmware
file or exist as separate files. The topology core and file format is generic
and not tied to any single vendor or device. 

The topology core consists of kernel and userspace components :-

Kernel. The kernel core reads in the topology data and builds the driver
capabilities and audio topology based on this data. This includes building
the DAPM graph, setting PCM and DAI capabilities, registering kcontrols and
registering DAPM widgets.

The userspace tool allows the creation of binary DSP FW topology files based on
a topology text files.

Changes since V1:-

 o Name changed to ASoC Topology
 o Structures from soc.h and soc-dapm.h no longer exposed as UAPIs
 o Moved to component model from codec/platform model.
 o Added reserved fields in each UAPI structure.
 o UAPI structures packed and endianess defined for each structure.
 o Added support for PCM, DAI and codec <-> codec link capabilities.
 o Added support for client drivers manifests.
 o Added support for private data for each dynamic object type.
 o Single list of dynamic objects rather than list of each object type.

Liam

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-04-22  4:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 20:48 [RFC 0/4] ASoC DSP topology Liam Girdwood
2015-04-20 21:40 ` Mark Brown
2015-04-21  6:58 ` Peter Ujfalusi
2015-04-21  9:28   ` Mark Brown
2015-04-21 10:03     ` Liam Girdwood
2015-04-21 12:30     ` Peter Ujfalusi
2015-04-21 15:23       ` Liam Girdwood
2015-04-21 16:39         ` Mark Brown
2015-04-22  4:10           ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox