public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH 00/21] ASoC: codecs: remove warnings with Sparse, Coccinelle and W=1
@ 2019-01-05  2:02 Pierre-Louis Bossart
  2019-01-05  2:02 ` [PATCH 01/21] ASoC: dmic: declare trigger function as static Pierre-Louis Bossart
                   ` (20 more replies)
  0 siblings, 21 replies; 45+ messages in thread
From: Pierre-Louis Bossart @ 2019-01-05  2:02 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, liam.r.girdwood, broonie, Pierre-Louis Bossart

This patchset contains mostly trivial fixes to make tools happy. I
don't get paid more by sending lots of small patches, my only goal is
to make sure tools don't spit out too many warnings and drown
potential problems.

Thanks for Bard Liao for his help, and Adam Thompson and Oder Chiou
for off-line reviews.

Bard liao (4):
  ASoC: rt5645: remove unused mux define
  ASoC: rt5670: remove unused mux/mixer define
  ASoC: rt5645: store eq kcontrol byte in __be
  ASoC: rl6437a: use __be32 for a __be32 buf

Pierre-Louis Bossart (17):
  ASoC: dmic: declare trigger function as static
  ASoC: max98090: remove unused constant variables
  ASoC: es8316: remove unused constant variables
  ASoC: codecs: fix kernel doc descriptions
  ASoC: max98383: fix boolean assignments to true/false
  ASoC: rt298: fix boolean tests
  ASoC: cs4271: fix boolean assignments
  ASoC: rt274: fix boolean tests
  ASoc: rt286: fix boolean tests
  ASoC: rt5640: fix boolean assignments
  ASoC: max98927: fix boolean assignments
  ASoC: rt5651: fix boolean assignments
  ASoC: nau8824: fix boolean assignment
  ASoC: tscs42xx.c: fix boolean test
  ASoC: mt6351: remove unneeded variable
  ASoC: da7219: fix endianness issues
  ASoC: da7219: use logical AND

 sound/soc/codecs/cs4271.c     |  4 +--
 sound/soc/codecs/da7219-aad.c |  2 +-
 sound/soc/codecs/da7219.c     |  8 ++---
 sound/soc/codecs/dmic.c       |  4 +--
 sound/soc/codecs/es8316.c     |  4 ---
 sound/soc/codecs/max98090.c   | 15 --------
 sound/soc/codecs/max98373.c   |  6 ++--
 sound/soc/codecs/max98927.c   |  8 ++---
 sound/soc/codecs/mt6351.c     |  4 +--
 sound/soc/codecs/nau8824.c    |  2 +-
 sound/soc/codecs/nau8825.c    |  1 +
 sound/soc/codecs/rl6347a.c    |  4 +--
 sound/soc/codecs/rt274.c      |  8 ++---
 sound/soc/codecs/rt286.c      |  8 ++---
 sound/soc/codecs/rt298.c      | 12 +++----
 sound/soc/codecs/rt5514.c     |  1 +
 sound/soc/codecs/rt5640.c     |  6 ++--
 sound/soc/codecs/rt5645.c     | 66 +++++++++--------------------------
 sound/soc/codecs/rt5651.c     |  6 ++--
 sound/soc/codecs/rt5670.c     | 54 ----------------------------
 sound/soc/codecs/rt5677.c     |  8 ++---
 sound/soc/codecs/tscs42xx.c   |  2 +-
 22 files changed, 63 insertions(+), 170 deletions(-)


base-commit: 14f9b94a3274b047126c8c0ff39dc495e8d1acab
-- 
2.17.1

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

end of thread, other threads:[~2019-01-07 18:58 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-05  2:02 [PATCH 00/21] ASoC: codecs: remove warnings with Sparse, Coccinelle and W=1 Pierre-Louis Bossart
2019-01-05  2:02 ` [PATCH 01/21] ASoC: dmic: declare trigger function as static Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: dmic: declare trigger function as static" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 02/21] ASoC: max98090: remove unused constant variables Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: max98090: remove unused constant variables" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 03/21] ASoC: es8316: remove unused constant variables Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: es8316: remove unused constant variables" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 04/21] ASoC: codecs: fix kernel doc descriptions Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: codecs: fix kernel doc descriptions" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 05/21] ASoC: rt5645: remove unused mux define Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: rt5645: remove unused mux define" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 06/21] ASoC: rt5670: remove unused mux/mixer define Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: rt5670: remove unused mux/mixer define" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 07/21] ASoC: max98383: fix boolean assignments to true/false Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: max98383: fix boolean assignments to true/false" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 08/21] ASoC: rt298: fix boolean tests Pierre-Louis Bossart
2019-01-07 18:57   ` Applied "ASoC: rt298: fix boolean tests" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 09/21] ASoC: cs4271: fix boolean assignments Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: cs4271: fix boolean assignments" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 10/21] ASoC: rt274: fix boolean tests Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: rt274: fix boolean tests" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 11/21] ASoc: rt286: fix boolean tests Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoc: rt286: fix boolean tests" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 12/21] ASoC: rt5640: fix boolean assignments Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: rt5640: fix boolean assignments" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 13/21] ASoC: max98927: fix boolean assignments Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: max98927: fix boolean assignments" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 14/21] ASoC: rt5651: fix boolean assignments Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: rt5651: fix boolean assignments" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 15/21] ASoC: nau8824: fix boolean assignment Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: nau8824: fix boolean assignment" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 16/21] ASoC: tscs42xx.c: fix boolean test Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: tscs42xx.c: fix boolean test" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 17/21] ASoC: mt6351: remove unneeded variable Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: mt6351: remove unneeded variable" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 18/21] ASoC: da7219: fix endianness issues Pierre-Louis Bossart
2019-01-07 13:27   ` Adam Thomson
2019-01-07 18:58   ` Applied "ASoC: da7219: fix endianness issues" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 19/21] ASoC: da7219: use logical AND Pierre-Louis Bossart
2019-01-07 13:26   ` Adam Thomson
2019-01-07 18:58   ` Applied "ASoC: da7219: use logical AND" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 20/21] ASoC: rt5645: store eq kcontrol byte in __be Pierre-Louis Bossart
2019-01-07 18:58   ` Applied "ASoC: rt5645: store eq kcontrol byte in __be" to the asoc tree Mark Brown
2019-01-05  2:02 ` [PATCH 21/21] ASoC: rl6437a: use __be32 for a __be32 buf Pierre-Louis Bossart
2019-01-07 18:57   ` Applied "ASoC: rl6437a: use __be32 for a __be32 buf" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox