All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
To: alsa-devel@alsa-project.org, Takashi Iwai <tiwai@suse.com>,
	Jaroslav Kysela <perex@perex.cz>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	"Gustavo A. R. Silva" <gustavo@embeddedor.com>,
	linux-kernel@vger.kernel.org
Cc: patches@opensource.cirrus.com, Bard Liao <bardliao@realtek.com>,
	Oder Chiou <oder_chiou@realtek.com>,
	Brian Austin <brian.austin@cirrus.com>,
	Paul Handrigan <Paul.Handrigan@cirrus.com>,
	Support Opensource <support.opensource@diasemi.com>
Subject: [PATCH 00/12] ASoC: codecs: use true and false for boolean values
Date: Sat, 4 Aug 2018 16:48:13 -0500	[thread overview]
Message-ID: <cover.1533418275.git.gustavo@embeddedor.com> (raw)

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

             reply	other threads:[~2018-08-04 21:48 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-04 21:48 Gustavo A. R. Silva [this message]
2018-08-04 21:49 ` [PATCH 01/12] ASoC: max9850: use true and false for boolean values Gustavo A. R. Silva
2018-08-06 11:43   ` Applied "ASoC: max9850: use true and false for boolean values" to the asoc tree Mark Brown
2018-08-04 21:49 ` [PATCH 02/12] ASoC: rt5631: use true and false for boolean values Gustavo A. R. Silva
2018-08-06 11:43   ` Applied "ASoC: rt5631: use true and false for boolean values" to the asoc tree Mark Brown
2018-08-04 21:50 ` [PATCH 03/12] ASoC: tda7419: use true and false for boolean values 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-06  9:41     ` Charles Keepax
2018-08-06 11:42   ` Applied "ASoC: wm8990: use true and false for boolean values" to the asoc tree Mark Brown
2018-08-04 21:52 ` [PATCH 05/12] ASoC: cs4270: use true and false for boolean values Gustavo A. R. Silva
2018-08-06 11:42   ` Applied "ASoC: cs4270: use true and false for boolean values" to the asoc tree Mark Brown
2018-08-04 21:52 ` [PATCH 06/12] ASoC: wm8996: use true and false for boolean values Gustavo A. R. Silva
2018-08-06  9:41   ` Charles Keepax
2018-08-06  9:41     ` Charles Keepax
2018-08-06 11:42   ` Applied "ASoC: wm8996: use true and false for boolean values" to the asoc tree Mark Brown
2018-08-04 21:53 ` [PATCH 07/12] ASoC: da7219: use true and false for boolean values Gustavo A. R. Silva
2018-08-06 11:41   ` Applied "ASoC: da7219: use true and false for boolean values" to the asoc tree Mark Brown
2018-08-04 21:53 ` [PATCH 08/12] ASoC: twl6040: use true and false for boolean values Gustavo A. R. Silva
2018-08-06 11:41   ` Applied "ASoC: twl6040: use true and false for boolean values" to the asoc tree Mark Brown
2018-08-04 21:54 ` [PATCH 09/12] ASoC: da7213: use true and false for boolean values Gustavo A. R. Silva
2018-08-06 11:41   ` Applied "ASoC: da7213: use true and false for boolean values" to the asoc tree Mark Brown
2018-08-04 21:54 ` [PATCH 10/12] ASoC: wm5100-tables: use true and false for boolean values Gustavo A. R. Silva
2018-08-06  9:42   ` Charles Keepax
2018-08-06  9:42     ` Charles Keepax
2018-08-04 21:55 ` [PATCH 11/12] ASoC: da9055: " Gustavo A. R. Silva
2018-08-06 11:40   ` Applied "ASoC: da9055: use true and false for boolean values" to the asoc tree Mark Brown
2018-08-04 21:56 ` [PATCH 12/12] ASoC: wm8903: use true and false for boolean values Gustavo A. R. Silva
2018-08-06  9:42   ` Charles Keepax
2018-08-06  9:42     ` Charles Keepax
2018-08-06 11:40   ` Applied "ASoC: wm8903: use true and false for boolean values" to the asoc tree 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=cover.1533418275.git.gustavo@embeddedor.com \
    --to=gustavo@embeddedor.com \
    --cc=Paul.Handrigan@cirrus.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=bardliao@realtek.com \
    --cc=brian.austin@cirrus.com \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oder_chiou@realtek.com \
    --cc=patches@opensource.cirrus.com \
    --cc=perex@perex.cz \
    --cc=support.opensource@diasemi.com \
    --cc=tiwai@suse.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.