commit | 9c6c4d961e634413add345ee030e108e6d19cea2 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Oct 04 20:30:06 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 05 12:38:22 2018 +0100 |
tree | d0dc3488286d0dfdcbab34ff43148cc5adf3d888 | |
parent | e4bfd61571f5db5c69a7a49de401543cc7d6c87c [diff] |
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>