commit | 68da4fa51af4ea9d10099e48351b3cdaae7b1d23 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Oct 04 20:04:38 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Oct 12 09:31:34 2018 +0200 |
tree | 21747882047c772b199605f52b174950795ef7db | |
parent | 74ce5a46bb7b0298dc0be11bae944fca5d1f18a7 [diff] |
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>