On Fri, 2022-04-01 at 14:01 +0200, Amadeusz Sławiński wrote: > Following patches contain minor changes, cleaning up code to be > easier > to read. > Clean up few loops, to be simpler or altogether remove them. > Rename some things to make code easier to understand. > > Amadeusz Sławiński (6): > ASoC: topology: Use for loop instead of while > ASoC: topology: Remove unnecessary looping > ASoC: topology: Return bool instead of int > ASoC: topology: Rename SOC_TPLG_PASS_MIXER to _CONTROL > ASoC: topology: Correct error message > ASoC: topology: Rename soc_tplg_init_kcontrol() function > > sound/soc/soc-topology.c | 455 ++++++++++++++++++------------------- > -- > 1 file changed, 208 insertions(+), 247 deletions(-) Looks good to me. Thanks! Reviewed-by: Ranjani Sridharan <ranjani.sridharan@xxxxxxxxxxxxxxx>