AudioResampler: Fix intrinsic integer mode for 64b

For legacy compatibility in 64 bit resampling mode (doubly
unlikely to be used, but we should still fix it).

Test: Native audioresampler tests on Pixel XL
Bug: 27174404
Change-Id: Ia65a0c6aa4255f0fb62f16d05a225ded58373f8e
diff --git a/services/audioflinger/AudioResamplerFirProcessNeon.h b/services/audioflinger/AudioResamplerFirProcessNeon.h
index 3de9edd..1ce76a8 100644
--- a/services/audioflinger/AudioResamplerFirProcessNeon.h
+++ b/services/audioflinger/AudioResamplerFirProcessNeon.h
@@ -155,8 +155,8 @@
             accum2 = vmlal_s16(accum2, vget_low_s16(negSamp.val[1]), vget_low_s16(negCoef));
             accum2 = vmlal_s16(accum2, vget_high_s16(negSamp.val[1]), vget_high_s16(negCoef));
             sP -= 16;
-        }
         } break;
+        }
     } while (count -= 8);
 
     // multiply by volume and save