From 005c414e5f2a0ace3756da767d3920ac98cb5c76 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sat, 24 Jul 2021 15:39:01 +0100 Subject: Document intentional fallthroughs + fix harmless unintended ones Change-Id: I1ca5b1027ec30cbf61093bab35b980196ed14e6b --- lib/rbcodec/dsp/crossfeed.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rbcodec/dsp/crossfeed.c') diff --git a/lib/rbcodec/dsp/crossfeed.c b/lib/rbcodec/dsp/crossfeed.c index 60f38b243c..9cca7d8973 100644 --- a/lib/rbcodec/dsp/crossfeed.c +++ b/lib/rbcodec/dsp/crossfeed.c @@ -334,6 +334,7 @@ static intptr_t crossfeed_configure(struct dsp_proc_entry *this, case DSP_PROC_INIT: if (value == 0) this->data = (intptr_t)&crossfeed_state; + /* Fallthrough */ case DSP_SET_OUT_FREQUENCY: update_process_fn(this, dsp); -- cgit v1.2.3