bluetooth: update SBC from upstream

This commit is contained in:
Marc-André Lureau 2009-02-18 15:20:08 +02:00
parent 0b8a6c66dc
commit b51e6135e8
6 changed files with 21 additions and 2 deletions

View file

@ -240,6 +240,7 @@ void sbc_init_primitives_neon(struct sbc_encoder_state *state)
{
state->sbc_analyze_4b_4s = sbc_analyze_4b_4s_neon;
state->sbc_analyze_4b_8s = sbc_analyze_4b_8s_neon;
state->implementation_info = "NEON";
}
#endif