All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, broonie@kernel.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: [PATCH 00/16] ASoC: trivial changes for cppcheck warnings
Date: Fri, 20 May 2022 16:17:03 -0500	[thread overview]
Message-ID: <20220520211719.607543-1-pierre-louis.bossart@linux.intel.com> (raw)

This can probably wait for the next merge window, I found a number of
cppcheck warnings that I didn't see in my last checks. The irony is
that the only really important issue found by cppcheck was on one of
my previous DPCM changes (submitted separately as a fix).

Pierre-Louis Bossart (16):
  ASoC: cs35l45: typo in argument definition
  ASoC: cs42l42: remove redundant test
  ASoC: wcd-mbhc-v2: remove useless initialization
  ASoC: wcd9335: remove redundant tests
  ASoC: Intel: atom: sst: remove useless initialization
  ASoC: Intel: atom: sst_ipc: remove redundant test
  ASoC: Intel: atom: sst_ipc: remove useless initializations
  ASoC: Intel: atom: controls: remove useless initializations
  ASoC: Intel: boards: reset acpi_chan_package
  ASoC: Intel: sof_pcm512x: remove unnecessary init
  ASoC: mediatek: mt8195: simplify error handling
  ASoC: qcom: q6dsp: q6adm: remove useless initializations
  ASoC: qcom: q6dsp: remove spurious space
  ASoC: rockchip: simplify error handling
  ASoC: samsung: snow: simplify error handling
  ASoC: meson: remove useless initialization

 sound/soc/codecs/cs35l45.h                 | 2 +-
 sound/soc/codecs/cs42l42.c                 | 3 +--
 sound/soc/codecs/wcd-mbhc-v2.c             | 2 +-
 sound/soc/codecs/wcd9335.c                 | 4 ++--
 sound/soc/intel/atom/sst-atom-controls.c   | 4 ++--
 sound/soc/intel/atom/sst/sst.c             | 2 +-
 sound/soc/intel/atom/sst/sst_ipc.c         | 8 ++++----
 sound/soc/intel/boards/bytcr_rt5640.c      | 2 +-
 sound/soc/intel/boards/bytcr_rt5651.c      | 2 +-
 sound/soc/intel/boards/cht_bsw_rt5645.c    | 2 +-
 sound/soc/intel/boards/sof_pcm512x.c       | 2 +-
 sound/soc/mediatek/mt8195/mt8195-afe-clk.c | 8 ++++----
 sound/soc/meson/meson-codec-glue.c         | 2 +-
 sound/soc/qcom/qdsp6/q6adm.c               | 6 +++---
 sound/soc/rockchip/rk3288_hdmi_analog.c    | 4 ++--
 sound/soc/samsung/snow.c                   | 2 +-
 16 files changed, 27 insertions(+), 28 deletions(-)

-- 
2.30.2


             reply	other threads:[~2022-05-20 21:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20 21:17 Pierre-Louis Bossart [this message]
2022-05-20 21:17 ` [PATCH 01/16] ASoC: cs35l45: typo in argument definition Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 02/16] ASoC: cs42l42: remove redundant test Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 03/16] ASoC: wcd-mbhc-v2: remove useless initialization Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 04/16] ASoC: wcd9335: remove redundant tests Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 05/16] ASoC: Intel: atom: sst: remove useless initialization Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 06/16] ASoC: Intel: atom: sst_ipc: remove redundant test Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 07/16] ASoC: Intel: atom: sst_ipc: remove useless initializations Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 08/16] ASoC: Intel: atom: controls: " Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 09/16] ASoC: Intel: boards: reset acpi_chan_package Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 10/16] ASoC: Intel: sof_pcm512x: remove unnecessary init Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 11/16] ASoC: mediatek: mt8195: simplify error handling Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 12/16] ASoC: qcom: q6dsp: q6adm: remove useless initializations Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 13/16] ASoC: qcom: q6dsp: remove spurious space Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 14/16] ASoC: rockchip: simplify error handling Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 15/16] ASoC: samsung: snow: " Pierre-Louis Bossart
2022-05-20 21:17 ` [PATCH 16/16] ASoC: meson: remove useless initialization Pierre-Louis Bossart
2022-06-07 10:55 ` [PATCH 00/16] ASoC: trivial changes for cppcheck warnings 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=20220520211719.607543-1-pierre-louis.bossart@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=tiwai@suse.de \
    /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.