All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Amadeusz Sławiński" <amadeuszx.slawinski@linux.intel.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	Mark Brown <broonie@kernel.org>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>
Subject: Re: [PATCH v2 00/11] ASoC: soc-dapm.c random cleanups
Date: Wed, 19 Oct 2022 11:01:23 +0200	[thread overview]
Message-ID: <e9b7084f-e0cc-3fa2-e85b-17ae4606efc9@linux.intel.com> (raw)
In-Reply-To: <87bkq8tzu1.wl-kuninori.morimoto.gx@renesas.com>

On 10/19/2022 2:35 AM, Kuninori Morimoto wrote:
> 
> 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(-)
> 

Looks ok to me, I've also run it through our validation and everything 
seems to work.

Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>

  parent reply	other threads:[~2022-10-19  9:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Amadeusz Sławiński [this message]
2022-10-19 14:18 ` [PATCH v2 00/11] ASoC: soc-dapm.c random cleanups Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e9b7084f-e0cc-3fa2-e85b-17ae4606efc9@linux.intel.com \
    --to=amadeuszx.slawinski@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.