Commit graph

3757 commits

Author SHA1 Message Date
Lennart Poettering
998aa40875 fix handling of stereo 2009-02-23 23:55:16 +01:00
Lennart Poettering
e0b550710a it's probably more appropriate to return the configured latency instead of the actual latency 2009-02-23 23:55:05 +01:00
Lennart Poettering
385a560c82 complete esd suspend/resume implementation 2009-02-23 23:51:53 +01:00
Lennart Poettering
2e9479b1f3 implement esd sample panning. closes #428 2009-02-23 23:51:29 +01:00
Lennart Poettering
73c763cb08 set esound.byte_order property 2009-02-23 23:49:08 +01:00
Lennart Poettering
5fa3f0c497 allow scache entries to have arbitrary names 2009-02-23 22:57:09 +01:00
Lennart Poettering
023ba8975b use pa_alsa_safe_delay() where appropriate 2009-02-23 22:56:34 +01:00
Lennart Poettering
33601afbb1 print driver name when we encounter driver bugs 2009-02-23 22:56:09 +01:00
Lennart Poettering
557a90c487 add new wrapper pa_alsa_safe_delay() around snd_pcm_delay() 2009-02-23 22:55:33 +01:00
Lennart Poettering
5cc9d970c8 add new function pa_alsa_get_driver_name_by_pcm() 2009-02-23 22:54:28 +01:00
Francesco Tombolini
b063e53c9c Updated linguas file for it lang
Transmitted-via: Transifex (translate.fedoraproject.org)
2009-02-23 19:21:07 +00:00
Francesco Tombolini
0be0fc0542 Italian language by ubuntu team
Transmitted-via: Transifex (translate.fedoraproject.org)
2009-02-23 19:11:13 +00:00
Colin Guthrie
2a0d2522e0 Add the module dir to the libpulse pkgconfig file (needed for paprefs) 2009-02-22 16:36:16 +00:00
Colin Guthrie
4ebc6cf86e Remove references to trademarked terms.
According to http://www.apple.com/legal/trademark/appletmlist.html we could run into
problems for using these terms without also displaying a corresponding disclaimer/attribution
notice. This is difficult in the context of a headless server, so simply don't use such terms.

In GUI apps which can enable this functionality we should use the relevant terminology, and
display the appropriate attribution notices.
2009-02-22 16:08:43 +00:00
Lennart Poettering
3bc60ca785 a couple of boring updates 2009-02-22 05:04:43 +01:00
Lennart Poettering
3bccb704b6 Allow passing a NULL proplist to pa_xxxx_update_proplist() to just fire a notification 2009-02-22 05:01:32 +01:00
Lennart Poettering
e335b3d6ca prepare test for tracking down ens1371 issue 2009-02-22 03:55:54 +01:00
Lennart Poettering
2d9ae496c9 rework suspending/resuming 2009-02-22 02:00:25 +01:00
Lennart Poettering
504384a041 initialize selem index 2009-02-22 00:45:34 +01:00
Lennart Poettering
194d8991d7 make sure we don't choke on overly long lines in .desktop files 2009-02-21 23:47:08 +01:00
Lennart Poettering
edfa39a2af make sure we don't choke on PULSE_PROP_OVERRIDE 2009-02-21 23:46:31 +01:00
Lennart Poettering
77779ead6d rework logging to make it more modular 2009-02-21 22:45:56 +01:00
Lennart Poettering
9b74afcfa3 make string translatable (fixes #483) 2009-02-21 17:01:09 +01:00
Lennart Poettering
fa5e10f5fa fix wording, closes #484 2009-02-21 16:58:24 +01:00
Lennart Poettering
1a45569b3e prefer profiles that match the default channel map 2009-02-21 16:36:48 +01:00
Lennart Poettering
14ee8d471a print warnings about driver bugs at most once 2009-02-21 16:33:46 +01:00
Lennart Poettering
4505bc9cc6 introduce default channel map in addition to the default sample spec 2009-02-21 16:32:42 +01:00
Lennart Poettering
27bfa607b9 add new property PA_PROP_APPLICATION_PROCESS_SESSION_ID and initialize it by default 2009-02-21 16:26:09 +01:00
Lennart Poettering
2d0c68af93 check for ENABLE_LEGACY_RUNTIME_DIR with #ifdef, not #if 2009-02-21 04:14:51 +01:00
Lennart Poettering
e4e6e28bad split off foreign code into a convenience library to make gcc warnings go away 2009-02-21 04:13:41 +01:00
Lennart Poettering
4c3648aea3 tell gcc to ignore invalid gtk header files 2009-02-21 04:12:52 +01:00
Piotr Drąg
a305770310 Updated Polish translation
Transmitted-via: Transifex (translate.fedoraproject.org)
2009-02-20 23:51:53 +00:00
Lennart Poettering
ed67b07c41 simplify some code 2009-02-20 21:39:46 +01:00
Marc-André Lureau
9f89907bfa bluetooth: fix suspend on a2dp (to do on HSP non SCO over PCM)
- s/setup_stream_fd/start_stream_fd

 - introduce stop_stream_fd to suspend properly the stream_fd (does
   not seem necessary when shuting down)

 - move {start,stop}_stream_fd to IO thread, it is also a good idea
   because it takes about 1s to setup.
2009-02-20 03:32:25 +01:00
Lennart Poettering
6aa110ad4e run make update-po 2009-02-20 03:25:05 +01:00
Lennart Poettering
3da3ea2678 Merge commit 'origin/master-tx' 2009-02-20 03:24:27 +01:00
Lennart Poettering
7bc1847596 Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio 2009-02-20 03:21:46 +01:00
Lennart Poettering
26a270a934 big alsa module rework to make things more robust to broken sound drivers and make it easier to debug them 2009-02-20 03:21:17 +01:00
Lennart Poettering
adc9c2db6b fix comment 2009-02-20 03:20:36 +01:00
Lennart Poettering
fa2e07a0bd add test tool for debugging broken timing in sound drivers 2009-02-20 03:19:33 +01:00
Lennart Poettering
9f813dd5b3 Make sure we actually call _() for translating profile names 2009-02-20 03:18:17 +01:00
Lennart Poettering
ef189d50a7 make it easier to debug timing related problems 2009-02-20 03:16:54 +01:00
Lennart Poettering
fdca6edf20 make profile names translatable 2009-02-20 01:18:37 +01:00
Lennart Poettering
d69bd0339f don't try to use weakref stuff on older compilers that don't really support it 2009-02-20 00:32:15 +01:00
Fabian Affolter
aae5b15ef7 Updated German translation
Transmitted-via: Transifex (translate.fedoraproject.org)
2009-02-19 11:08:00 +00:00
Lennart Poettering
2e250aaebb Merge commit '38ded3bb31' 2009-02-19 05:17:08 +01:00
Lennart Poettering
b0c0106824 Merge commit 'elmarco/legacy-dir' 2009-02-19 05:02:52 +01:00
Marc-André Lureau
7c78c3f658 alsa-util: check if mixer_poll_descriptors_count() < 0 2009-02-19 05:00:37 +01:00
Marc-André Lureau
800489eea9 pulsecore: don't leak p when make_random_dir_and_link() 2009-02-19 05:00:17 +01:00
Marc-André Lureau
f1dcbe0f5d pulsecore: don't leak d in case of error 2009-02-19 04:59:26 +01:00