All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] ASoC: soc-dapm.c random cleanups
@ 2022-10-19  0:35 Kuninori Morimoto
  2022-10-19  0:35 ` [PATCH v2 01/11] ASoC: soc-dapm.c: replace snd_soc_dapm_wcache to snd_soc_dapm_widget Kuninori Morimoto
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Kuninori Morimoto @ 2022-10-19  0:35 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-10-19 14:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19  0:35 [PATCH v2 00/11] ASoC: soc-dapm.c random cleanups Kuninori Morimoto
2022-10-19  0:35 ` [PATCH v2 01/11] ASoC: soc-dapm.c: replace snd_soc_dapm_wcache to snd_soc_dapm_widget Kuninori Morimoto
2022-10-19  0:36 ` [PATCH v2 02/11] ASoC: soc-dapm.c: tidyup error handling on snd_soc_dapm_add_route() Kuninori Morimoto
2022-10-19  0:36 ` [PATCH v2 03/11] ASoC: soc-dapm.c: remove no meaning variable from snd_soc_dapm_add_path() Kuninori Morimoto
2022-10-19  0:36 ` [PATCH v2 04/11] ASoC: soc-dapm.c: ignore parameter NULL at snd_soc_dapm_free_widget() Kuninori Morimoto
2022-10-19  0:36 ` [PATCH v2 05/11] ASoC: soc-dapm.c: cleanup dapm_widget_set_power() Kuninori Morimoto
2022-10-19  0:36 ` [PATCH v2 06/11] ASoC: soc-dapm.c: merge dapm_power_one_widget() and dapm_widget_set_power() Kuninori Morimoto
2022-10-19  0:37 ` [PATCH v2 07/11] ASoC: soc-dapm.c: cleanup snd_soc_dapm_new_dai() Kuninori Morimoto
2022-10-19  0:37 ` [PATCH v2 08/11] ASoC: soc-dapm.c: numerical order for dapm_up_seq Kuninori Morimoto
2022-10-19  0:37 ` [PATCH v2 09/11] ASoC: soc-dapm.h: cleanup white space Kuninori Morimoto
2022-10-19  0:37 ` [PATCH v2 10/11] ASoC: soc-dapm.h: fixup comment for snd_soc_dapm_widget_for_each_path() Kuninori Morimoto
2022-10-19  0:37 ` [PATCH v2 11/11] ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_param Kuninori Morimoto
2022-10-19  9:01 ` [PATCH v2 00/11] ASoC: soc-dapm.c random cleanups Amadeusz Sławiński
2022-10-19 14:18 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.