All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ASoC topology header parsing refinement
@ 2020-05-27  2:27 Keyon Jie
  2020-05-27  2:28 ` [PATCH v3 1/2] ASoC: topology: refine and log the header in the correct pass Keyon Jie
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Keyon Jie @ 2020-05-27  2:27 UTC (permalink / raw)
  To: alsa-devel
  Cc: cezary.rojewski, tiwai, Keyon Jie, pierre-louis.bossart,
	ranjani.sridharan, broonie, sathya.prakash.m.r,
	vamshi.krishna.gopal

This small series is to optimize the header logging during the topology
parsing. This is verified work fine on both SOF and SST drivers.

Change History:
v3:
- Remove using the separated soc_pass_load() function and merge it to the
  soc_tplg_load_header() body.
- Add more Tested-by tags.

v2:
- Change the internal used array to be 'static' to fix the issue
  reported by: kbuild test robot <lkp@intel.com>
- Add testing coverage including Intel SST driver also.

v1:
- Initial version.

Keyon Jie (2):
  ASoC: topology: refine and log the header in the correct pass
  ASoC: topology: remove the redundant pass checks

 sound/soc/soc-topology.c | 96 ++++++++++++++++------------------------
 1 file changed, 38 insertions(+), 58 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-05-29 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-27  2:27 [PATCH v3 0/2] ASoC topology header parsing refinement Keyon Jie
2020-05-27  2:28 ` [PATCH v3 1/2] ASoC: topology: refine and log the header in the correct pass Keyon Jie
2020-05-27  2:28 ` [PATCH v3 2/2] ASoC: topology: remove the redundant pass checks Keyon Jie
2020-05-28  3:40 ` [PATCH v3 0/2] ASoC topology header parsing refinement Ranjani Sridharan
2020-05-29 16:51 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.