]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: topology: Use the standard fall-through annotations
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Oct 2018 18:30:06 +0000 (20:30 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 5 Oct 2018 11:38:22 +0000 (12:38 +0100)
commit9c6c4d961e634413add345ee030e108e6d19cea2
treed0dc3488286d0dfdcbab34ff43148cc5adf3d888
parente4bfd61571f5db5c69a7a49de401543cc7d6c87c
ASoC: topology: Use the standard fall-through annotations

As a preparatory patch for the upcoming -Wimplicit-fallthrough
compiler checks, replace with the standard "fall through" annotation.
gcc can't understand the mixed texts, unfortunately.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c