mbox series

[0/3] ASoC: topology: Fixes

Message ID 20220111190528.445248-1-amadeuszx.slawinski@linux.intel.com (mailing list archive)
Headers show
Series ASoC: topology: Fixes | expand

Message

Amadeusz Sławiński Jan. 11, 2022, 7:05 p.m. UTC
Following series performs few cleanups in topology code.

First patch reduces number of prints we get from failure.
Second allos TLV controls to be either read or write which should be
possible as evidenced by further code in function.
Last one cleanups after refactoring of memory handling.

Amadeusz Sławiński (3):
  ASoC: topology: Remove superfluous error prints
  ASoC: topology: Allow TLV control to be either read or write
  ASoC: topology: Optimize soc_tplg_dapm_graph_elems_load behavior

 sound/soc/soc-topology.c | 103 ++++++++++-----------------------------
 1 file changed, 27 insertions(+), 76 deletions(-)

Comments

Pierre-Louis Bossart Jan. 11, 2022, 4:49 p.m. UTC | #1
On 1/11/22 1:05 PM, Amadeusz Sławiński wrote:
> Following series performs few cleanups in topology code.
> 
> First patch reduces number of prints we get from failure.
> Second allos TLV controls to be either read or write which should be
> possible as evidenced by further code in function.
> Last one cleanups after refactoring of memory handling.
> 
> Amadeusz Sławiński (3):
>   ASoC: topology: Remove superfluous error prints
>   ASoC: topology: Allow TLV control to be either read or write
>   ASoC: topology: Optimize soc_tplg_dapm_graph_elems_load behavior
> 
>  sound/soc/soc-topology.c | 103 ++++++++++-----------------------------
>  1 file changed, 27 insertions(+), 76 deletions(-)

Thansk for the cleanups.

For the series

Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>