mbox series

[v2,0/2] ASoC topology header parsing refinement

Message ID 20200521074847.71406-1-yang.jie@linux.intel.com
Headers show
Series ASoC topology header parsing refinement | expand

Message

Keyon Jie May 21, 2020, 7:48 a.m. UTC
This small series is to optimize the header logging during the topology
parsing. This is verified work fine on both SOF and SST drivers
(bxt_rt298 with dfw_sst.bin).

Change History:
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 | 99 ++++++++++++++++++----------------------
 1 file changed, 44 insertions(+), 55 deletions(-)