[alsa-devel] [PATCH 0/3] ASoC: Intel: Skylake: Refine manifest module info

Vinod Koul vinod.koul at intel.com
Wed Aug 10 06:10:47 CEST 2016


The module query uses a local structure dfw_config and then populates
module skl_module_cfg. Instead we can pass skl_module_cfg as argument
and get it updated in snd_skl_get_module_info()

Also we can optimize runtime processing by using driver list to populate
module info after init. That makes runtime query introduced earlier
redundant so remove that while keeping error messages.

Dharageswari R (1):
  ASoC: Intel: Skylake: modify snd_skl_get_module_info args

Vinod Koul (2):
  ASoC: Intel: Skylake: Populate modules after loading
  ASoC: Intel: Skylake: remove module id query at runtime

 sound/soc/intel/skylake/skl-pcm.c       | 27 +++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl-sst-dsp.h   |  7 ++++---
 sound/soc/intel/skylake/skl-sst-utils.c | 10 +++++-----
 sound/soc/intel/skylake/skl-topology.c  | 22 ++++------------------
 4 files changed, 40 insertions(+), 26 deletions(-)

-- 
1.9.1



More information about the Alsa-devel mailing list