summaryrefslogtreecommitdiff
path: root/src/modules/oss
Commit message (Expand)AuthorAgeFilesLines
* oss: Use the correct fd when interacting with the mixerTanu Kaskinen2015-04-301-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-143-9/+3
* rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald2014-11-091-1/+1
* modules: Fix resource leak in ossPeter Meerwald2013-12-201-0/+2
* Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen2013-07-091-2/+2
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-50/+50
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-1/+0
* Style fix: Add a space betwen the if statement and the opening bracketpoljar (Damir Jelić)2013-06-241-1/+1
* oss: Check pa_read() return value.Tanu Kaskinen2012-12-191-7/+19
* modules: Micro-optimisation for rewind_requested pathsArun Raghavan2012-11-161-1/+1
* sink: Process rewind requests also when suspended.Tanu Kaskinen2012-11-161-3/+2
* modules: Use pa_streq instead of strcmp.Arti Trivedi Bora2012-06-091-1/+1
* oss: Use log2 function from core-util instead of own implementationMaarten Bosmans2011-11-141-14/+5
* More spelling fixesMaarten Bosmans2011-08-251-1/+1
* devices: Set certain sink/source flags automatically.Colin Guthrie2011-07-201-3/+0
* devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie2011-07-191-4/+4
* Remove unnecessary #includesMaarten Bosmans2011-06-222-5/+0
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-4/+4
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* Clean up <poll.h> includesMaarten Bosmans2011-02-171-1/+1
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-311-20/+0
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-052-1/+20
* volume: Clamp volume to PA_VOLUME_MAXArun Raghavan2010-10-151-2/+2
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-071-1/+1
* use pa_fopen_cloexec() where applicableLennart Poettering2009-10-301-3/+3
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-7/+5
* sink: volume handling rework, new flat volume logicLennart Poettering2009-08-191-4/+4
* source: rework volume handlingLennart Poettering2009-08-191-4/+4
* core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-191-1/+0
* modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering2009-05-281-0/+3
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-2/+18
* oss: don't deadlock when we try to resume an OSS device that lacks a mixerLennart Poettering2009-05-261-4/+7
* core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering2009-05-081-2/+2
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-1/+1
* set fixed latencies at more places where appropriateLennart Poettering2009-04-101-0/+2
* set request/rewind sizes only via accessor functionsLennart Poettering2009-03-241-1/+1
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-033-3/+3
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-0/+1
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-36/+26
* NetBSD sometimes doesn't know SNDCTL_DSP_GETODELAYJared D. McNeill2009-01-221-2/+21
* NetBSD doesn't know ENOLINKJared D. McNeill2009-01-221-0/+4
* When resuming an OSS device ask for the very same fragment settings as we did...Lennart Poettering2009-01-222-3/+7
* include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-221-0/+2
* fix segfault when in record-only modeLennart Poettering2009-01-221-1/+1
* only reread volume if we actually have a good mixer. Closes #466Lennart Poettering2009-01-221-7/+8
* make gcc shut up a bit moreLennart Poettering2009-01-221-1/+6
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-161-0/+2
* add support for 24bit packed samplesLennart Poettering2009-01-161-0/+2
* add stub makefiles for oss and alsa subdirsLennart Poettering2009-01-151-0/+1
* move alsa and oss modules into their own subdirectoriesLennart Poettering2009-01-153-0/+1994