forked from len0rd/rockbox
Document intentional fallthroughs + fix harmless unintended ones
Change-Id: I1ca5b1027ec30cbf61093bab35b980196ed14e6b
This commit is contained in:
parent
ef41cc6623
commit
005c414e5f
24 changed files with 36 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue