mbox series

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

Message ID 20200527022801.336264-1-yang.jie@linux.intel.com (mailing list archive)
Headers show
Series ASoC topology header parsing refinement | expand

Message

Keyon Jie May 27, 2020, 2:27 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.

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

Comments

Ranjani Sridharan May 28, 2020, 3:40 a.m. UTC | #1
On Wed, 2020-05-27 at 10:27 +0800, Keyon Jie wrote:
> 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
LGTM, thanks Keyon!

Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Mark Brown May 29, 2020, 4:51 p.m. UTC | #2
On Wed, 27 May 2020 10:27:59 +0800, Keyon Jie wrote:
> 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.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: topology: refine and log the header in the correct pass
      commit: 82ed7418736ded9c24529987d5aa9a39c185e4e9
[2/2] ASoC: topology: remove the redundant pass checks
      commit: c2cbd0a7194d05be501fe2cb48bcd10ff468aa87

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark