mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 21:54:33 +08:00
e47bb633c4
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. |
||
---|---|---|
.. | ||
audio.h |