summaryrefslogtreecommitdiffstats
path: root/polyp
diff options
context:
space:
mode:
Diffstat (limited to 'polyp')
-rw-r--r--polyp/sample-util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/polyp/sample-util.c b/polyp/sample-util.c
index 2310f3cb..52974c46 100644
--- a/polyp/sample-util.c
+++ b/polyp/sample-util.c
@@ -270,6 +270,7 @@ void pa_volume_memchunk(pa_memchunk*c, const pa_sample_spec *spec, const pa_cvol
if (++channel >= spec->channels)
channel = 0;
}
+ break;
}
case PA_SAMPLE_U8: {
@@ -291,6 +292,7 @@ void pa_volume_memchunk(pa_memchunk*c, const pa_sample_spec *spec, const pa_cvol
if (++channel >= spec->channels)
channel = 0;
}
+ break;
}
case PA_SAMPLE_FLOAT32NE: {
@@ -314,6 +316,7 @@ void pa_volume_memchunk(pa_memchunk*c, const pa_sample_spec *spec, const pa_cvol
t = d + channel;
oil_scalarmult_f32(t, skip, t, skip, &v, n);
}
+ break;
}
default: