]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: au88xx: Add fall-through annotations
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Oct 2018 18:04:38 +0000 (20:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 12 Oct 2018 07:31:34 +0000 (09:31 +0200)
commit68da4fa51af4ea9d10099e48351b3cdaae7b1d23
tree21747882047c772b199605f52b174950795ef7db
parent74ce5a46bb7b0298dc0be11bae944fca5d1f18a7
ALSA: au88xx: Add fall-through annotations

As a preparatory patch for the upcoming -Wimplicit-fallthrough
compiler checks, add the "fall through" annotation in au88xx driver.

Although the usages in both both functions vortex_adbdma_setbuffers()
and vortex_wtdma_setbuffers() look a bit suspicious, we keep the
behavior as before, just to be safer.  If it were broken, we should
have already received bug reports.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/au88x0/au88x0_core.c