ALSA: caiaq: Add fall-through annotation
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Oct 2018 17:58:23 +0000 (19:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 12 Oct 2018 07:31:26 +0000 (09:31 +0200)
commit590b516e25636c696550b44b11fcfed42167adfd
treeee99fefb287f267c2e3902cb752199f1beafe3ab
parent3c4cfa7bf6075be035cff3cac0986395f6fca32b
ALSA: caiaq: Add fall-through annotation

As a preparatory patch for the upcoming -Wimplicit-fallthrough
compiler checks, add the "fall through" annotation in caiaq driver.
Note that this seems necessary to be put exactly before the next
label, so it's outside the ifdef block.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/caiaq/device.c