summaryrefslogtreecommitdiffstats
path: root/src/modules/module-alsa-source.c
Commit message (Expand)AuthorAgeFilesLines
* Yes, yet another evil all-in-one commit of intervowen changes. I suck.Lennart Poettering2008-05-011-3/+3
* define minimal and maximal wakeup/sleep times; check for underrun condition o...Lennart Poettering2008-04-231-4/+31
* Big pile of interdependant changes:Lennart Poettering2008-04-231-112/+161
* * don't increase tsched_watermark on underrun without limits Lennart Poettering2008-04-221-48/+10
* - Change meaning of special values of latency request: 0 -> "minimal latency,...Lennart Poettering2008-04-221-1/+4
* initialize properties for ALSA sinks/sources more elaborately, re #277Lennart Poettering2008-04-201-12/+1
* Big pile of dependant changes:Lennart Poettering2008-04-201-21/+30
* redirect alsa errors to normal PA log system; export buffer settings in devic...Lennart Poettering2008-04-111-2/+9
* init min/max latency properly; fix avail_min updatingLennart Poettering2008-04-091-2/+4
* call snd_pcm_hwsync() expclicitly before we access any of the status fields, ...Lennart Poettering2008-04-071-32/+78
* propery calculate min_avail in frames instead of bytes. don't use device_id= ...Lennart Poettering2008-04-041-1/+1
* - deprecate autoload stuffLennart Poettering2008-04-031-48/+158
* commit glitch-free workLennart Poettering2008-03-151-88/+233
* Rework ALSA mixer channel detection code. This time we actually care about th...Lennart Poettering2007-11-131-22/+32
* Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-131-39/+30
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-091-4/+5
* make rtprio and nice level actually configurableLennart Poettering2007-11-011-2/+2
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-262/+651
* Handle suspended alsa devices. Based on patch by ranma. (closes #26)Pierre Ossman2007-03-021-0/+39
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-29/+29
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-7/+3
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-3/+7
* remove all occurences of Lennart Poettering2006-08-181-19/+19
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-1/+1
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-121-2/+1
* generate default sink/source names from the device files they belong toLennart Poettering2006-08-121-3/+14
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-1/+3
* shorten sink/source device descriptions a littleLennart Poettering2006-08-111-1/+1
* ALSA: handle write()/read() errors properly by unloading the driver module. T...Lennart Poettering2006-08-111-24/+52
* try to reduce volume updates in the ALSA sinks/sources: only touch the shadow...Lennart Poettering2006-08-071-9/+13
* set is_hardware flag for a few hw pluginsLennart Poettering2006-07-161-0/+1
* fix segfault when module-alsa-source fails to loadLennart Poettering2006-06-201-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-191-15/+15
* * alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master"Lennart Poettering2006-05-301-1/+1
* * if an ALSA device doesn't support the channel count requested, use what ALS...Lennart Poettering2006-05-301-4/+11
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-1/+2
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-12/+1
* * set default fragment metrics depending on the sample specs of the device in...Lennart Poettering2006-05-131-3/+5
* fix fragment size calculation for module-alsa-sourceLennart Poettering2006-05-131-5/+9
* use default alsa channel map for alsa devicesLennart Poettering2006-05-131-1/+13
* When a control is removed, all bits are set so we need to test for that first.Pierre Ossman2006-04-281-0/+3
* support new channel_map argument in sink/source modulesLennart Poettering2006-04-261-3/+13
* Fall back to software volume if hardware mixer cannot control all channels.Pierre Ossman2006-04-251-36/+26
* clip volume at PA_VOLUME_NORM for alsa devicesLennart Poettering2006-04-081-2/+12
* Fix some warnings caused by size_t having varying size.Pierre Ossman2006-03-311-1/+1
* Fetch sound card name into sink/source description.Pierre Ossman2006-03-051-1/+11