Hi Andrzej, On Wednesday 21 of May 2014 19:06:19 Andrzej Kaczmarek wrote: > Codec abstraction in hal-audio is now good enough to allow splitting > code into core and codec implementation easily so this patch moves > SBC codec code into separate file and provides interface required for > other codecs to be implemented. > --- > android/Android.mk | 4 +- > android/Makefile.am | 2 + > android/hal-audio-sbc.c | 389 +++++++++++++++++++++++++++++++++++++++ > android/hal-audio.c | 469 +----------------------------------------------- > android/hal-audio.h | 110 ++++++++++++ > 5 files changed, 511 insertions(+), 463 deletions(-) > create mode 100644 android/hal-audio-sbc.c > create mode 100644 android/hal-audio.h Patch has been applied, thanks. -- Best regards, Szymon Janc -- 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