summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | name the sink/source after the device file, just like we already do for the n...Lennart Poettering2006-08-121-5/+28
* | | generate default sink/source names from the device files they belong toLennart Poettering2006-08-123-9/+56
* | | update todoLennart Poettering2006-08-121-1/+0
* | | handle hot-remeving of OSS devices properlyLennart Poettering2006-08-122-35/+81
* | | print the device capabilities after opening the deviceLennart Poettering2006-08-121-5/+50
* | | when the requested sample format is not available for OSS devices, print a ni...Lennart Poettering2006-08-121-5/+25
* | | there's no need to queue subscription events if noone is listening, hence don...Lennart Poettering2006-08-121-0/+4
* | | * only load an OSS driver for the first device of a sound card, similar to wh...Lennart Poettering2006-08-121-7/+14
* | | fix a segfault in module-ossLennart Poettering2006-08-121-1/+1
* | | fix pa_gettimeofday() return value testingLennart Poettering2006-08-121-1/+1
* | | update todoLennart Poettering2006-08-121-1/+1
* | | update todoLennart Poettering2006-08-121-1/+0
* | | clean up event generation a little: suppress unnecessary events and generate ...Lennart Poettering2006-08-124-1/+22
* | | rework subscription code: try to drop redundant queued events Lennart Poettering2006-08-124-97/+129
* | | fix a compiler warningLennart Poettering2006-08-121-1/+1
* | | add new macro PA_LLIST_INSERT_AFTERLennart Poettering2006-08-121-1/+18
* | | increase module argument buffer size to prevent truncating namesShahms E. King2006-08-121-2/+2
* | | update todoLennart Poettering2006-08-121-0/+2
* | | allow setting the null sink description by a module parameterLennart Poettering2006-08-121-3/+5
* | | don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-1115-41/+69
* | | comment which values in pa_{sink,source,sink_input,source_output} structures ...Lennart Poettering2006-08-114-34/+37
* | | * introduce new functions pa_sink_set_description() and pa_source_set_descrip...Lennart Poettering2006-08-114-10/+69
* | | update todoLennart Poettering2006-08-111-1/+3
* | | shorten sink/source device descriptions a littleLennart Poettering2006-08-114-6/+6
* | | use the HAL UDI for naming input/output devicesLennart Poettering2006-08-111-4/+17
* | | do not export name validity checking routes and apply them only to sink/sourc...Lennart Poettering2006-08-112-9/+6
* | | fix bad memory access and a leak when detructing ALSA fd listsLennart Poettering2006-08-111-2/+1
* | | rework name register a litle to only allow "valid" names.Lennart Poettering2006-08-112-33/+101
* | | Build HAL support only when either OSS or ALSA is availableLennart Poettering2006-08-111-1/+1
* | | remove OSS specific code from module-hal-detect if HAVE_OSS is not set. Same ...Lennart Poettering2006-08-111-10/+30
* | | ALSA: handle write()/read() errors properly by unloading the driver module. T...Lennart Poettering2006-08-112-50/+104
* | | change order of the ALSA event dispatch code to make sure that the code survi...Lennart Poettering2006-08-111-2/+2
* | | use the copied udi string as hash key for the device table, because the tempo...Lennart Poettering2006-08-111-1/+1
* | | add HAL support for OSS devices and capability changesShahms E. King2006-08-081-60/+115
* | | clean up hal patch to use pa_xnew and timeval compatibility wrappersShahms E. King2006-08-072-74/+28
* | | try to reduce volume updates in the ALSA sinks/sources: only touch the shadow...Lennart Poettering2006-08-072-22/+32
* | | * add SVN $Id$ tagsLennart Poettering2006-08-063-1/+7
* | | merge HAL support from Shams E. KingLennart Poettering2006-08-065-0/+940
* | | update todoLennart Poettering2006-08-031-1/+0
* | | implement "pactl move-source-output"Lennart Poettering2006-08-031-4/+20
* | | implement pa_context_move_source_output_by_{name,index}()Lennart Poettering2006-08-032-0/+56
* | | wrap pa_source_output_move_to() in the native protocolLennart Poettering2006-08-031-14/+35
* | | add new CLI command move-source-output as wrapper around pa_source_output_mov...Lennart Poettering2006-08-031-1/+41
* | | Implement pa_source_input_move_to() for moving record streams between sourcesLennart Poettering2006-08-032-3/+77
* | | - don't call pa_sink_notify in pa_sink_input_new() because the virtual method...Lennart Poettering2006-08-031-4/+6
* | | bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...Lennart Poettering2006-08-017-6/+9
* | | add new "move-sink-input" command to pactlLennart Poettering2006-07-311-3/+20
* | | wrap PA_COMMAND_MOVE_SINK_INPUT for libpulseLennart Poettering2006-07-312-0/+53
* | | add new native protocol function for moving sink inputs between sinksLennart Poettering2006-07-311-1/+44
* | | add new commands opcode for moving sink inputs and source outputsLennart Poettering2006-07-311-0/+4