commit | 641f7f2195735b4fe93b541ea3a792fe4fee2415 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Oct 04 20:30:03 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 05 12:38:19 2018 +0100 |
tree | 672520fb0731a07ef5f65666dc25aec78e28b302 | |
parent | 7e29317928bd79a03a9c35816afa709988b5d31b [diff] |
ASoC: pcm186x: Use the standard fall-through annotation As a preparatory patch for the upcoming -Wimplicit-fallthrough compiler checks, replace with the standard "fall through" annotation. Unfortunately gcc doesn't understand the mixed comment lines. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@kernel.org>