testautomation_audio: fix -Wimplicit-fallthrough warning (cherry picked from commit 11c70406c322b5686f35349acc9659c4d8d5a8f7)
diff --git a/test/testautomation_audio.c b/test/testautomation_audio.c
index 912adb4..97df178 100644
--- a/test/testautomation_audio.c
+++ b/test/testautomation_audio.c
@@ -263,6 +263,7 @@ int audio_pauseUnpauseAudio()
desired.samples = 4096;
desired.callback = _audio_testCallback;
desired.userdata = NULL;
+ break;
case 1:
/* Set custom desired spec */