summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/audio-as3525.c
diff options
context:
space:
mode:
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 {