summaryrefslogtreecommitdiffstats
path: root/src/modules/module-alsa-source.c
Commit message (Expand)AuthorAgeFilesLines
* Properly handle if ALSA sends us an POLLERR event, this should allow us to su...Lennart Poettering2007-10-171-1/+29
* Fix race condition between IO thread creation and pa_sink_put(). Move activat...Lennart Poettering2007-10-011-5/+7
* drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were...Lennart Poettering2007-09-241-73/+72
* fall back to plughw:, if hw: doesn't work, in the alsa source, tooLennart Poettering2007-09-181-14/+40
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-141-17/+6
* extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-121-2/+2
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-111-2/+1
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-111-1/+1
* fix an assert when runnig module-oss in record only-mode. optimize allocation...Lennart Poettering2007-09-061-3/+10
* fix a couple of compiler warningsLennart Poettering2007-09-041-2/+2
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-301-29/+22
* port remaining sinks to pa_rtpollLennart Poettering2007-08-221-155/+140
* check pa_core::high_priority before becoming rt threadLennart Poettering2007-08-221-1/+2
* use realtime scheduling for ALSA and OSS driver threadsLennart Poettering2007-08-161-0/+2
* fix latency reporting for oss and alsa modulesLennart Poettering2007-08-111-6/+7
* Add 'via DMA' to sink/source description if device is accessed with mmap()Lennart Poettering2007-08-111-2/+3
* modify alsa drivers to make use of new global fragment setting variablesLennart Poettering2007-08-111-5/+2
* make use of pa_thread_mq everywhereLennart Poettering2007-08-101-14/+18
* * drop redundant pa_core argument from module initialization functionsLennart Poettering2007-08-101-9/+7
* don't hit an assert when we cannot resume a deviceLennart Poettering2007-08-091-2/+4
* properly reinitialize pollfd array after resumeLennart Poettering2007-08-081-27/+53
* reinitialize sw params after resumeLennart Poettering2007-08-071-3/+6
* Don't stop hardware on buffer underruns. Instead continue playing to guarante...Lennart Poettering2007-08-031-19/+29
* Remove unnecessary snd_pcm_hwsync()Lennart Poettering2007-08-031-1/+0
* On recommendation of Takashi Iwai prefer Master volume control over PCM and d...Lennart Poettering2007-08-031-1/+1
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-311-6/+7
* port module-alsa-source to new lock-free coreLennart Poettering2007-07-281-241/+553
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-3/+7
* 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