]> Git Repo - qemu.git/blobdiff - hw/audio/cs4231a.c
fix "Missing break in switch" coverity reports
[qemu.git] / hw / audio / cs4231a.c
index aaebec18393a6aa20d0a2812282d5e95cbd86668..9089dcb47e8496088c15c5ea805b40d1828c6182 100644 (file)
@@ -305,6 +305,7 @@ static void cs_reset_voices (CSState *s, uint32_t val)
 
     case 6:
         as.endianness = 1;
+        /* fall through */
     case 2:
         as.fmt = AUD_FMT_S16;
         s->shift = as.nchannels;
This page took 0.023015 seconds and 4 git commands to generate.