mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
bluetooth: update SBC from upstream
This commit is contained in:
parent
0b8a6c66dc
commit
b51e6135e8
6 changed files with 21 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue