alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ASoC: Intel: Skylake: Add loadable module support for Kabylake
@ 2017-04-25  6:48 Subhransu S. Prusty
  2017-04-25  6:48 ` [PATCH v2 1/6] ASoC: Intel: Skylake: Move sst common initialization to a helper function Subhransu S. Prusty
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Subhransu S. Prusty @ 2017-04-25  6:48 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, patches.audio, broonie, Subhransu S. Prusty, lgirdwood

KBL module load is a bit different than rest as Library manifest
containing module information is required to be loaded first before
loading module.

So common changes are moved to helpers and arguments are modified as a
pre-work for adding module loading support.

Also, separate dsp_fw_ops is registered and load library for kabylake is
added to use code loader dma for library and module load.

changes in v2:
	- Few minor fixes in comments
	- Fixed the cover letter subject

G Kranthi (2):
  ASoC: Intel: Skylake: Move sst common initialization to a helper
    function
  ASoC: Intel: Skylake: Modify arguments to reuse module transfer
    function

Sodhi, VunnyX (1):
  ASoC: Intel: Skylake: Add loadable module support on KBL platform

Subhransu S. Prusty (3):
  ASoC: Intel: Skylake: Commonize library load
  ASoC: Intel: Skylake: Register dsp_fw_ops for kabylake
  ASoC: Intel: Skylake: Modify load_lib_ipc arguments for a nowait
    version

 sound/soc/intel/skylake/bxt-sst.c       |  68 +++--------------
 sound/soc/intel/skylake/skl-messages.c  |   2 +-
 sound/soc/intel/skylake/skl-sst-dsp.h   |  13 +++-
 sound/soc/intel/skylake/skl-sst-ipc.c   |  10 ++-
 sound/soc/intel/skylake/skl-sst-ipc.h   |   2 +-
 sound/soc/intel/skylake/skl-sst-utils.c |  80 ++++++++++++++++++++
 sound/soc/intel/skylake/skl-sst.c       | 125 ++++++++++++++++++++++++--------
 7 files changed, 208 insertions(+), 92 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-04-26 14:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-25  6:48 [PATCH v2 0/6] ASoC: Intel: Skylake: Add loadable module support for Kabylake Subhransu S. Prusty
2017-04-25  6:48 ` [PATCH v2 1/6] ASoC: Intel: Skylake: Move sst common initialization to a helper function Subhransu S. Prusty
2017-04-25  6:48 ` [PATCH v2 2/6] ASoC: Intel: Skylake: Commonize library load Subhransu S. Prusty
2017-04-25  6:48 ` [PATCH v2 3/6] ASoC: Intel: Skylake: Modify arguments to reuse module transfer function Subhransu S. Prusty
2017-04-26 14:49   ` Applied "ASoC: Intel: Skylake: Modify arguments to reuse module transfer function" to the asoc tree Mark Brown
2017-04-25  6:48 ` [PATCH v2 4/6] ASoC: Intel: Skylake: Register dsp_fw_ops for kabylake Subhransu S. Prusty
2017-04-25  6:48 ` [PATCH v2 5/6] ASoC: Intel: Skylake: Modify load_lib_ipc arguments for a nowait version Subhransu S. Prusty
2017-04-25  6:48 ` [PATCH v2 6/6] ASoC: Intel: Skylake: Add loadable module support on KBL platform Subhransu S. Prusty
2017-04-26 14:48   ` Applied "ASoC: Intel: Skylake: Add loadable module support on KBL platform" to the asoc tree Mark Brown
2017-04-26  5:40 ` [PATCH v2 0/6] ASoC: Intel: Skylake: Add loadable module support for Kabylake 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).