bluez/android/system
Lukasz Rymanowski e47bb633c4 android/audio: Add kitkat audio headers
This patch add audio headers required to implement A2DP audio module

Note that from all of these files #include <cutils/bitops.h> has been
removed. The only function used from this include is popcount() and it
is used in system/audio.h. Instead of this function we can use GCC
builtin function __builtin_popcount() which does what is needed.
2013-12-16 17:41:56 +02:00
..
audio.h android/audio: Add kitkat audio headers 2013-12-16 17:41:56 +02:00