summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
...
* Initialize HFP supported features properlyJohan Hedberg2008-01-223-14/+16
|
* Fix coding styleJohan Hedberg2008-01-221-14/+11
|
* Add (experimental) Headset.IdentifyCall methodJohan Hedberg2008-01-222-3/+99
|
* Add basic support for UNITINFO and SUBUNITINFOJohan Hedberg2008-01-161-0/+13
|
* Reorganize audio.conf parsing in a more modular mannerJohan Hedberg2008-01-166-127/+232
|
* coding styleBrad Midgley2008-01-141-1/+1
|
* Make sure the correct handle value gets updated when parsing HSP/HFP recordsJohan Hedberg2008-01-111-8/+13
|
* handle call rejection properlyJohan Hedberg2008-01-091-4/+6
|
* Fix frame_size calculation when there already is data in the bufferJohan Hedberg2008-01-091-2/+2
|
* TerminateCall signal should be called CallTerminatedJohan Hedberg2008-01-092-3/+3
|
* Update API documentationJohan Hedberg2008-01-081-1/+12
|
* Implement SetupCall methodJohan Hedberg2008-01-081-0/+51
|
* Further headset fixes and cleanupJohan Hedberg2008-01-081-17/+60
|
* Improve HFP/HSP discovery and connection state trackingJohan Hedberg2008-01-084-45/+38
|
* don't overwrite the output of bluetooth_initBrad Midgley2008-01-071-3/+0
| | | | also the memset is done inside bluetooth_init
* use correct variable to pick up alsa prefsBrad Midgley2008-01-051-8/+8
|
* Use write instead of g_io_channel_write (which is deprecated)Johan Hedberg2007-12-141-7/+5
|
* Remove unecessary variable and strlen callJohan Hedberg2007-12-141-4/+2
|
* Prepare for HFP featuresJohan Hedberg2007-12-141-28/+47
|
* Fix mic gain valueJohan Hedberg2007-12-141-1/+1
|
* Add initial mechanism to handle headset commands.Luiz Augusto von Dentz2007-12-122-128/+149
|
* Fix connecting to hfp headset. (Patch from fdalleau)Luiz Augusto von Dentz2007-12-113-11/+39
|
* Fixes use of g_idle_add function.Luiz Augusto von Dentz2007-12-071-22/+35
|
* Fix bug of error responses being ignored.Luiz Augusto von Dentz2007-12-071-2/+8
|
* Bring back start variable to fix racecondition with quickly reconnecting IPC ↵Johan Hedberg2007-12-071-1/+21
| | | | clients
* a2dp_source_suspend should call avdtp_suspend and not avdtp_start if the ↵Johan Hedberg2007-12-071-2/+2
| | | | state is STREAMING
* Fix another potential uninitialized memory access issueJohan Hedberg2007-12-071-1/+1
|
* Minor locality issueJohan Hedberg2007-12-071-1/+1
|
* Make sure remote SEP cache and active streams stay in syncJohan Hedberg2007-12-071-3/+5
|
* Fix unitialized memory access issueJohan Hedberg2007-12-071-2/+2
|
* Fix BT_GETCAPABILITIES when the headset has already been acting as INTJohan Hedberg2007-12-072-6/+7
|
* Minor coding style fixesJohan Hedberg2007-12-074-14/+20
|
* Fixes for hsp.Luiz Augusto von Dentz2007-12-062-61/+121
|
* Cache discovery process to avoid delays.Luiz Augusto von Dentz2007-12-051-6/+5
|
* Fix error messages. (thanks to fchevalier for the patch)Luiz Augusto von Dentz2007-12-045-84/+89
|
* Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-039-580/+1225
|
* Enable AVRCP by defaultJohan Hedberg2007-11-271-1/+1
|
* 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
* Update services to new error codes and helper functionsJohan Hedberg2007-11-266-207/+65
|
* Mention Kai's contributionsMarcel Holtmann2007-11-261-0/+1
|
* Add autoconf magic for the librt linkingMarcel Holtmann2007-11-261-1/+1
|
* Code cleanup.Luiz Augusto von Dentz2007-11-233-60/+21
|
* Link librt with the alsa module (needs to be fixed with proper autotools ↵Johan Hedberg2007-11-221-1/+1
| | | | checks later)
* Support multiple periodsJohan Hedberg2007-11-221-8/+11
|
* Get rid of struct timeval completelyJohan Hedberg2007-11-221-19/+18
|
* Integrate new ipc API implementation.Luiz Augusto von Dentz2007-11-2115-1282/+1843
|
* Revert commented lines of previous commit.Luiz Augusto von Dentz2007-11-201-5/+2
|
* Fix bug in alsa plugin.Luiz Augusto von Dentz2007-11-201-3/+7
|
* Add sbc_reinit.Luiz Augusto von Dentz2007-11-131-2/+1
|
* Fix double-check for HSP instead of checking HFPMarcel Holtmann2007-11-131-1/+1
|