summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* set reserve interface application device nameLennart Poettering2009-02-245-1/+48
|
* don't put both the card and the pcm name in the description of a device if ↵Lennart Poettering2009-02-241-3/+3
| | | | one contains the other
* update reserve.c from upstream gitLennart Poettering2009-02-241-1/+12
|
* implement device reservation schemeLennart Poettering2009-02-249-1/+1090
|
* in case alsa lies to use don't spin foreverLennart Poettering2009-02-242-0/+37
|
* if ALSA gives us nonsensical data at least try to fix it up a littleLennart Poettering2009-02-241-4/+15
|
* Merge commit 'coling/master'Lennart Poettering2009-02-242-6/+6
|\
| * Remove references to trademarked terms.Colin Guthrie2009-02-222-6/+6
| | | | | | | | | | | | | | | | | | 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.
* | use pa_alsa_safe_delay() where appropriateLennart Poettering2009-02-232-2/+2
| |
* | print driver name when we encounter driver bugsLennart Poettering2009-02-233-18/+38
| |
* | add new wrapper pa_alsa_safe_delay() around snd_pcm_delay()Lennart Poettering2009-02-232-0/+38
| |
* | add new function pa_alsa_get_driver_name_by_pcm()Lennart Poettering2009-02-232-0/+17
|/
* rework suspending/resumingLennart Poettering2009-02-221-60/+87
|
* initialize selem indexLennart Poettering2009-02-221-1/+2
|
* make sure we don't choke on overly long lines in .desktop filesLennart Poettering2009-02-211-0/+2
|
* prefer profiles that match the default channel mapLennart Poettering2009-02-211-5/+26
|
* print warnings about driver bugs at most onceLennart Poettering2009-02-213-22/+36
|
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-2111-6/+26
|
* bluetooth: fix suspend on a2dp (to do on HSP non SCO over PCM)Marc-André Lureau2009-02-201-13/+64
| | | | | | | | | | - 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.
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-02-2014-23/+53
|\
| * Merge commit '38ded3bb31bc49664641965f856a35f432a8a956'Lennart Poettering2009-02-197-12/+36
| |\
| | * bluetooth: print SBC encoder implementation infoMarc-André Lureau2009-02-181-0/+5
| | | | | | | | | | | | | | | The encoder initialization is done lazily, so we can only get the information once encoding start. This is abit annoying..
| | * bluetooth: don't crash on pa_thread_mq_done() if pa_init() failMarc-André Lureau2009-02-181-2/+2
| | |
| | * bluetooth: update SBC from upstreamMarc-André Lureau2009-02-186-2/+21
| | |
| | * bluetooth: fix message queue/rtpollLennart Poettering2009-02-161-8/+8
| | |
| * | alsa-util: check if mixer_poll_descriptors_count() < 0Marc-André Lureau2009-02-191-2/+6
| | |
| * | rtp: remove unused variable aMarc-André Lureau2009-02-191-3/+3
| | |
| * | stream-resotre: don't leak a nameMarc-André Lureau2009-02-191-0/+2
| | |
| * | rtp-recv: remove unused variable assignmentMarc-André Lureau2009-02-191-1/+1
| | |
| * | card-restore: it's not useful to check an array, let's check the lengthMarc-André Lureau2009-02-191-1/+1
| | |
| * | alsa-util: make sure we check an initialized cn variableMarc-André Lureau2009-02-191-2/+2
| | |
| * | hal-detect: make sure r is initialized, so we don't take random pathMarc-André Lureau2009-02-191-0/+1
| | |
| * | dbus-util: avoid double freeMarc-André Lureau2009-02-191-2/+1
| | |
* | | big alsa module rework to make things more robust to broken sound drivers ↵Lennart Poettering2009-02-204-275/+393
| | | | | | | | | | | | and make it easier to debug them
* | | Make sure we actually call _() for translating profile namesLennart Poettering2009-02-201-4/+6
| | |
* | | make profile names translatableLennart Poettering2009-02-205-31/+36
|/ /
* | split out mixer setup into seperate functions to make things more readableLennart Poettering2009-02-192-163/+177
| |
* | refer folks to the ALSA devs, not usLennart Poettering2009-02-181-4/+4
| |
* | minor optimizationsLennart Poettering2009-02-181-5/+10
| |
* | simplify pa_alsa_init_proplist_pcm() a bit and include resolution bits in ↵Lennart Poettering2009-02-184-20/+28
|/ | | | alsa device props
* don't open the alsa devices in hw:xxx modeLennart Poettering2009-02-151-1/+1
|
* unify ALSA mixer initializationLennart Poettering2009-02-144-74/+83
|
* Optionally disable IPv6Iain Hibbert2009-02-135-19/+86
| | | | Closes #79
* make PA_GCC_PACKED and PA_GCC_MALLOC actually workLennart Poettering2009-02-133-6/+6
|
* add a module that forwards cork/uncork requests to X11 as fake pause/resume ↵Lennart Poettering2009-02-131-0/+189
| | | | key events
* add full set of argument descriptionLennart Poettering2009-02-121-1/+5
|
* don't try to recycle rtpoll objectsLennart Poettering2009-02-121-7/+11
|
* use the same service fd shutdown logic when destructing module and changing ↵Lennart Poettering2009-02-121-10/+12
| | | | profile
* minor service IO fixesLennart Poettering2009-02-121-7/+4
|
* the service fd is a stream socket, so handle things accordinglyLennart Poettering2009-02-121-41/+54
|