mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
As3525 wavpack_enc document some intentional switch fall through
Change-Id: I56bf439df2c05653d65f49238e886e4ef2291176
This commit is contained in:
parent
0a6d7abd13
commit
275c762bb2
3 changed files with 8 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue