From: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
To: linux-kernel@vger.kernel.org, Timur Tabi <timur@kernel.org>,
Nicolin Chen <nicoleotsuka@gmail.com>,
Xiubo Li <Xiubo.Lee@gmail.com>,
Fabio Estevam <fabio.estevam@nxp.com>,
linuxppc-dev@lists.ozlabs.org,
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
Peter Ujfalusi <peter.ujfalusi@ti.com>,
Jarkko Nikula <jarkko.nikula@bitmer.com>,
linux-omap@vger.kernel.org, Krzysztof Kozlowski <krzk@kernel.org>,
Sangbeom Kim <sbkim73@samsung.com>,
Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: alsa-devel@alsa-project.org,
"Gustavo A. R. Silva" <gustavo@embeddedor.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Takashi Iwai <tiwai@suse.com>, Mark Brown <broonie@kernel.org>
Subject: [PATCH 0/7] ASoC: Mark expected switch fall-throughs
Date: Fri, 3 Aug 2018 11:26:59 -0500 [thread overview]
Message-ID: <cover.1533312229.git.gustavo@embeddedor.com> (raw)
Hi all,
In preparation to enabling -Wimplicit-fallthrough, this patchset aims
to add some annotations in order to mark switch cases where we are
expecting to fall through.
Thanks
Gustavo A. R. Silva (7):
ASoC: davinci-i2s: mark expected switch fall-through
ASoC: fsl_esai: Mark expected switch fall-through
ASoC: Intel: skl-pcm: Mark expected switch fall-through
ASoC: omap-dmic: Mark expected switch fall-throughs
ASoC: omap-mcpdm: MArk expected switch fall-throughs
ASoC: samsung: i2s: Mark expected switch fall-through
ASoC: core: mark expected switch fall-through
sound/soc/davinci/davinci-i2s.c | 1 +
sound/soc/fsl/fsl_esai.c | 1 +
sound/soc/intel/skylake/skl-pcm.c | 1 +
sound/soc/omap/omap-dmic.c | 2 ++
sound/soc/omap/omap-mcpdm.c | 4 ++++
sound/soc/samsung/i2s.c | 1 +
sound/soc/soc-core.c | 1 +
7 files changed, 11 insertions(+)
--
2.7.4
next reply other threads:[~2018-08-03 16:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-03 16:26 Gustavo A. R. Silva [this message]
2018-08-03 16:31 ` [PATCH 4/7] ASoC: omap-dmic: Mark expected switch fall-throughs Gustavo A. R. Silva
2018-08-03 17:01 ` Applied "ASoC: omap-dmic: Mark expected switch fall-throughs" to the asoc tree Mark Brown
2018-08-03 16:32 ` [PATCH 5/7] ASoC: omap-mcpdm: Mark expected switch fall-throughs Gustavo A. R. Silva
2018-08-03 17:01 ` Applied "ASoC: omap-mcpdm: Mark expected switch fall-throughs" 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.1533312229.git.gustavo@embeddedor.com \
--to=gustavo@embeddedor.com \
--cc=Xiubo.Lee@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=jarkko.nikula@bitmer.com \
--cc=krzk@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=nicoleotsuka@gmail.com \
--cc=peter.ujfalusi@ti.com \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=s.nawrocki@samsung.com \
--cc=sbkim73@samsung.com \
--cc=timur@kernel.org \
--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 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).