As3525 wavpack_enc document some intentional switch fall through

Change-Id: I56bf439df2c05653d65f49238e886e4ef2291176
This commit is contained in:
William Wilgus 2021-08-08 09:27:27 -04:00
parent 0a6d7abd13
commit 275c762bb2
3 changed files with 8 additions and 1 deletions

View file

@ -67,6 +67,7 @@ void audio_input_mux(int source, unsigned flags)
{
default: /* playback - no recording */
source = AUDIO_SRC_PLAYBACK;
/*fallthrough*/
case AUDIO_SRC_PLAYBACK:
if (source != last_source)
{