| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly handle if ALSA sends us an POLLERR event, this should allow us to su... | Lennart Poettering | 2007-10-17 | 1 | -1/+29 |
* | Fix race condition between IO thread creation and pa_sink_put(). Move activat... | Lennart Poettering | 2007-10-01 | 1 | -5/+7 |
* | drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were... | Lennart Poettering | 2007-09-24 | 1 | -73/+72 |
* | fall back to plughw:, if hw: doesn't work, in the alsa source, too | Lennart Poettering | 2007-09-18 | 1 | -14/+40 |
* | simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl... | Lennart Poettering | 2007-09-14 | 1 | -17/+6 |
* | extend rtpoll API to allow registration of arbitray functions to be executed ... | Lennart Poettering | 2007-09-12 | 1 | -2/+2 |
* | remaining s/assert/pa_assert/ and refcnt.h modernizations | Lennart Poettering | 2007-09-11 | 1 | -2/+1 |
* | add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd... | Lennart Poettering | 2007-09-11 | 1 | -1/+1 |
* | fix an assert when runnig module-oss in record only-mode. optimize allocation... | Lennart Poettering | 2007-09-06 | 1 | -3/+10 |
* | fix a couple of compiler warnings | Lennart Poettering | 2007-09-04 | 1 | -2/+2 |
* | Lots of assorted minor cleanups and fixes: | Lennart Poettering | 2007-08-30 | 1 | -29/+22 |
* | port remaining sinks to pa_rtpoll | Lennart Poettering | 2007-08-22 | 1 | -155/+140 |
* | check pa_core::high_priority before becoming rt thread | Lennart Poettering | 2007-08-22 | 1 | -1/+2 |
* | use realtime scheduling for ALSA and OSS driver threads | Lennart Poettering | 2007-08-16 | 1 | -0/+2 |
* | fix latency reporting for oss and alsa modules | Lennart Poettering | 2007-08-11 | 1 | -6/+7 |
* | Add 'via DMA' to sink/source description if device is accessed with mmap() | Lennart Poettering | 2007-08-11 | 1 | -2/+3 |
* | modify alsa drivers to make use of new global fragment setting variables | Lennart Poettering | 2007-08-11 | 1 | -5/+2 |
* | make use of pa_thread_mq everywhere | Lennart Poettering | 2007-08-10 | 1 | -14/+18 |
* | * drop redundant pa_core argument from module initialization functions | Lennart Poettering | 2007-08-10 | 1 | -9/+7 |
* | don't hit an assert when we cannot resume a device | Lennart Poettering | 2007-08-09 | 1 | -2/+4 |
* | properly reinitialize pollfd array after resume | Lennart Poettering | 2007-08-08 | 1 | -27/+53 |
* | reinitialize sw params after resume | Lennart Poettering | 2007-08-07 | 1 | -3/+6 |
* | Don't stop hardware on buffer underruns. Instead continue playing to guarante... | Lennart Poettering | 2007-08-03 | 1 | -19/+29 |
* | Remove unnecessary snd_pcm_hwsync() | Lennart Poettering | 2007-08-03 | 1 | -1/+0 |
* | On recommendation of Takashi Iwai prefer Master volume control over PCM and d... | Lennart Poettering | 2007-08-03 | 1 | -1/+1 |
* | A lot of updates, all necessary to get the native protocol ported: | Lennart Poettering | 2007-07-31 | 1 | -6/+7 |
* | port module-alsa-source to new lock-free core | Lennart Poettering | 2007-07-28 | 1 | -241/+553 |
* | Merge HUGE set of changes temporarily into a branch, to allow me to move them... | Lennart Poettering | 2007-06-11 | 1 | -3/+7 |
* | Handle suspended alsa devices. Based on patch by ranma. (closes #26) | Pierre Ossman | 2007-03-02 | 1 | -0/+39 |
* | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 1 | -0/+3 |
* | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 1 | -29/+29 |
* | Revert r1404 and keep it on a development branch until it is fully tested. | Pierre Ossman | 2006-11-06 | 1 | -7/+3 |
* | rework memory block management to be thread-safe and mostly lock-free. | Lennart Poettering | 2006-09-26 | 1 | -3/+7 |
* | remove all occurences of | Lennart Poettering | 2006-08-18 | 1 | -19/+19 |
* | Rework memory management to allow shared memory data transfer. The central idea | Lennart Poettering | 2006-08-18 | 1 | -1/+1 |
* | make use of pa_sink_used_by()/pa_source_used_by() wherever applicable | Lennart Poettering | 2006-08-12 | 1 | -2/+1 |
* | generate default sink/source names from the device files they belong to | Lennart Poettering | 2006-08-12 | 1 | -3/+14 |
* | don't set the sink/source descriptions manually, use the new functions pa_{si... | Lennart Poettering | 2006-08-11 | 1 | -1/+3 |
* | shorten sink/source device descriptions a little | Lennart Poettering | 2006-08-11 | 1 | -1/+1 |
* | ALSA: handle write()/read() errors properly by unloading the driver module. T... | Lennart Poettering | 2006-08-11 | 1 | -24/+52 |
* | try to reduce volume updates in the ALSA sinks/sources: only touch the shadow... | Lennart Poettering | 2006-08-07 | 1 | -9/+13 |
* | set is_hardware flag for a few hw plugins | Lennart Poettering | 2006-07-16 | 1 | -0/+1 |
* | fix segfault when module-alsa-source fails to load | Lennart Poettering | 2006-06-20 | 1 | -1/+1 |
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 1 | -15/+15 |
* | * alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master" | Lennart Poettering | 2006-05-30 | 1 | -1/+1 |
* | * if an ALSA device doesn't support the channel count requested, use what ALS... | Lennart Poettering | 2006-05-30 | 1 | -4/+11 |
* | * split pa_cstrerror() into its own file polypcore/core-error.[ch] | Lennart Poettering | 2006-05-25 | 1 | -1/+1 |
* | Wrap strerror() in a function that makes it thread safe and converts the | Pierre Ossman | 2006-05-22 | 1 | -1/+2 |
* | split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch] | Lennart Poettering | 2006-05-17 | 1 | -1/+1 |
* | Move xmalloc to the public side (libpolyp). | Pierre Ossman | 2006-05-17 | 1 | -1/+2 |