summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-03313-313/+313
* properly handle directed card info requestsLennart Poettering2009-03-021-1/+0
* Merge commit 'coling/master'Lennart Poettering2009-03-022-2/+2
|\
| * Use pa_assert_se() when the containing code has side effects.Colin Guthrie2009-03-022-2/+2
* | run make update-ffmpegLennart Poettering2009-03-021-26/+1
* | run make update-sbcLennart Poettering2009-03-021-1/+2
* | run update-reserveLennart Poettering2009-03-021-10/+11
* | Merge commit 'coling/master'Lennart Poettering2009-03-026-38/+62
|\|
| * raop: Handle the reponse header memory allocation more sensibly.Colin Guthrie2009-03-011-29/+27
| * raop: Log teardown explicitlyColin Guthrie2009-03-011-0/+4
| * raop: Allow for nice sink descriptions to be set (interpolated from avahi)Colin Guthrie2009-03-012-7/+29
| * Don't assume that device reservation is enabled.Colin Guthrie2009-02-282-2/+2
* | For now don't list icon property (in favour of icon name property) since icon...Lennart Poettering2009-03-011-0/+8
* | add logic for initializing a useful icon nameLennart Poettering2009-03-0110-20/+95
* | get additional device data from udevLennart Poettering2009-03-019-11/+227
* | rename PA_PROP_DEVICE_CONNECTOR to PA_PROP_DEVICE_BUSLennart Poettering2009-03-012-3/+3
* | revise form factor list a bit, simplify and use singular everywhereLennart Poettering2009-03-012-3/+3
* | introduce seperate vendor/product id fieldsLennart Poettering2009-03-011-2/+11
* | make example code a bit more robust/change-proofLennart Poettering2009-03-011-5/+5
|/
* Merge commit 'coling/master'Lennart Poettering2009-02-271-2/+2
|\
| * bluetooth: Fix under linked module-bluetooth-deviceColin Guthrie2009-02-261-1/+1
| * Fix a very strange 'file not found' error in module-alsa-card.Colin Guthrie2009-02-261-1/+1
* | when alsa tweaks our sample_spec make sure we adjust the watermark accordinglyLennart Poettering2009-02-272-4/+6
* | when an underrun happens, increase watermark by 10ms instead of doubling itLennart Poettering2009-02-272-10/+39
* | revise list of form factors a littleLennart Poettering2009-02-271-1/+1
|/
* try to vacuum a little when nothing is going onLennart Poettering2009-02-254-0/+17
* make sure we check the sink status for PA_SINK_INPUT_FAIL_ON_SUSPEND only aft...Lennart Poettering2009-02-242-2/+12
* ignore tags fileLennart Poettering2009-02-241-0/+1
* 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 on...Lennart Poettering2009-02-241-3/+3
* update reserve.c from upstream gitLennart Poettering2009-02-241-1/+12
* implement device reservation schemeLennart Poettering2009-02-2410-2/+1102
* 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
* introduce new well-known role 'a11y'Lennart Poettering2009-02-241-1/+1
* Merge commit 'coling/master'Lennart Poettering2009-02-242-6/+6
|\
| * Remove references to trademarked terms.Colin Guthrie2009-02-222-6/+6
* | update gitignoreLennart Poettering2009-02-242-0/+3
* | Make .desktop and .policy file in src/daemon translatableKelemen Gábor2009-02-243-66/+11
* | Make pulseaudio.desktop and org.pulseaudio.policy translatable.Kelemen Gábor2009-02-242-0/+60
* | fix handling of stereoLennart Poettering2009-02-231-2/+3
* | it's probably more appropriate to return the configured latency instead of th...Lennart Poettering2009-02-231-1/+1
* | complete esd suspend/resume implementationLennart Poettering2009-02-231-6/+35
* | implement esd sample panning. closes #428Lennart Poettering2009-02-231-5/+63
* | set esound.byte_order propertyLennart Poettering2009-02-231-0/+3
* | allow scache entries to have arbitrary namesLennart Poettering2009-02-231-1/+5
* | 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