All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: Fix fall-through annotations
@ 2018-10-04 18:30 Takashi Iwai
  2018-10-04 18:30 ` [PATCH 1/5] ASoC: adau1761: Use the standard fall-through annotation Takashi Iwai
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Takashi Iwai @ 2018-10-04 18:30 UTC (permalink / raw)
  To: Mark Brown
  Cc: Oder Chiou, alsa-devel, Lars-Peter Clausen, Jie Yang,
	Liam Girdwood, Pierre-Louis Bossart, Bard Liao

Hi,

this is a patch set to add / fix the "fall through" annotations to be
compliant with gcc's -Wimplicit-fallthrough option.


Takashi

===

Takashi Iwai (5):
  ASoC: adau1761: Use the standard fall-through annotation
  ASoC: pcm186x: Use the standard fall-through annotation
  ASoC: rt274: Add fall-through annotations
  ASoC: intel: skylake: Add fall-through annotation
  ASoC: topology: Use the standard fall-through annotations

 sound/soc/codecs/adau1761.c       | 3 ++-
 sound/soc/codecs/pcm186x.c        | 3 ++-
 sound/soc/codecs/rt274.c          | 2 ++
 sound/soc/intel/skylake/skl-pcm.c | 1 +
 sound/soc/soc-topology.c          | 4 ++--
 5 files changed, 9 insertions(+), 4 deletions(-)

-- 
2.18.0

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

end of thread, other threads:[~2018-10-05 13:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-04 18:30 [PATCH 0/5] ASoC: Fix fall-through annotations Takashi Iwai
2018-10-04 18:30 ` [PATCH 1/5] ASoC: adau1761: Use the standard fall-through annotation Takashi Iwai
2018-10-04 18:34   ` Lars-Peter Clausen
2018-10-04 18:39     ` Takashi Iwai
2018-10-05 11:42       ` Mark Brown
2018-10-04 18:30 ` [PATCH 2/5] ASoC: pcm186x: " Takashi Iwai
2018-10-05 13:26   ` Applied "ASoC: pcm186x: Use the standard fall-through annotation" to the asoc tree Mark Brown
2018-10-04 18:30 ` [PATCH 3/5] ASoC: rt274: Add fall-through annotations Takashi Iwai
2018-10-05 13:26   ` Applied "ASoC: rt274: Add fall-through annotations" to the asoc tree Mark Brown
2018-10-04 18:30 ` [PATCH 4/5] ASoC: intel: skylake: Add fall-through annotation Takashi Iwai
2018-10-04 18:30 ` [PATCH 5/5] ASoC: topology: Use the standard fall-through annotations Takashi Iwai
2018-10-05 13:25   ` Applied "ASoC: topology: Use the standard fall-through annotations" to the asoc tree Mark Brown

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.