summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/audio-as3525.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2021-08-08 09:27:27 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2021-08-08 09:27:27 -0400
commit275c762bb2a5998e28fd68e69efc16723fb6738f (patch)
tree9ed85d5a11b5fe9c7e5f7c5d2b37a949d3a2101f /firmware/target/arm/as3525/audio-as3525.c
parent0a6d7abd135c67f92a4882c73a49e81ffb1ff7b4 (diff)
downloadrockbox-275c762bb2a5998e28fd68e69efc16723fb6738f.tar.gz
rockbox-275c762bb2a5998e28fd68e69efc16723fb6738f.zip
As3525 wavpack_enc document some intentional switch fall through
Change-Id: I56bf439df2c05653d65f49238e886e4ef2291176
Diffstat (limited to 'firmware/target/arm/as3525/audio-as3525.c')
-rw-r--r--firmware/target/arm/as3525/audio-as3525.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/audio-as3525.c b/firmware/target/arm/as3525/audio-as3525.c
index e4bb39b406..691ccaa028 100644
--- a/firmware/target/arm/as3525/audio-as3525.c
+++ b/firmware/target/arm/as3525/audio-as3525.c
@@ -67,6 +67,7 @@ void audio_input_mux(int source, unsigned flags)
67 { 67 {
68 default: /* playback - no recording */ 68 default: /* playback - no recording */
69 source = AUDIO_SRC_PLAYBACK; 69 source = AUDIO_SRC_PLAYBACK;
70 /*fallthrough*/
70 case AUDIO_SRC_PLAYBACK: 71 case AUDIO_SRC_PLAYBACK:
71 if (source != last_source) 72 if (source != last_source)
72 { 73 {