--- sbc/sbc_primitives.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbc/sbc_primitives.c b/sbc/sbc_primitives.c index a4767ef..9311848 100644 --- a/sbc/sbc_primitives.c +++ b/sbc/sbc_primitives.c @@ -568,5 +568,8 @@ void sbc_init_primitives(struct sbc_encoder_state *state) #endif #ifdef SBC_BUILD_WITH_NEON_SUPPORT sbc_init_primitives_neon(state); + + if (state->increment == 1) + state->sbc_analyze_8s = sbc_analyze_1b_8s_simd; #endif } -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html