summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add functions to move all inputs of a sink away/similar for source outputsLennart Poettering2009-01-234-0/+116
|
* move sink input/source output move functions into two parts so that we can ↵Lennart Poettering2009-01-236-124/+257
| | | | start the move, delete the original sink, create a new sink, finish the move; similar for source outputs
* in most cases we can use i->core instead of i->sink->core and o->coure ↵Lennart Poettering2009-01-232-32/+32
| | | | instead of o->source->core
* include list of sinks/source in card dumpLennart Poettering2009-01-231-3/+17
|
* teach module-rescue-streams and module-always-sink to not do anything if we ↵Lennart Poettering2009-01-232-1/+17
| | | | are shutting down anyway
* maintain a pa_core state variableLennart Poettering2009-01-232-0/+13
|
* allow sample spec/channel map to be queried for pa_resampler objectsLennart Poettering2009-01-232-0/+28
|
* Merge commit 'flameeyes/flameeyes'Lennart Poettering2009-01-233-3/+2
|\
| * Use #ifdef to avoid warning about undefined macro.Diego E. 'Flameeyes' Pettenò2009-01-222-2/+2
| |
| * Remove support for internal distributing and bundling of libltdl.Diego E. 'Flameeyes' Pettenò2009-01-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Standing to what the libtool documentation says, the LTDL_INIT macro and the related configure options are only useful when intending to distribute libltdl, and is superfluous if the system copy were always to be used. Which makes it very easy to just drop the internal copy and use the system library, just do it like any other library lacking pkg-config files to identify its presence. If this tries to build against an older libtool version it might fail at link time, so for now this is not an user-proof solution. But it at least should provide a working environment for packagers.
* | add a simple abstraction for SIMD operationsLennart Poettering2009-01-234-1/+189
| |
* | don't overflow when we do digital amplification of 16 bit samplesLennart Poettering2009-01-231-31/+71
| |
* | use pthread_setaffinity_np() only when it is availableLennart Poettering2009-01-221-6/+10
|/
* NetBSD sometimes doesn't know SNDCTL_DSP_GETODELAYJared D. McNeill2009-01-221-2/+21
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* make rtstutter use pa_ncpus()Lennart Poettering2009-01-221-1/+2
|
* add API pa_ncpus()Lennart Poettering2009-01-223-0/+16
|
* NetBSD doesn't know getgrnam_r()/getpwnam_r()Jared D. McNeill2009-01-221-9/+39
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* NetBSD doesn't know ENOLINKJared D. McNeill2009-01-221-0/+4
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* It is more portable to assume that SO_RCVBUF/SO_SNDBUF takes and int instead ↵Jared D. McNeill2009-01-221-2/+6
| | | | | | of a size_t Signed-off-by: Lennart Poettering <lennart@poettering.net>
* NetBSD specific atomic operation implementationJared D. McNeill2009-01-221-0/+73
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* NetBSD doesn't know RLIMIT_ASJared D. McNeill2009-01-221-0/+2
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* NetBSD needs to include sys/uio.h for some socket functionsJared D. McNeill2009-01-222-0/+8
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* When resuming an OSS device ask for the very same fragment settings as we ↵Lennart Poettering2009-01-222-3/+7
| | | | | | | | | | | did the first time In OSS it is only possible to request fragment sizes that are powers of 2. However actually selected fragment sizes may be arbitrary values. This means that it is not always possible to request the same fragment size after a suspend that was used before the suspend because we simply cannot express it in the request. To work around that we should issue the same request as we did the first time.
* rework module-hal-detect and make it use module-alsa-card instead of ↵Lennart Poettering2009-01-221-347/+309
| | | | module-alsa-sink/-source
* include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-227-0/+9
|
* fix minor memleak in proberLennart Poettering2009-01-221-0/+2
|
* rework logic how alsa sinks/sources/cards are namedLennart Poettering2009-01-225-34/+92
|
* make gcc shut upLennart Poettering2009-01-221-2/+2
|
* fix segfault when in record-only modeLennart Poettering2009-01-221-1/+1
|
* only reread volume if we actually have a good mixer. Closes #466Lennart Poettering2009-01-221-7/+8
|
* make gcc shut up a bit moreLennart Poettering2009-01-221-1/+6
|
* fix copy'n'paste errorLennart Poettering2009-01-221-2/+2
|
* add new function pa_strnaLennart Poettering2009-01-221-1/+4
|
* add new function pa_card_suspend()Lennart Poettering2009-01-222-0/+19
|
* mark a few more ALSA dB values as 'valid' for valgrindLennart Poettering2009-01-222-0/+16
|
* don't include full path in driver name.Lennart Poettering2009-01-226-6/+12
|
* implement pactl set-card-profileLennart Poettering2009-01-211-19/+38
|
* implement PA_COMMAND_SET_CARD_PROFILELennart Poettering2009-01-211-0/+40
|
* enable module-card-restore by defaultLennart Poettering2009-01-211-0/+1
|
* add a card profile restore moduleLennart Poettering2009-01-212-0/+292
|
* minor cleanupsLennart Poettering2009-01-211-3/+3
|
* don't restore mute/volume when already setLennart Poettering2009-01-211-10/+27
|
* make pa_card_new_data::active_profile a stringLennart Poettering2009-01-212-11/+26
|
* make implementation of module-alsa-card completeLennart Poettering2009-01-217-27/+114
|
* fill in dev_id properlyLennart Poettering2009-01-212-2/+13
|
* remove leftover defineLennart Poettering2009-01-211-2/+0
|
* when changing profiles do the actual assignment in the generic implementationLennart Poettering2009-01-211-1/+5
|
* remove bogus pa_core_check_idle() callLennart Poettering2009-01-211-2/+0
|
* add set-card-profile CLI commandLennart Poettering2009-01-211-0/+45
|
* allow cards be referenced by their indexLennart Poettering2009-01-211-0/+2
|