mbox series

[0/5] ALSA: Fix fall-through annotations

Message ID 20181004181234.21152-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: Fix fall-through annotations | expand

Message

Takashi Iwai Oct. 4, 2018, 6:12 p.m. UTC
Hi,

here is some trivial patches to add / fix the fall-through
annotations.  The patchset for ASoC will follow later.


Takashi

===

Takashi Iwai (5):
  ALSA: memalloc: Add fall-through annotation
  ALSA: caiaq: Add fall-through annotation
  ALSA: seq: oss: Use the standard fall-through annotation
  ALSA: opti92xx-ad1848: Use the standard fall-through annotation
  ALSA: au88xx: Add fall-through annotations

 sound/core/memalloc.c              | 1 +
 sound/core/seq/oss/seq_oss_timer.c | 2 +-
 sound/isa/opti9xx/opti92x-ad1848.c | 6 ++++--
 sound/pci/au88x0/au88x0_core.c     | 6 ++++++
 sound/usb/caiaq/device.c           | 1 +
 5 files changed, 13 insertions(+), 3 deletions(-)