summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/sbc/sbc.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.