ALSA: galaxy: Mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 2 Aug 2018 20:40:37 +0000 (15:40 -0500)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Aug 2018 10:20:58 +0000 (12:20 +0200)
commita9fe47e5e96be6401738f6c1e087edbcff6a5ceb
treec7003d8a4af95c5da64406e9825ff8aa6abc1290
parent789b7f43858f1c74a1c528e8b8f78c78624800d8
ALSA: galaxy: Mark expected switch fall-throughs

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 1468367 ("Missing break in switch")
Addresses-Coverity-ID: 115037 ("Missing break in switch")
Addresses-Coverity-ID: 115038 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/galaxy/galaxy.c