diff mbox series

paaudio: add missing break

Message ID 20191023055336.21809-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show
Series paaudio: add missing break | expand

Commit Message

Gerd Hoffmann Oct. 23, 2019, 5:53 a.m. UTC
CID 1406449

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 audio/paaudio.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/audio/paaudio.c b/audio/paaudio.c
index df541a72d3a9..55a91f898073 100644
--- a/audio/paaudio.c
+++ b/audio/paaudio.c
@@ -385,6 +385,7 @@  static pa_stream *qpa_simple_new (
         map.map[5] = PA_CHANNEL_POSITION_REAR_RIGHT;
         map.map[6] = PA_CHANNEL_POSITION_SIDE_LEFT;
         map.map[7] = PA_CHANNEL_POSITION_SIDE_RIGHT;
+        break;
 
     default:
         dolog("Internal error: unsupported channel count %d\n", ss->channels);