commit | e8c92251a8351f9550a9e20a47364d0a20f28d95 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Oct 04 19:59:41 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Oct 12 09:31:29 2018 +0200 |
tree | ac5d736a98e312f6750be51573e267add17f45cd | |
parent | 590b516e25636c696550b44b11fcfed42167adfd [diff] |
ALSA: seq: oss: Use the standard fall-through annotation As a preparatory patch for the upcoming -Wimplicit-fallthrough compiler checks, replace with the standard "fall through" annotation. Unfortunately gcc doesn't understand a chattier text. Signed-off-by: Takashi Iwai <tiwai@suse.de>