alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC: Intel: Skylake: Add token support for topology data
@ 2016-08-12  6:59 Vinod Koul
  2016-08-12  6:59 ` [PATCH 1/4] ASoC: uapi: Intel: Skylake: Define vendor specific tokens Vinod Koul
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Vinod Koul @ 2016-08-12  6:59 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, patches.audio, broonie, Vinod Koul

With topology changes in alsa-lib, driver data for modules can now be
passed in topology conf file using tuples.

These changes allow private data to represented by tuples of type UUID,
byte, short, word and strings.

This patch series adds changes to:
 - Define vendor tokens to best describe module private data
 - Parse these token value to populate module private data
 - Remove the skl_dfw_config structure as it would no longer be required.
 - Define tokens for manifest private data and parse them to populate
   library names for library loading.

Shreyas NC (4):
  ASoC: uapi: Intel: Skylake: Define vendor specific tokens
  ASoC: Intel: Skylake: Parse vendor tokens to build module data
  ASoC: Intel: Skylake: Remove dfw config and associated structures
  ASoC: Intel: Skylake: Parse manifest data

 include/uapi/sound/Kbuild                    |   1 +
 include/uapi/sound/snd_sst_tokens.h          | 214 +++++++
 sound/soc/intel/skylake/skl-sst-utils.c      |   5 -
 sound/soc/intel/skylake/skl-topology.c       | 839 +++++++++++++++++++++++----
 sound/soc/intel/skylake/skl-tplg-interface.h |  83 +--
 5 files changed, 953 insertions(+), 189 deletions(-)
 create mode 100644 include/uapi/sound/snd_sst_tokens.h

-- 
1.9.1

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

end of thread, other threads:[~2016-08-23  3:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12  6:59 [PATCH 0/4] ASoC: Intel: Skylake: Add token support for topology data Vinod Koul
2016-08-12  6:59 ` [PATCH 1/4] ASoC: uapi: Intel: Skylake: Define vendor specific tokens Vinod Koul
2016-08-22 17:59   ` Applied "ASoC: uapi: Intel: Skylake: Define vendor specific tokens" to the asoc tree Mark Brown
2016-08-12  6:59 ` [PATCH 2/4] ASoC: Intel: Skylake: Parse vendor tokens to build module data Vinod Koul
2016-08-22 17:59   ` Applied "ASoC: Intel: Skylake: Parse vendor tokens to build module data" to the asoc tree Mark Brown
2016-08-12  6:59 ` [PATCH 3/4] ASoC: Intel: Skylake: Remove dfw config and associated structures Vinod Koul
2016-08-22 17:59   ` Applied "ASoC: Intel: Skylake: Remove dfw config and associated structures" to the asoc tree Mark Brown
2016-08-12  6:59 ` [PATCH 4/4] ASoC: Intel: Skylake: Parse manifest data Vinod Koul
2016-08-22 17:47   ` Mark Brown
2016-08-23  4:02     ` Vinod Koul
2016-08-12 10:41 ` [PATCH 0/4] ASoC: Intel: Skylake: Add token support for topology data Mark Brown
2016-08-12 10:55   ` Vinod Koul
2016-08-17  6:59     ` Mengdong Lin
2016-08-17 10:01       ` Mark Brown
2016-08-17 15:03         ` Lin, Mengdong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).