summaryrefslogtreecommitdiffstats
path: root/audio/control.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert audio service into a plugin.Luiz Augusto von Dentz2008-03-271-50/+39
|
* Remove unnecessary empty lineJohan Hedberg2008-03-051-1/+0
|
* Rename ForceMaster to just MasterJohan Hedberg2008-03-051-1/+1
|
* Do master role switching by default and add ForceMaster config optionJohan Hedberg2008-03-051-3/+19
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Add extra check for session->dev == NULL before accessing itJohan Hedberg2008-01-301-1/+2
|
* Add basic support for UNITINFO and SUBUNITINFOJohan Hedberg2008-01-161-0/+13
|
* Use KEY_PREVIOUSSONG and KEY_NEXTSONG (instead of KEY_PREVIOUS and KEY_NEXT) ↵Johan Hedberg2007-11-271-4/+4
| | | | since they seem to be more widely supported by existing software
* Fix L2CAP socket leakJohan Hedberg2007-10-251-0/+1
|
* Add uinput support for AVRCPJohan Hedberg2007-10-251-5/+150
|
* Improve AVRCP button press decodingJohan Hedberg2007-10-241-11/+18
|
* Update copyright informationMarcel Holtmann2007-10-231-2/+3
|
* Add basic panel passthrough command parsingJohan Hedberg2007-10-231-3/+84
|
* Integrate AVRCP further with the rest of the audio serviceJohan Hedberg2007-10-231-3/+274
|
* Show number of operands in packetJohan Hedberg2007-10-221-2/+3
|
* Fix UUID in CancelAuthorize callJohan Hedberg2007-10-221-1/+1
|
* Fix copyright line formatingJohan Hedberg2007-10-221-2/+2
|
* Add skeleton for AVRCP supportJohan Hedberg2007-10-221-0/+586