ALSA: emu10k1: Mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Sat, 4 Aug 2018 20:12:09 +0000 (15:12 -0500)
committerTakashi Iwai <tiwai@suse.de>
Mon, 6 Aug 2018 07:33:43 +0000 (09:33 +0200)
commit9d5a289a86a15a1a4248022f9338517f7e62832b
treef8f5048993a8dd1eb866f1fdac87847a04fd8344
parentac69c2f578bf51a3804c5e96467571ea5be0e882
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>
sound/pci/emu10k1/emupcm.c