commit | 9d5a289a86a15a1a4248022f9338517f7e62832b | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Sat Aug 04 15:12:09 2018 -0500 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Aug 06 09:33:43 2018 +0200 |
tree | f8f5048993a8dd1eb866f1fdac87847a04fd8344 | |
parent | ac69c2f578bf51a3804c5e96467571ea5be0e882 [diff] |
ALSA: emu10k1: Mark expected switch fall-throughs In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Notice that in this particular case, I replaced the code comment with a proper "fall through" annotation, which is what GCC is expecting to find. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>