alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ASoC: Intel: Skylake: Add support for firmware manifest
@ 2016-04-21  6:15 Vinod Koul
  2016-04-21  6:15 ` [PATCH v2 1/2] ASoC: Intel: Skylake: Use UUID in binary format Vinod Koul
  2016-04-21  6:15 ` [PATCH v2 2/2] ASoC: Intel: Skylake: Add DSP firmware manifest parsing Vinod Koul
  0 siblings, 2 replies; 6+ messages in thread
From: Vinod Koul @ 2016-04-21  6:15 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, patches.audio, broonie, Vinod Koul

In the DSP firmware, module params like module_id and loadable
flags can be modified. So, it is required to read these
parameters in the driver from the firmware manifest.

Changes in v2:
 - remove strings and use UUID in bin format

Shreyas NC (2):
  ASoC: Intel: Skylake: Use UUID in binary format
  ASoC: Intel: Skylake: Add DSP firmware manifest parsing

 sound/soc/intel/skylake/Makefile             |   2 +-
 sound/soc/intel/skylake/skl-dsp-parse.c      | 105 ++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl-dsp-parse.h      | 107 +++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl-sst-dsp.h        |   2 +-
 sound/soc/intel/skylake/skl-sst-ipc.h        |   4 +
 sound/soc/intel/skylake/skl-sst.c            |  20 ++++-
 sound/soc/intel/skylake/skl-topology.c       |  11 ++-
 sound/soc/intel/skylake/skl-topology.h       |   2 +-
 sound/soc/intel/skylake/skl-tplg-interface.h |   2 +-
 9 files changed, 243 insertions(+), 12 deletions(-)
 create mode 100644 sound/soc/intel/skylake/skl-dsp-parse.c
 create mode 100644 sound/soc/intel/skylake/skl-dsp-parse.h

-- 
1.9.1

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

end of thread, other threads:[~2016-04-22  3:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21  6:15 [PATCH v2 0/2] ASoC: Intel: Skylake: Add support for firmware manifest Vinod Koul
2016-04-21  6:15 ` [PATCH v2 1/2] ASoC: Intel: Skylake: Use UUID in binary format Vinod Koul
2016-04-21 16:11   ` Applied "ASoC: Intel: Skylake: Use UUID in binary format" to the asoc tree Mark Brown
2016-04-21  6:15 ` [PATCH v2 2/2] ASoC: Intel: Skylake: Add DSP firmware manifest parsing Vinod Koul
2016-04-21 16:07   ` Mark Brown
2016-04-22  3:13     ` Vinod Koul

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).