summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* Fix sending wrong codec capability length.Luiz Augusto von Dentz2009-01-121-1/+4
|
* Fix send and recv message sizes.Luiz Augusto von Dentz2009-01-121-2/+7
|
* Send packets with proper size.Luiz Augusto von Dentz2009-01-121-1/+1
|
* Multicast SDP packets sent with same IP TTL as RTP packetsTom Bamford2009-01-121-0/+5
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Update module-bluetooth-device to the new ipc.Luiz Augusto von Dentz2009-01-123-172/+217
|
* A few minor cleanups and updatesLennart Poettering2009-01-125-14/+21
|
* fix a gcc warningLennart Poettering2009-01-121-2/+2
|
* If we cannot open an ALSA device with SND_PCM_NO_AUTO_FORMAT retry withoutLennart Poettering2009-01-121-4/+24
| | | | | This should fix compatibility with some sound cards which only support 24 bit packed samples.
* Implement PA_SOURCE_MESSAGE_GET_LATENCYLennart Poettering2009-01-121-0/+30
| | | | | | | The pipe source needs to implement PA_SOURCE_MESSAGE_GET_LATENCY since we'll otherwise hit an assert. Closes #424.
* Use FIONREAD instead of TIOCINQLennart Poettering2009-01-121-2/+2
| | | | | | | On Linux the two ioctls FIONREAD and TIOCINQ share the same number. However TIOCINQ is used for terminals while FIONREAD is used (among others) for sockets and pipes. Hence use FIONREAD here since it seems more appropriate.
* downgrade a few warningsLennart Poettering2009-01-121-4/+4
|
* it's better to always use the index of a module instead of the pa_module*Lennart Poettering2009-01-121-13/+15
|
* unload tunnel modules from a new stack frameLennart Poettering2009-01-121-2/+2
|
* actually unload the modules from a new stack frameLennart Poettering2009-01-121-1/+1
|
* Don't store pointer to pa_moduleLennart Poettering2009-01-121-3/+3
| | | | | pa_module pointers might become invalid at any time, so we use the stable uin32_t index of the module for identifying or modules instead.
* Fix bug walking on module list.Luiz Augusto von Dentz2009-01-121-1/+1
|
* Pass GDBM_NOLOCK to gdbmLennart Poettering2009-01-122-2/+2
| | | | | | | | | | gdbm still uses BSD lockf for locking which is incompatible with NFS. Since we don't need the locking here since the db files in question should never be accessed by more than one process since they are per-home-dir and per-machine we can disable locking without any ill results. This should fix rhbz #471279.
* warn if ALSA wakes us up and there is actually nothing to doLennart Poettering2008-10-233-22/+66
|
* Try to catch certain driver errorsLennart Poettering2008-10-234-6/+69
| | | | | ... by verifying return values of snd_pcm_avail_update() and snd_pcm_begin_mmap() for their sanenness.
* Fix possible invalid read while attempting to load module-bluetooth-device.Luiz Augusto von Dentz2008-10-231-1/+1
|
* properly remove dbus matches an filters when unloading m-b-dLennart Poettering2008-10-231-1/+16
|
* Fix two typos that broke tunnelsColin Guthrie2008-10-231-2/+2
|
* define 0dB in PA as maximum amplificationLennart Poettering2008-10-232-8/+12
|
* Unload module-bluetooth-device if the remote device disconnects.Luiz Augusto von Dentz2008-10-231-11/+44
|
* make distcheck passv0.9.13Lennart Poettering2008-10-063-3/+3
|
* Merge commit 'vudentz/master'Lennart Poettering2008-10-062-527/+102
|\
| * Fix loading module-bluetooth-device with an invalid parameter.Luiz Augusto von Dentz2008-10-031-1/+1
| |
| * Replace handlers of deprecated Connected signals with new PropertyChanged.Luiz Augusto von Dentz2008-10-031-5/+39
| |
| * Cleanup module-bluetooth-discover.Luiz Augusto von Dentz2008-10-032-532/+69
| |
| * Fix Connected signal handler.Luiz Augusto von Dentz2008-10-031-6/+2
| |
| * Fix match rule problems.Luiz Augusto von Dentz2008-10-031-2/+2
| |
| * Remove PropertyChanged signal handler.Luiz Augusto von Dentz2008-10-031-16/+0
| |
| * Add signal handlers for Connected signals.Luiz Augusto von Dentz2008-10-031-0/+12
| |
| * Add match rules for org.bluez.Headset and org.bluez.AudioSink.Luiz Augusto von Dentz2008-10-031-0/+12
| |
* | update module-tunnel for recent protocol changesLennart Poettering2008-10-051-1/+8
| |
* | substract the unused record buffer size from the overall size before ↵Lennart Poettering2008-10-042-4/+5
| | | | | | | | calculating the space still left for recording
* | get rid of pa_alsa_volume_divide() since we have pa_sw_volume_divide() nowLennart Poettering2008-10-044-28/+2
| |
* | increase suspend timeout to 5s so that it is always longer then the default ↵Lennart Poettering2008-10-041-1/+1
| | | | | | | | tsched buffer size of 2s
* | don't call snd_pcm_drain() when we suspend because that might take awfully ↵Lennart Poettering2008-10-041-2/+2
|/ | | | long with our long buffer sizes these days
* make sure we call pa_sink_process_rewind() if a rewind was requested under ↵Lennart Poettering2008-10-021-2/+7
| | | | all circumstances
* when killing gconf helper, loop over EINTRLennart Poettering2008-10-011-2/+10
|
* don't hit an assert if a kernel driver reports invalid dB information, ↵Lennart Poettering2008-10-012-17/+24
| | | | instead just warn the user
* remove useless log messageLennart Poettering2008-10-011-1/+1
|
* fix support for ALSA devices which lack dB informationLennart Poettering2008-10-012-39/+105
|
* follow PropertyChanged signals from BlueZLennart Poettering2008-10-011-86/+215
|
* esound auth-ip-acl fixNix2008-09-291-1/+1
| | | | | | | | | | | [...] iv) module-protocol-stub has a one-character typo that breaks auth-ip-acl for the esound TCP module, patch: Unbreak esound auth-ip-acl. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* make module-bluetooth-discover actually load modules and smaller other fixesLennart Poettering2008-09-291-213/+482
|
* all kinds of minor type, memory leak, initializatio fixesLennart Poettering2008-09-291-141/+113
|
* instead of failing when the requested sampling rate is not available find ↵Lennart Poettering2008-09-291-19/+23
| | | | the next one that is higher
* Use the same module parameter names for module-bluetooth-device as for most ↵Lennart Poettering2008-09-291-12/+15
| | | | other modules