[PATCH v2 00/11] ASoC: soc-dapm.c random cleanups

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Wed Oct 19 02:35:34 CEST 2022


Hi Mark

These are v2 of random cleanup for soc-dpam.c/h.
Basically, these are just cleanup, nothing changed.

v1
	https://lore.kernel.org/r/8735bmqazf.wl-kuninori.morimoto.gx@renesas.com

v1 -> v2

	- add "break;" on default

Kuninori Morimoto (11):
  ASoC: soc-dapm.c: replace snd_soc_dapm_wcache to snd_soc_dapm_widget
  ASoC: soc-dapm.c: tidyup error handling on snd_soc_dapm_add_route()
  ASoC: soc-dapm.c: remove no meaning variable from snd_soc_dapm_add_path()
  ASoC: soc-dapm.c: ignore parameter NULL at snd_soc_dapm_free_widget()
  ASoC: soc-dapm.c: cleanup dapm_widget_set_power()
  ASoC: soc-dapm.c: merge dapm_power_one_widget() and dapm_widget_set_power()
  ASoC: soc-dapm.c: cleanup snd_soc_dapm_new_dai()
  ASoC: soc-dapm.c: numerical order for dapm_up_seq
  ASoC: soc-dapm.h: cleanup white space
  ASoC: soc-dapm.h: fixup comment for snd_soc_dapm_widget_for_each_path()
  ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_param

 include/sound/soc-dapm.h  | 188 +++++++++++++++----------------------
 include/sound/soc-dpcm.h  |   2 -
 sound/soc/codecs/hda.c    |   6 +-
 sound/soc/intel/avs/pcm.c |   6 +-
 sound/soc/sh/rcar/core.c  |   3 +-
 sound/soc/soc-dapm.c      | 190 ++++++++++++++++----------------------
 sound/soc/soc-pcm.c       |  12 ++-
 7 files changed, 171 insertions(+), 236 deletions(-)

-- 
2.25.1



More information about the Alsa-devel mailing list