linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] ASoC: codecs: use true and false for boolean values
@ 2018-08-04 21:48 Gustavo A. R. Silva
  2018-08-04 21:49 ` [PATCH 01/12] ASoC: max9850: " Gustavo A. R. Silva
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Gustavo A. R. Silva @ 2018-08-04 21:48 UTC (permalink / raw)
  To: alsa-devel, Takashi Iwai, Jaroslav Kysela, Liam Girdwood,
	Mark Brown, Gustavo A. R. Silva, linux-kernel
  Cc: patches, Bard Liao, Oder Chiou, Brian Austin, Paul Handrigan,
	Support Opensource

Hi all,

This patchset aims to replace the use of integer values with a
proper true or false in return statements for functions returning
bool.

Thanks

Gustavo A. R. Silva (12):
  ASoC: max9850: use true and false for boolean values
  ASoC: rt5631: use true and false for boolean values
  ASoC: tda7419: use true and false for boolean values
  ASoC: wm8990: use true and false for boolean values
  ASoC: cs4270: use true and false for boolean values
  ASoC: wm8996: use true and false for boolean values
  ASoC: da7219: use true and false for boolean values
  ASoC: twl6040: use true and false for boolean values
  ASoC: da7213: use true and false for boolean values
  ASoC: wm5100-tables: use true and false for boolean values
  ASoC: da9055: use true and false for boolean values
  ASoC: wm8903: use true and false for boolean values

 sound/soc/codecs/cs4270.c        |  2 +-
 sound/soc/codecs/da7213.c        |  4 ++--
 sound/soc/codecs/da7219.c        |  4 ++--
 sound/soc/codecs/da9055.c        |  4 ++--
 sound/soc/codecs/max9850.c       |  4 ++--
 sound/soc/codecs/rt5631.c        |  8 ++++----
 sound/soc/codecs/tda7419.c       |  4 ++--
 sound/soc/codecs/twl6040.c       |  2 +-
 sound/soc/codecs/wm5100-tables.c | 12 ++++++------
 sound/soc/codecs/wm8903.c        |  4 ++--
 sound/soc/codecs/wm8990.c        |  4 ++--
 sound/soc/codecs/wm8996.c        |  8 ++++----
 12 files changed, 30 insertions(+), 30 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-08-06  9:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-04 21:48 [PATCH 00/12] ASoC: codecs: use true and false for boolean values Gustavo A. R. Silva
2018-08-04 21:49 ` [PATCH 01/12] ASoC: max9850: " Gustavo A. R. Silva
2018-08-04 21:49 ` [PATCH 02/12] ASoC: rt5631: " Gustavo A. R. Silva
2018-08-04 21:50 ` [PATCH 03/12] ASoC: tda7419: " Gustavo A. R. Silva
2018-08-04 21:51 ` [PATCH 04/12] ASoC: wm8990: " Gustavo A. R. Silva
2018-08-06  9:41   ` Charles Keepax
2018-08-04 21:52 ` [PATCH 05/12] ASoC: cs4270: " Gustavo A. R. Silva
2018-08-04 21:52 ` [PATCH 06/12] ASoC: wm8996: " Gustavo A. R. Silva
2018-08-06  9:41   ` Charles Keepax
2018-08-04 21:53 ` [PATCH 07/12] ASoC: da7219: " Gustavo A. R. Silva
2018-08-04 21:53 ` [PATCH 08/12] ASoC: twl6040: " Gustavo A. R. Silva
2018-08-04 21:54 ` [PATCH 09/12] ASoC: da7213: " Gustavo A. R. Silva
2018-08-04 21:54 ` [PATCH 10/12] ASoC: wm5100-tables: " Gustavo A. R. Silva
2018-08-06  9:42   ` Charles Keepax
2018-08-04 21:55 ` [PATCH 11/12] ASoC: da9055: " Gustavo A. R. Silva
2018-08-04 21:56 ` [PATCH 12/12] ASoC: wm8903: " Gustavo A. R. Silva
2018-08-06  9:42   ` Charles Keepax

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).