summaryrefslogtreecommitdiffstats
path: root/src/modules/module-alsa-sink.c
Commit message (Expand)AuthorAgeFilesLines
* move alsa and oss modules into their own subdirectoriesLennart Poettering2009-01-151-1674/+0
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-151-0/+9
* redirect folks to the ALSA developers not me when their sound drivers are brokenLennart Poettering2009-01-151-2/+4
* fix calculation of avail_minLennart Poettering2009-01-141-1/+1
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-01-081-1/+1
|\
| * Prefer mixer controls with volumes over switchesLennart Poettering2009-01-081-1/+1
* | A few minor cleanups and updatesLennart Poettering2009-01-081-2/+2
* | Implement base_volume for ALSA sinks/sourcesLennart Poettering2008-12-241-16/+23
|/
* warn if ALSA wakes us up and there is actually nothing to doLennart Poettering2008-10-221-11/+30
* Try to catch certain driver errorsLennart Poettering2008-10-211-3/+3
* define 0dB in PA as maximum amplificationLennart Poettering2008-10-081-4/+6
* substract the unused record buffer size from the overall size before calculat...Lennart Poettering2008-10-041-1/+1
* get rid of pa_alsa_volume_divide() since we have pa_sw_volume_divide() nowLennart Poettering2008-10-041-1/+1
* don't call snd_pcm_drain() when we suspend because that might take awfully lo...Lennart Poettering2008-10-041-2/+2
* don't hit an assert if a kernel driver reports invalid dB information, instea...Lennart Poettering2008-10-011-8/+12
* fix support for ALSA devices which lack dB informationLennart Poettering2008-10-011-19/+52
* use TRUE for pa_bool_t argumentsLennart Poettering2008-09-291-1/+1
* minor improvements in debug handlingLennart Poettering2008-09-091-3/+5
* When returning from a suspend, pass exactly the same flags as originally whenLennart Poettering2008-09-091-1/+5
* Downgrade hrtimer warning to notice levelLennart Poettering2008-09-051-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-37/+38
* add some code to make invalid valgrind warnings go awayLennart Poettering2008-08-181-0/+17
* extend hardware dB scale in software to full range if necessary, instead of r...Lennart Poettering2008-08-131-100/+147
* fix two uninitialized memory accessesLennart Poettering2008-08-111-3/+3
* allow global tsched setting for all modules loaded by module-halLennart Poettering2008-07-311-1/+1
* make sure we call pa_sink_process_rewind() under all circumstances if a rewin...Lennart Poettering2008-06-281-5/+11
* make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering2008-06-261-4/+7
* Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering2008-06-201-0/+3
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* use pa_source_set_latency_range()/pa_sink_set_latency_range() in the ALSA dri...Lennart Poettering2008-05-171-5/+6
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-279/+800
* Rework ALSA mixer channel detection code. This time we actually care about th...Lennart Poettering2007-11-131-22/+30
* Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-131-47/+38
* 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-277/+677
* Handle suspended alsa devices. Based on patch by ranma. (closes #26)Pierre Ossman2007-03-021-0/+38
* Handle when ALSA tweaks our sample spec so much that the frame size changes.Pierre Ossman2007-03-011-1/+8
* 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-27/+27
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-12/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-2/+12
* 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-3/+1
* generate default sink/source names from the device files they belong toLennart Poettering2006-08-121-2/+14
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-2/+4
* 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-26/+52
* try to reduce volume updates in the ALSA sinks/sources: only touch the shadow...Lennart Poettering2006-08-071-13/+19