summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/sbc/sbc.h
Commit message (Collapse)AuthorAgeFilesLines
* bluetooth: Run 'make update-sbc'Colin Guthrie2011-03-201-1/+3
| | | | Note that changes to ipc.h from 8f3ef04b had to be manually reapplied.
* sbc: fix signedness of parametersSiarhei Siamashka2011-03-141-1/+1
| | | | | The written parameter of sbc_encode can be negative so it should be ssize_t instead of size_t.
* build: move sbc related files to its own directoryLuiz Augusto von Dentz2011-03-141-0/+111
This should make it easier to apply patches from BlueZ which also uses sbc subdir for this files.